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 165190 - NullPointerException at org.netbeans.modules.glassfish.common.wizards.Retriever.run
Summary: NullPointerException at org.netbeans.modules.glassfish.common.wizards.Retriev...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 16:24 UTC by athompson
Modified: 2012-07-30 20:50 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151167


Attachments
stacktrace (171 bytes, text/plain)
2009-05-14 16:24 UTC, athompson
Details
stacktrace (171 bytes, text/plain)
2009-05-23 08:10 UTC, nleck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2009-05-14 16:24:43 UTC
Build: NetBeans IDE Dev (Build 200905140201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, amd64

User Comments:
athompson: hit the 'download' button for the liscense agreement for glassfish v3 (in the 'add server instance' wizard.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.glassfish.common.wizards.Retriever.run(Retriever.java:216)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 athompson 2009-05-14 16:24:53 UTC
Created attachment 82138 [details]
stacktrace
Comment 2 nleck 2009-05-23 08:10:09 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.glassfish.common.wizards.Retriever.run(Retriever.java:216)
        at java.lang.Thread.run(Thread.java:619)
Comment 3 nleck 2009-05-23 08:10:20 UTC
Created attachment 82684 [details]
stacktrace
Comment 4 Vince Kraemer 2009-05-28 00:28:29 UTC
real duh-m code... tested wrong variable... easy to fix but not for 6.7
Comment 5 Quality Engineering 2009-06-04 08:59:08 UTC
Integrated into 'main-golden', will be available in build *200906040201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9a10d6feca2e
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #165190: NPE constructing an error message
Comment 6 Vince Kraemer 2009-06-04 16:29:38 UTC
in the trunk