rwdj commented on issue #6232:
URL: https://github.com/apache/cloudstack/issues/6232#issuecomment-1095076889
@DaanHoogland, it gives the same output and hangs without exit.
~~~
[root@rwdj ~]# su - cloud
[cloud@rwdj ~]$ source /etc/default/cloudstack-management
[cloud@rwdj ~]$ export CLASSPATH BOOTSTRAP_CLASS JAVA_OPTS
[cloud@rwdj ~]$ umask 0022
[cloud@rwdj ~]$ cd /var/log/cloudstack/management
[cloud@rwdj management]$ /usr/bin/java -version
openjdk version "11.0.14.1" 2022-02-08 LTS [...]
[cloud@rwdj management]$ /usr/bin/java $JAVA_DEBUG $JAVA_OPTS -cp $CLASSPATH
$BOOTSTRAP_CLASS
INFO [o.a.c.ServerDaemon] (main:null) (logid:) Server configuration file
found: /etc/cloudstack/management/server.properties
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
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
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.16.1.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context.xml]
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.16.1.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]
~~~
--
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]