0
AWS에서 호스팅되는 Ubuntu 16.04.3 LTS 에서 Jenkins를 실행하고 있습니다. 설치 마법사에 액세스 할 수 있습니다. 내가 겪고있는 문제는 관리자 암호를 입력 한 후 제안 된 플러그인을 설치 한 후에 발생합니다. 젠킨스 메시지에 연결할 수 없습니다. 제발,이 문제를 해결하는 방법에 대한 도움이 필요합니다. 제안 된 솔루션을 따르면서 해결되었지만 아무 소용이없는 시간을 보냈습니다.jenkins 플러그인을 설치할 수 없습니다. 오류가 발생하여 jenkins에 연결할 수 없습니다.
감사
Unable to connect to Jenkins error
어쩌면이 도움이
. 이것은 로그에서 가져 오는 오류 메시지입니다.WARNING: null
org.eclipse.jetty.io.EofException
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:292)
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:429)
at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:384)
at org.eclipse.jetty.io.ChannelEndPoint$3.run(ChannelEndPoint.java:139)
at org.eclipse.jetty.util.thread.Invocable.invokePreferred (Invocable.java:128)
at org.eclipse.jetty.util.thread.Invocable$InvocableExecutor.invoke(Invocable.java:222)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:294)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:199)
at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Broken pipe
at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
at sun.nio.ch.IOUtil.write(IOUtil.java:65)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:270)
... 11 more
어떤 종류의 문제입니까? – tedtrain