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 120322 - NullPointerException at java.io.File.<init>
Summary: NullPointerException at java.io.File.<init>
Status: RESOLVED DUPLICATE of bug 120321
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 10:47 UTC by igorzolnikov
Modified: 2007-10-29 13:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 9632


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description igorzolnikov 2007-10-29 10:47:27 UTC
Build: NetBeans IDE 6.0 Beta 2 (Build 200710212201)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Linux, 2.6.22-14-generic, i386
User comments: I have added JBoss 4.2.1 GA server to Tools -> Servers.
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at java.io.File.<init>(File.java:222)
        at org.netbeans.modules.j2ee.jboss4.util.JBProperties.getRootDir(JBProperties.java:124)
        at org.netbeans.modules.j2ee.jboss4.JBDeploymentManager.getRMIServer(JBDeploymentManager.java:165)
        at org.netbeans.modules.j2ee.jboss4.JBDeploymentManager.refreshRMIServer(JBDeploymentManager.java:218)
        at org.netbeans.modules.j2ee.jboss4.nodes.Util.getMBeanParameter(Util.java:202)
        at org.netbeans.modules.j2ee.jboss4.ide.JBStartServer$1.run(JBStartServer.java:232)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Petr Hejl 2007-10-29 13:52:11 UTC

*** This issue has been marked as a duplicate of 120321 ***