Re: Jenkins slave terminated error message

2014-11-12 Thread Dan Lutsch
im seeing this same error and trying to diagnose the issue. in your 
response you mentioned you tried "the trick" before restarting the web 
server and resolving the issue. What was the trick?



On Thursday, May 8, 2014 8:42:25 AM UTC-7, Lily Fu wrote:
>
>  I setup a Jenkins slave (windows server 2008 R2 Standard, with Java 7 
> update 55JRE), and was running successfully for a week or so.
>
>  
>
> Today, I had trouble to start the slave, I got the following error message 
> when I tried to start the slave
>
> From command line ( from web browser, I got Jenkins slave Terminated):
>
>  
>
> What is the problem?
>
> Thanks!
>
>  
>
> Lily
>
>  
>
> Microsoft Windows [Version 6.1.7601]
>
> Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
>
>  
>
>  
>
>  
>
> C:\Jenkins>java -jar slave.jar -jnlpUrl 
> http://jenkinsmasterhost:8080/jenkins/compute
>
> r/TestNewNodeforPowerShell/slave-agent.jnlp -secret ……….
>
>  
>
>  
>
>  
>
>  
>
> May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener 
>
> INFO: Jenkins agent is running in headless mode.
>
>  
>
> May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
>
> INFO: Locating server among [http:// jenkinsmasterhost:8080/jenkins/]
>
>  
>
> May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
>
> INFO: Connecting to jenkinsmasterhost:54807
>
>  
>
> May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
>
> INFO: Handshaking
>
>  
>
> May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
>
> INFO: Connected
>
>  
>
> May 08, 2014 11:20:30 AM 
> hudson.remoting.SynchronousCommandTransport$ReaderThrea
>
> d run
>
>  
>
> SEVERE: I/O error in channel channel
>
>  
>
> java.io.IOException: Unexpected termination of the channel
>
> at 
> hudson.remoting.SynchronousCommandTransport$ReaderThread.run(Synchron
>
> ousCommandTransport.java:50)
>
> Caused by: java.io.EOFException
>
> at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown 
> Sourc
>
> e)
>
> at java.io.ObjectInputStream.readObject0(Unknown Source)
>
> at java.io.ObjectInputStream.readObject(Unknown Source)
>
> at hudson.remoting.Command.readFrom(Command.java:92)
>
> at 
> hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.
>
> java:71)
>
> at 
> hudson.remoting.SynchronousCommandTransport$ReaderThread.run(Synchron
>
> ousCommandTransport.java:48)
>
>  
>
> May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
>
> INFO: Terminated
>
>  
>  

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


RE: Jenkins slave terminated error message

2014-05-08 Thread Lily Fu
Ok, I am replying my message myself, it may help others:

I checked MacAfee log file, didn't see blocked event;

So I tried the first trick, restarted the Jenkins webserver, it worked.

Lily

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Lily Fu
Sent: Thursday, May 08, 2014 11:42 AM
To: jenkinsci-users@googlegroups.com
Subject: Jenkins slave terminated error message

I setup a Jenkins slave (windows server 2008 R2 Standard, with Java 7 update 
55JRE), and was running successfully for a week or so.

Today, I had trouble to start the slave, I got the following error message when 
I tried to start the slave
>From command line ( from web browser, I got Jenkins slave Terminated):

What is the problem?
Thanks!

Lily

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.



C:\Jenkins>java -jar slave.jar -jnlpUrl 
http://jenkinsmasterhost:8080/jenkins/compute
r/TestNewNodeforPowerShell/slave-agent.jnlp -secret ..




May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener 
INFO: Jenkins agent is running in headless mode.

May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [http:// jenkinsmasterhost:8080/jenkins/]

May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to jenkinsmasterhost:54807

May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking

May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connected

May 08, 2014 11:20:30 AM hudson.remoting.SynchronousCommandTransport$ReaderThrea
d run

SEVERE: I/O error in channel channel

java.io.IOException: Unexpected termination of the channel
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(Synchron
ousCommandTransport.java:50)
Caused by: java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown Sourc
e)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at hudson.remoting.Command.readFrom(Command.java:92)
at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.
java:71)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(Synchron
ousCommandTransport.java:48)

May 08, 2014 11:20:30 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Terminated

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

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