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 227225

Summary: NullPointerException at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils.getServerVersion
Product: serverplugins Reporter: rdion <rdion>
Component: JBossAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: normal CC: rdion, tnleeuw
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199442
Attachments: stacktrace

Description rdion 2013-03-09 00:36:36 UTC
Build: NetBeans IDE Dev (Build 201303072300)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
rdion: Find usages on a class.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils.getServerVersion(JBPluginUtils.java:739)
   at org.netbeans.modules.j2ee.jboss4.util.JBProperties.<init>(JBProperties.java:124)
   at org.netbeans.modules.j2ee.jboss4.JBDeploymentManager.getProperties(JBDeploymentManager.java:731)
   at org.netbeans.modules.j2ee.jboss4.ide.JBJ2eePlatformFactory.getJ2eePlatformImpl(JBJ2eePlatformFactory.java:113)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getJ2eePlatformImpl(ServerInstance.java:347)
   at org.netbeans.modules.j2ee.deployment.impl.query.J2eePlatformSourceForBinaryQuery.findSourceRoots2(J2eePlatformSourceForBinaryQuery.java:103)
Comment 1 rdion 2013-03-09 00:36:38 UTC
Created attachment 132393 [details]
stacktrace
Comment 2 Petr Hejl 2013-04-15 11:29:39 UTC

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