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

Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init
Product: serverplugins Reporter: FrantaM
Component: CodeAssignee: issues@serverplugins <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165525
Attachments: stacktrace

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 ***