Am Samstag hab ich die letzten/aktuellsten Pakete via update Eingespielt.
Soweit so gut, aber grommunio-auth repektive Grommunio-keycloak mag nicht mehr, und User die über web sich einloggen wollen bekommen:
Error 502 - Bad Gateway
The 502 (Bad Gateway) status code indicates that the server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.
/opt/grommunio-keycloak/bin # systemctl status grommunio-keycloak.service
× grommunio-keycloak.service - grommunio Keycloak
Loaded: loaded (/usr/lib/systemd/system/grommunio-keycloak.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Sun 2025-01-19 15:39:58 UTC; 1s ago
Duration: 1.097s
Docs: http://www.keycloak.org/documentation.html
Process: 11529 ExecStart=/opt/grommunio-keycloak/bin/kc.sh --config-file /etc/grommunio-keycloak/keycloak.conf start (code=exited, status=2)
Main PID: 11529 (code=exited, status=2)
CPU: 2.859s
Jan 19 15:39:57 mail systemd[1]: Started grommunio Keycloak.
Jan 19 15:39:58 mail kc.sh[11529]: Key material not provided to setup HTTPS. Please configure your keys/certificates, or if HTTPS access is not needed see the http-enabled
option. If you meant to>
Jan 19 15:39:58 mail systemd[1]: grommunio-keycloak.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jan 19 15:39:58 mail systemd[1]: grommunio-keycloak.service: Failed with result 'exit-code'.
Jan 19 15:39:58 mail systemd[1]: grommunio-keycloak.service: Consumed 2.859s CPU time.
journalctl bringt hier auch keine neue erkenntnis:
Jan 19 15:39:58 mail kc.sh[11529]: Key material not provided to setup HTTPS. Please configure your keys/certificates, or if HTTPS access is not needed see the http-enabled
option. If you meant to start the server in development mode, see the start-dev
command.
Jan 19 15:39:58 mail systemd[1]: grommunio-keycloak.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jan 19 15:39:58 mail systemd[1]: grommunio-keycloak.service: Failed with result 'exit-code'.
Jan 19 15:39:58 mail systemd[1]: grommunio-keycloak.service: Consumed 2.859s CPU time.
ein start auf der connadlin brachte folgendes:
./kc.sh -cf /etc/grommunio-keycloak/keycloak.conf start
Changes detected in configuration. Updating the server image.
Updating the configuration and installing your custom providers, if any. Please wait.
2025-01-19 15:36:13,337 WARN [io.qua.config] (build-21) Unrecognized configuration key "quarkus.smallrye-health.extensions.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2025-01-19 15:36:13,973 INFO [io.qua.hib.orm.dep.HibernateOrmProcessor] (build-29) A legacy persistence.xml file is present in the classpath. This file will be used to configure JPA/Hibernate ORM persistence units, and any configuration of the Hibernate ORM extension will be ignored. To ignore persistence.xml files instead, set the configuration property 'quarkus.hibernate-orm.persistence-xml.ignore' to 'true'.
2025-01-19 15:36:15,533 INFO [io.qua.dep.QuarkusAugmentor] (main) Quarkus augmentation completed in 2839ms
Server configuration updated and persisted. Run the following command to review the configuration:
kc.sh show-config
Next time you run the server, just run:
kc.sh -cf=/etc/grommunio-keycloak/keycloak.conf start --optimized
Key material not provided to setup HTTPS. Please configure your keys/certificates, or if HTTPS access is not needed see the http-enabled
option. If you meant to start the server in development mode, see the start-dev
command.
irgendwie hänge ich hier gerade, vielleicht hat noch jemand eine Idee oder ist beim update was geschossen worden?
Gruss
Matthias