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 175372 - NullPointerException at java.io.File.<init>
Summary: NullPointerException at java.io.File.<init>
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-24 17:09 UTC by zkirill
Modified: 2009-11-04 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160783


Attachments
stacktrace (754 bytes, text/plain)
2009-10-24 17:09 UTC, zkirill
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zkirill 2009-10-24 17:09:40 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows 7, 6.1, amd64

Stacktrace: 
java.lang.NullPointerException
        at java.io.File.<init>(File.java:222)
        at org.netbeans.modules.j2ee.jboss4.JBDeploymentFactory.getJBClassLoader(JBDeploymentFactory.java:129)
        at org.netbeans.modules.j2ee.jboss4.JBDeploymentManager.getRMIServer(JBDeploymentManager.java:148)
        at org.netbeans.modules.j2ee.jboss4.JBDeploymentManager.refreshRMIServer(JBDeploymentManager.java:223)
        at org.netbeans.modules.j2ee.jboss4.nodes.Util.getMBeanParameter(Util.java:212)
        at org.netbeans.modules.j2ee.jboss4.ide.JBStartServer$1.run(JBStartServer.java:236)
Comment 1 zkirill 2009-10-24 17:09:45 UTC
Created attachment 90049 [details]
stacktrace
Comment 2 Petr Hejl 2009-11-04 13:58:38 UTC
Any steps to reproduce? Not sure how this could happen...