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 226594 - NullPointerException at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils.getRegisteredDomains
Summary: NullPointerException at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils...
Status: RESOLVED DUPLICATE of bug 228394
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-23 20:20 UTC by wklaczynski
Modified: 2013-04-15 11:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198949


Attachments
stacktrace (13.00 KB, text/plain)
2013-02-23 20:20 UTC, wklaczynski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wklaczynski 2013-02-23 20:20:45 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Linux

User Comments:
wklaczynski: Error is generated if the specified directory is jboss 7.2.0. Changed modules directory to "/ modules / system / layers / base".




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils.getRegisteredDomains(JBPluginUtils.java:299)
   at org.netbeans.modules.j2ee.jboss4.ide.ui.AddServerPropertiesVisualPanel.init(AddServerPropertiesVisualPanel.java:229)
   at org.netbeans.modules.j2ee.jboss4.ide.ui.AddServerPropertiesVisualPanel.<init>(AddServerPropertiesVisualPanel.java:97)
   at org.netbeans.modules.j2ee.jboss4.ide.ui.AddServerPropertiesPanel.getComponent(AddServerPropertiesPanel.java:166)
   at org.netbeans.modules.j2ee.jboss4.ide.ui.JBInstantiatingIterator.current(JBInstantiatingIterator.java:262)
   at org.netbeans.modules.j2ee.deployment.impl.bridge.BridgingServerWizardProvider$InstantiatingIteratorBridge.current(BridgingServerWizardProvider.java:151)
Comment 1 wklaczynski 2013-02-23 20:20:47 UTC
Created attachment 131784 [details]
stacktrace
Comment 2 Petr Hejl 2013-04-15 11:31:13 UTC

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