Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Not able to start Hudson Slave(While starting Hudson its looking another Hudson URL in the same network)
Not able to start Hudson Slave [message #1702193] Mon, 20 July 2015 14:24 Go to next message
madhusudhanareddy chilipi is currently offline madhusudhanareddy chilipiFriend
Messages: 3
Registered: July 2015
Junior Member
While starting Hudson slave its looking for another hudson url in the same network .

[http://ausrr2soabld01.aus.amer.dell.com:7001/hudson/, http://ausuwsoabld02.aus.amer.dell.com:7001/hudson/]

My actual one is http://ausuwsoabld02.aus.amer.dell.com:7001/hudson




$ java -jar D:\hudson\slavehudson\slave.jar -classpath D:\hudson\slavehudson\commons-codec-1.5.jar -text -jnlpUrl http://ausuwsoabld02.aus.amer.dell.com:7001/hudson/computer/slave/slave-agent.jnlp -noCertificateCheck -auth ServiceSOABuildNP:d3pl0y3r0!
Running in text mode
Skipping HTTPS certificate checks altoghether. Note that this is not secure at all.
Jul 20, 2015 9:15:32 AM hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Hudson agent is running in headless mode.
Jul 20, 2015 9:15:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Locating server among [http://ausrr2soabld01.aus.amer.dell.com:7001/hudson/, http://ausuwsoabld02.aus.amer.dell.com:7001/hudson/]
Jul 20, 2015 9:15:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Connecting to ausrr2soabld01.aus.amer.dell.com:65011
Jul 20, 2015 9:15:32 AM hudson.remoting.jnlp.Main$CuiListener status
INFO: Handshaking
Jul 20, 2015 9:15:32 AM hudson.remoting.jnlp.Main$CuiListener error
SEVERE: The server rejected the connection: No such slave: slave
java.lang.Exception: The server rejected the connection: No such slave: slave
at hudson.remoting.Engine.onConnectionRejected(Engine.java:265)
at hudson.remoting.Engine.run(Engine.java:226)
ERROR: Unable to launch the slave agent for slave
java.io.EOFException: unexpected stream termination
at hudson.remoting.Channel.<init>(Channel.java:380)
at hudson.remoting.Channel.<init>(Channel.java:340)
at hudson.remoting.Channel.<init>(Channel.java:313)
at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:302)
at hudson.slaves.CommandLauncher.launch(CommandLauncher.java:113)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:191)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:139)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
at java.lang.Thread.run(Thread.java:662)
Re: Not able to start Hudson Slave [message #1702378 is a reply to message #1702193] Tue, 21 July 2015 21:45 Go to previous message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
I'm not sure if it is a webserver proxy redirect. What happens if you try

java -jar D:\hudson\slavehudson\slave.jar -classpath D:\hudson\slavehudson\commons-codec-1.5.jar -text -jnlpUrl http://ausrr2soabld01.aus.amer.dell.com:7001/hudson/ -noCertificateCheck -auth ServiceSOABuildNP:d3pl0y3r0!



Winston Prakash
Eclipse Hudson team
Previous Topic:Advice requested: Best route for upgrade from version 2.2.1?
Next Topic:Error installing using yum on CentOS
Goto Forum:
  


Current Time: Tue Mar 19 04:23:16 GMT 2024

Powered by FUDForum. Page generated in 0.02981 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top