2017-04-18 1 views
1

현재 Jenkins open source edition 2.46.1JENKINS-28476 연결 문제가 있습니다.CloudBees Jenkins Enterprise를 사용하여 오픈 소스 젠킨스 연결 문제를 피할 수 있습니까?

Cloudbees Jenkins Enterprise을 사용하면이 문제를 피할 수 있는지 알고 싶습니다.

제가 일하고있는 회사는 상용 소프트웨어에 대해 돈을 지불하려고합니다.

누구나 이런 경험이 있습니까?

JENKINS-28476은 오랫동안 (아마 4-5 시간) 빌드하는 동안 Google 시스템에서 때때로 발생합니다.

Cloudbees Jenkins Enterprise Edition을 사용하여이 문제를 실제로 피할 수 있는지 확인하는 데는 많은 시간이 필요합니다. 다음과 같이

실패한 빌드의 오류 메시지는 다음과 같습니다 192.168.123.123 슬레이브 노드의 IP 주소입니다

FATAL: command execution failed 
java.nio.channels.ClosedChannelException 
    at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.onReadClosed(ChannelApplicationLayer.java:208) 
    at org.jenkinsci.remoting.protocol.ApplicationLayer.onRecvClosed(ApplicationLayer.java:222) 
    at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:832) 
    at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287) 
    at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:181) 
    at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.switchToNoSecure(SSLEngineFilterLayer.java:283) 
    at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processWrite(SSLEngineFilterLayer.java:503) 
    at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processQueuedWrites(SSLEngineFilterLayer.java:248) 
    at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doSend(SSLEngineFilterLayer.java:200) 
    at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doCloseSend(SSLEngineFilterLayer.java:213) 
    at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.doCloseSend(ProtocolStack.java:800) 
    at org.jenkinsci.remoting.protocol.ApplicationLayer.doCloseWrite(ApplicationLayer.java:173) 
    at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer$ByteBufferCommandTransport.closeWrite(ChannelApplicationLayer.java:311) 
    at hudson.remoting.Channel.close(Channel.java:1295) 
    at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:180) 
    at hudson.remoting.PingThread.ping(PingThread.java:130) 
    at hudson.remoting.PingThread.run(PingThread.java:86) 
Caused: java.io.IOException: Backing channel 'JNLP4-connect connection from 192.168.100.58/192.168.100.58:59504' is disconnected. 
    at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:192) 
    at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257) 
    at com.sun.proxy.$Proxy86.isAlive(Unknown Source) 
    at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1043) 
    at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1035) 
    at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155) 
    at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109) 
    at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) 
    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) 
    at hudson.model.Build$BuildExecution.build(Build.java:206) 
    at hudson.model.Build$BuildExecution.doRun(Build.java:163) 
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) 
    at hudson.model.Run.execute(Run.java:1728) 
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 
    at hudson.model.ResourceController.execute(ResourceController.java:98) 
    at hudson.model.Executor.run(Executor.java:405) 
Build step 'Windows PowerShell' marked build as failure 
Finished: FAILURE 

.

슬레이브에서 마스터로 연결이 끊어진 것 같습니다.

+0

우리는 동일한 문제가 있고 핑 스레드를 비활성화해도 도움이되지 않았습니다. – insider

답변

0

예, 마스터에 대한 연결이 끊어졌습니다. CloudBees는 진단 도구 및 지원 서비스를 제공하여 통신을 방해하는 네트워크 장치와 같은 환경 요인으로 인해 발생하는 이러한 문제를 진단하는 데 도움을줍니다.

관련 문제