Jenkins hung up: wait while Jenkins gets ready to go

I tried to run jenkins on my server but always I have the same message and wait, wait and nothing. On the official site, they are reporting this issue, but I wanted to ask if anyone knows how to fix it, any idea?

+3


source to share


1 answer


because it was a little difficult for me to make a decision, I'll post my own answer, now its working:

Finally, I started jenkins manually using war with the following command on linux rather than using services ("service jenkins start"):



java -jar /usr/lib/jenkins/jenkins.war --httport=8081 --aj13port=8081 --prefix=/jenkins

      

+2


source







All Articles