sarins / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

Unable to schedule job #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Right-click on a project and select 'schedule job'

What is the expected output? 

Build scheduled.

What do you see instead?

Error box: Unable to schedule job . The error box appears almost instantly.
The hudson server in the same LAN with the client machine.

java.net.SocketTimeoutException: Read timed out
at jrockit.net.SocketNativeIO.readBytesPinned(Native Method)
at jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:46)
at java.net.SocketInputStream.socketRead0(SocketInputStream.java)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:238)
at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
at
org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
at
org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:
1974)
at
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:17
35)
at
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1100)
at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDire
ctor.java:398)
at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirecto
r.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at dk.contix.eclipse.hudson.HudsonClient.scheduleJob(HudsonClient.java:165)
at dk.contix.eclipse.hudson.views.HudsonView$5$1.run(HudsonView.java:271)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

What version of the product are you using? On what operating system?

hudson-eclipse: 1.0.4
hudson : 1.200

eclipse.buildId=M20080221-1800
java.version=1.6.0_03
java.vendor=BEA Systems, Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86

Original issue reported on code.google.com by robert.munteanu on 10 Apr 2008 at 8:05

GoogleCodeExporter commented 8 years ago
Please try version 1.0.5 and see if the problem still exists.

Original comment by jre...@gmail.com on 6 May 2009 at 7:09

GoogleCodeExporter commented 8 years ago
Verified that it no longer appears.

Thanks!

Original comment by robert.munteanu on 29 May 2009 at 11:47

GoogleCodeExporter commented 8 years ago
Thank you for verifying.

Original comment by jre...@gmail.com on 3 Jun 2009 at 2:07