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 187634 - NullPointerException at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.<init>
Summary: NullPointerException at org.netbeans.modules.glassfish.eecommon.api.config.Gl...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 08:33 UTC by vieiro
Modified: 2010-09-28 18:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170733


Attachments
stacktrace (1.71 KB, text/plain)
2010-06-16 08:33 UTC, vieiro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vieiro 2010-06-16 08:33:35 UTC
This bug was originally marked as duplicate of bug 185467, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP

User Comments:
vieiro: While creating a JavaEE project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.<init>(GlassfishConfiguration.java:181)
   at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.<init>(GlassfishConfiguration.java:116)
   at org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.<init>(SunONEDeploymentConfiguration.java:121)
   at org.netbeans.modules.j2ee.sun.ide.j2ee.ModuleConfigurationImpl.<init>(ModuleConfigurationImpl.java:107)
   at org.netbeans.modules.j2ee.sun.ide.j2ee.ModConFactory.create(ModConFactory.java:66)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:734)
Comment 1 vieiro 2010-06-16 08:33:42 UTC
Created attachment 100116 [details]
stacktrace
Comment 2 Quality Engineering 2010-07-03 03:53:31 UTC
Integrated into 'main-golden', will be available in build *201007030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/16cbc30a9af6
User: vince kraemer <vkraemer@netbeans.org>
Log: #187634: NPE
Comment 3 Vince Kraemer 2010-09-28 18:39:06 UTC
done