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 230406 - NullPointerException: putProperty: job_color
Summary: NullPointerException: putProperty: job_color
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 19:16 UTC by Tomas Stupka
Modified: 2013-05-31 01:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198491


Attachments
stacktrace (1.68 KB, text/plain)
2013-05-28 19:16 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-05-28 19:16:34 UTC
Build: NetBeans IDE Dev (Build 20130523-d5441fe93d9f)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
GUEST: Trying to connect to a Hudson isntance

GUEST: Openening Eclipse with hudson pluging enabled - show an error bulb at the bottom of the screen.

tstupka: trying to access ODCS builds

GUEST: Starting NetBeans

GUEST: logging into the hudson. Happens always




Stacktrace: 
java.lang.NullPointerException: putProperty: job_color
   at org.netbeans.modules.hudson.impl.HudsonJobImpl.putProperty(HudsonJobImpl.java:86)
   at org.netbeans.modules.hudson.impl.HudsonInstanceImpl.createJobs(HudsonInstanceImpl.java:530)
   at org.netbeans.modules.hudson.impl.HudsonInstanceImpl.doSynchronize(HudsonInstanceImpl.java:376)
   at org.netbeans.modules.hudson.impl.HudsonInstanceImpl.access$000(HudsonInstanceImpl.java:93)
   at org.netbeans.modules.hudson.impl.HudsonInstanceImpl$1.run(HudsonInstanceImpl.java:136)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
Comment 1 Tomas Stupka 2013-05-28 19:16:37 UTC
Created attachment 135026 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-05-29 12:37:09 UTC
Display name or color can be unspecified for some Hudson jobs (XML returned from server doesn't contain relevant tags).

Fixed in http://hg.netbeans.org/core-main/rev/419b3e78071f
Please verify.
Thank you for reporting.
Comment 3 Quality Engineering 2013-05-31 01:23:01 UTC
Integrated into 'main-golden', will be available in build *201305302301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/419b3e78071f
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #230406: NullPointerException: putProperty: job_color