2017-09-28 1 views
1

안녕하세요, 저는 우분투에 젠킨스를 설치했습니다. 젠킨스 서비스를 확인하면 작동하지 않습니다.Ubuntu에서 Jenkins 설치 14 - jenkins 서비스가 실행되지 않습니다.

/usr/bin/java -Djava.awt.headless=true -jar /usr/share/jenkins/jenkins.war --webroot=/var/cache/jenkins/war --httpPort=8080 --ajp13Port=                 -1 

와 함께 젠킨스를 실행하려고했습니다. 내 로그 파일이 있습니다. 이 문제를 어떻게 해결할 수 있습니까? 도움

Running from: /usr/share/jenkins/jenkins.war 


Sep 28, 2017 1:50:41 AM Main deleteWinstoneTempContents 
**WARNING**: Failed to delete the temporary Winstone file /tmp/winstone/jenkins.war 


Sep 28, 2017 1:50:42 AM org.eclipse.jetty.server.handler.ContextHandler setConte                 xtPath 
**WARNING**: Empty contextPath 

Sep 28, 2017 1:50:49 AM org.eclipse.jetty.server.AbstractConnector doStop 
INFO: Stopped [email protected]{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} 

Sep 28, 2017 1:50:49 AM org.eclipse.jetty.server.session.HouseKeeper stopScavenging 
INFO: Stopped scavenging 

Sep 28, 2017 1:50:49 AM hudson.WebAppMain contextDestroyed 
INFO: Shutting down a Jenkins instance that was still starting up 
java.lang.Throwable: reason 


Sep 28, 2017 1:50:49 AM org.eclipse.jetty.server.handler.ContextHandler doStop 
INFO: Stopped [email protected]{/,null,UNAVAILABLE}{/var/cache/jenkins/war} 

**SEVERE**: Container startup failed 
java.io.IOException: Failed to start Jetty 
     at winstone.Launcher.<init>(Launcher.java:156) 
     at winstone.Launcher.main(Launcher.java:354) 
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
     at java.lang.reflect.Method.invoke(Method.java:498) 
     at Main._main(Main.java:294) 
     at Main.main(Main.java:132) 
Caused by: java.net.BindException: Address already in use 

답변

0

에 대한

덕분에 어쩌면

추신 보조를 실행하여 다른 프로세스를 찾아보십시오 포트 8080에서 실행중인 다른 바람둥이를 중지 | 그렙 자바

그들을 죽이고, 다시 시작 젠킨스

관련 문제