This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 164184 - java.io.IOException: Server rejected connection to http://qa-man-sol17.czech:8084/hudson/createItem?name=webvm with code 500
Summary: java.io.IOException: Server rejected connection to http://qa-man-sol17.czech:...
Status: VERIFIED WONTFIX
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 11:32 UTC by Jindrich Sedek
Modified: 2009-07-24 11:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150370


Attachments
stacktrace (869 bytes, text/plain)
2009-04-30 11:32 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2009-04-30 11:32:35 UTC
Build: NetBeans IDE Dev (Build 200904290201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: SunOS, 5.11, x86

User Comments:
jsedek: I've downloaded WebVM project from Kenai and tryied to create new job for it on my hudson instance at qa-man-sol17.czech -> exception was thrown. It seems, that given URL (.../createItem?...) doesn't work for my hudson instance



Stacktrace: 
java.io.IOException: Server rejected connection to http://qa-man-sol17.czech:8084/hudson/createItem?name=webvm with code 500
        at org.netbeans.modules.hudson.api.ConnectionBuilder.doConnection(ConnectionBuilder.java:326)
        at org.netbeans.modules.hudson.api.ConnectionBuilder.connection(ConnectionBuilder.java:212)
        at org.netbeans.modules.hudson.api.ConnectionBuilder.httpConnection(ConnectionBuilder.java:337)
        at org.netbeans.modules.hudson.ui.actions.CreateJob.finalizeJob(CreateJob.java:126)
        at org.netbeans.modules.hudson.ui.actions.CreateJob.access$000(CreateJob.java:76)
        at org.netbeans.modules.hudson.ui.actions.CreateJob$1$1.run(CreateJob.java:100)
Comment 1 Jindrich Sedek 2009-04-30 11:32:44 UTC
Created attachment 81296 [details]
stacktrace
Comment 2 Jesse Glick 2009-04-30 12:26:19 UTC
Any Hudson instance should accept this POST. What version of Hudson are you running? Any access control? Anything else I
should know? Can I reproduce on the same server somehow?
Comment 3 Jindrich Sedek 2009-04-30 12:31:59 UTC
the  qa-man-sol17.czech should be accessible to you in swan, If you have some project, try to start your job there

I can see "Hudson ver. 1.180" at the bottom of hudson main page, there should be not any access control
Comment 4 Jesse Glick 2009-05-01 17:02:48 UTC
Don't know; it is a 500 error, so presumably the web server's log would contain an error message. 1.180 is a rather old
version of Hudson (Feb 2008) which I am not inclined to support, though I do not know of a specific feature missing in
that version that would affect job creation. (Certain other features of the IDE integration will certainly not work.)
Comment 5 Quality Engineering 2009-05-02 06:47:18 UTC
Integrated into 'main-golden', will be available in build *200905020201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cf1b6ae59408
User: Jesse Glick <jglick@netbeans.org>
Log: Do not trigger exception reporter when job creation fails, just show a calm dialog.
(See e.g. #164184.)
Comment 6 Jindrich Sedek 2009-07-24 11:24:49 UTC
v.