-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
---
-
---
I am getting below error on the jenkins console when i run restart jboss script.
Jboss pid is getting generated, after which it is directing to below error and runs forever and doesn't come out of the build .
Error: "Handler java.util.logging.ConsoleHandler is not defined"
Below is the command used to start jboss:
cd /apps/jboss-eap-7.2/bin
>nohup.out
nohup ./standalone.sh -c standalone-full.xml -b 0.0.0.0 -Djboss.as.management.blocking.timeout=5000 >nohup.out &
jboss version : jboss-eap-7.2
java version : zulu-jdk8
can anyone help me , why it is getting redirected to above error and how do i resolve this.
(attached the log image of jenkins console)