lsabi commented on issue #7821: URL: https://github.com/apache/cloudstack/issues/7821#issuecomment-1668270867
I still can't get it to work. The self signed certificate has been successfully installed, as the browser requests me to trust the certificate that cannot be checked (I haven't used a trustworthy CA, since it is just for internal use and tests). Now, the UI gives me error 503, but the logs do not show anything wrong. The server has been restarted several times within today From `/var/log/cloudstack/management/management-server.log` ``` 2023-08-07 16:16:44,346 INFO [o.a.c.ServerDaemon] (main:null) (logid:) Server configuration file found: /etc/cloudstack/management/server.properties 2023-08-07 16:16:44,368 DEBUG [c.c.u.c.EncryptionSecretKeyChecker] (main:null) (logid:) Encryption Type: null 2023-08-07 16:16:44,408 INFO [o.a.c.ServerDaemon] (main:null) (logid:) Initializing server daemon on null, with http.enable=true, http.port=8080, https.enable=true, https.port=8443, context.path=/client 2023-08-07 16:17:01,599 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Loading module context [bootstrap] from URL [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.18.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context.xml] 2023-08-07 16:17:01,635 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Loading module context [bootstrap] from URL [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.18.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml] 2023-08-07 16:17:02,143 DEBUG [c.c.u.c.EncryptionSecretKeyChecker] (main:null) (logid:) Encryption Type: file 2023-08-07 16:35:45,189 INFO [o.a.c.ServerDaemon] (main:null) (logid:) Server configuration file found: /etc/cloudstack/management/server.properties 2023-08-07 16:35:45,204 DEBUG [c.c.u.c.EncryptionSecretKeyChecker] (main:null) (logid:) Encryption Type: null 2023-08-07 16:35:45,244 INFO [o.a.c.ServerDaemon] (main:null) (logid:) Initializing server daemon on null, with http.enable=true, http.port=8080, https.enable=false, https.port=8443, context.path=/client 2023-08-07 16:36:00,348 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Loading module context [bootstrap] from URL [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.18.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context.xml] 2023-08-07 16:36:00,351 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Loading module context [bootstrap] from URL [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.18.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml] 2023-08-07 16:36:00,813 DEBUG [c.c.u.c.EncryptionSecretKeyChecker] (main:null) (logid:) Encryption Type: file 2023-08-07 16:54:22,951 INFO [o.a.c.ServerDaemon] (main:null) (logid:) Server configuration file found: /etc/cloudstack/management/server.properties 2023-08-07 16:54:22,962 DEBUG [c.c.u.c.EncryptionSecretKeyChecker] (main:null) (logid:) Encryption Type: null 2023-08-07 16:54:22,996 INFO [o.a.c.ServerDaemon] (main:null) (logid:) Initializing server daemon on null, with http.enable=true, http.port=8080, https.enable=true, https.port=8443, context.path=/client 2023-08-07 16:54:35,886 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Loading module context [bootstrap] from URL [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.18.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context.xml] 2023-08-07 16:54:35,888 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Loading module context [bootstrap] from URL [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.18.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml] 2023-08-07 16:54:36,263 DEBUG [c.c.u.c.EncryptionSecretKeyChecker] (main:null) (logid:) Encryption Type: file ``` From `/var/log/cloudstack/management/access.log` ``` 192.168.99.31 - - [07/Aug/2023:16:56:10 +0000] "GET / HTTP/1.1" 301 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" 10 192.168.99.31 - - [07/Aug/2023:16:56:10 +0000] "GET /client/ HTTP/1.1" 503 394 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" 7 192.168.99.31 - - [07/Aug/2023:16:56:10 +0000] "GET /favicon.ico HTTP/1.1" 301 0 "https://10.1.1.101:8443/client/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" 2 192.168.99.31 - - [07/Aug/2023:16:56:10 +0000] "GET /client/favicon.ico HTTP/1.1" 503 405 "https://10.1.1.101:8443/client/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" 4 192.168.99.31 - - [07/Aug/2023:16:57:48 +0000] "GET /client/ HTTP/1.1" 503 394 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" 4 192.168.99.31 - - [07/Aug/2023:16:57:48 +0000] "GET /favicon.ico HTTP/1.1" 301 0 "https://10.1.1.101:8443/client/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" 3 192.168.99.31 - - [07/Aug/2023:16:57:48 +0000] "GET /client/favicon.ico HTTP/1.1" 503 405 "https://10.1.1.101:8443/client/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" 8 ``` `/var/log/cloudstack/management/apilog.log` does not contain anything for the past 3-4 days, so it should not be relevant. So does `/var/log/cloudstack/management/setupManagement.log` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
