Vamsi Hari edited a comment on Bug JENKINS-25869

Thanks a lot Daniel for the prompt response,
Adding to what you said, we are also facing another issue (https://issues.jenkins-ci.org/browse/JENKINS-25870) which is related to proxy settings not working from plugin manager, anything related?
More Information: Recent config changes that we have done with our Jenkins master is we had added a couple of windows slaves to run selenium Tests on them and we already have a linux slave.

My apologies, if this issue is not related to this Tracker, we just want to corner the issue, It would be so grateful if you can help us in cornering the issue

Please let me know if you need further details,

Below is the part of Tomcat log on the day when earlier crash happened. Below errors are repetitively found in logs (for better understanding i had renamed the hostnames of windows and linux slaves as "windowsslave" & "Linuxslave" )

Nov 19, 2014 2:35:23 PM jenkins.slaves.JnlpSlaveAgentProtocol$Handler$1 onClosed
WARNING: Channel reader thread: WindowsSlave for + WindowsSlave terminated
java.io.IOException: Unexpected termination of the channel
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
Caused by: java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2576)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1295)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)
at hudson.remoting.Command.readFrom(Command.java:92)
at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:71)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)
Nov 19, 2014 2:35:33 PM hudson.TcpSlaveAgentListener$ConnectionHandler run
INFO: Accepted connection #12 from /51.16.108.187:61593
Nov 19, 2014 2:35:34 PM hudson.TcpSlaveAgentListener$ConnectionHandler run
WARNING: Connection #12 failed
java.io.EOFException: unexpected stream termination
at hudson.remoting.ClassicCommandTransport.create(ClassicCommandTransport.java:135)
at hudson.remoting.Channel.<init>(Channel.java:406)
at hudson.remoting.Channel.<init>(Channel.java:402)
at hudson.remoting.Channel.<init>(Channel.java:363)
at hudson.remoting.Channel.<init>(Channel.java:359)
at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:344)
at jenkins.slaves.JnlpSlaveAgentProtocol$Handler.jnlpConnect(JnlpSlaveAgentProtocol.java:122)
at jenkins.slaves.JnlpSlaveAgentProtocol2$Handler2.run(JnlpSlaveAgentProtocol2.java:99)
at jenkins.slaves.JnlpSlaveAgentProtocol2.handle(JnlpSlaveAgentProtocol2.java:43)
at hudson.TcpSlaveAgentListener$ConnectionHandler.run(TcpSlaveAgentListener.java:154)

Nov 19, 2014 2:39:45 PM hudson.model.Run execute
INFO: servicegateway-static-build-git-claimsource #520 main build action completed: SUCCESS

Nov 19, 2014 2:39:54 PM hudson.remoting.Channel$2 handle
SEVERE: Failed to execute command Pipe.EOF(272) (channel Linuxslave)
java.lang.NullPointerException
at hudson.remoting.ProxyWriter$EOF.execute(ProxyWriter.java:177)
at hudson.remoting.Channel$2.handle(Channel.java:461)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Nov 19, 2014 2:39:54 PM hudson.remoting.Channel$2 handle
SEVERE: This command is created here
Command Pipe.EOF(272) created at
at hudson.remoting.Command.<init>(Command.java:67)
at hudson.remoting.Command.<init>(Command.java:50)
at hudson.remoting.ProxyWriter$EOF.<init>(ProxyWriter.java:169)
at hudson.remoting.ProxyWriter.close(ProxyWriter.java:124)
at hudson.remoting.ProxyWriter.finalize(ProxyWriter.java:132)
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)
Nov 19, 2014 2:40:22 PM hudson.remoting.Channel$2 handle
SEVERE: Failed to execute command Pipe.EOF(275) (channel Linuxslave)
java.lang.NullPointerException
at hudson.remoting.ProxyWriter$EOF.execute(ProxyWriter.java:177)
at hudson.remoting.Channel$2.handle(Channel.java:461)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)

Regards,
Vamsi Hari

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to