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 208796 - NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ServerRegis...
Status: RESOLVED DUPLICATE of bug 208534
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 14:44 UTC by FrantaM
Modified: 2012-03-21 11:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165525


Attachments
stacktrace (6.73 KB, text/plain)
2012-02-23 14:44 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2012-02-23 14:44:40 UTC
Build: NetBeans IDE Dev (Build 201202220400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Linux

User Comments:
GUEST: starting up netbeans.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init(ServerRegistry.java:141)
   at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.instancesMap(ServerRegistry.java:174)
   at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getInstanceURLs(ServerRegistry.java:281)
   at org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.getInstanceList(InstanceProperties.java:326)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.getServerInstanceIDs(Deployment.java:346)
   at org.netbeans.modules.j2ee.common.project.ui.ProjectServerPanel.initServers(ProjectServerPanel.java:728)
Comment 1 FrantaM 2012-02-23 14:44:43 UTC
Created attachment 116060 [details]
stacktrace
Comment 2 Petr Hejl 2012-03-21 11:33:35 UTC

*** This bug has been marked as a duplicate of bug 208534 ***