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 164056 - NullPointerException at org.netbeans.modules.hudson.impl.HudsonJobImpl.isBuildable
Summary: NullPointerException at org.netbeans.modules.hudson.impl.HudsonJobImpl.isBuil...
Status: RESOLVED DUPLICATE of bug 160508
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-29 12:33 UTC by rbrink
Modified: 2009-04-29 16:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150296


Attachments
stacktrace (544 bytes, text/plain)
2009-04-29 12:33 UTC, rbrink
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rbrink 2009-04-29 12:33:44 UTC
Build: NetBeans IDE Dev (Build 200903310200)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.15-1-686-smp, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.hudson.impl.HudsonJobImpl.isBuildable(HudsonJobImpl.java:126)
        at org.netbeans.modules.hudson.impl.HudsonJobImpl.equals(HudsonJobImpl.java:245)
        at java.util.AbstractList.equals(AbstractList.java:507)
        at org.netbeans.modules.hudson.impl.HudsonInstanceImpl$4.run(HudsonInstanceImpl.java:339)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 rbrink 2009-04-29 12:33:54 UTC
Created attachment 81192 [details]
stacktrace
Comment 2 Jesse Glick 2009-04-29 16:06:21 UTC
Most likely due to a bad HTTP redirect configuration on your Hudson server. See issue #160508 for details. Check your
IDE log file for warnings from org.netbeans.modules.hudson.api.ConnectionBuilder.

*** This issue has been marked as a duplicate of 160508 ***