Dear all,
After fresh installation of cloudstack 4.11.1 per the official
guide<http://docs.cloudstack.apache.org/en/4.11.1.0/quickinstallationguide/qig.html>
(using shapeblue repo) management service does not start (I do automated the
deployment<https://github.com/dredknight/cloud_scripts> with no NFS configured).
service startup:
Loaded: loaded (/usr/lib/systemd/system/cloudstack-management.service; enabled;
vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2018-08-23 13:43:12 EEST; 10min
ago
Process: 15446 ExecStop=/usr/bin/jsvc -cp $JARS:$CLASSPATH -pidfile
$CLOUDSTACK_PID -stop $BOOTSTRAP_CLASS (code=exited, status=1/FAILURE)
Process: 15159 ExecStart=/usr/bin/jsvc -home ${JAVA_HOME} -user
${CLOUDSTACK_USER} -cp ${JARS}:${CLASSPATH} -errfile ${LOGDIR}/${NAME}.err -cwd
${LOGDIR} -pidfile ${CLOUDSTACK_PID} ${JAVA_OPTS} ${BOOTSTRAP_CLASS}
(code=exited, status=0/SUCCESS)
Process: 15152 ExecStartPre=/bin/bash -c /bin/systemctl set-environment
JARS=$(ls /usr/share/cloudstack-management/lib/*.jar | tr ' ':' | sed s'/.$//')
(code=exited, status=0/SUCCESS)
The specific error is :
jsvc[15446]: Invalid classpath specified
jsvc[15446]: Cannot parse command line arguments
Could you advise on what I might have missed? Could it be
related to $CLASSPATH var and how can I find what the var provides?
Thank you for your time.
Best regards,
Jordan Kostov