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 246225 - NullPointerException at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils.getRegisteredDomains
Summary: NullPointerException at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils...
Status: RESOLVED INVALID
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: 2014-08-04 09:44 UTC by Exceptions Reporter
Modified: 2014-08-04 13:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211071


Attachments
stacktrace (9.00 KB, text/plain)
2014-08-04 09:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-08-04 09:44:01 UTC
This bug was originally marked as duplicate of bug 228394, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.65-b04-462, Java(TM) SE Runtime Environment, 1.6.0_65-b14-462-11M4609
OS: Mac OS X

User Comments:
GUEST: add WildFly 8.1.0.Final server




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.jboss4.ide.ui.JBPluginUtils.getRegisteredDomains(JBPluginUtils.java:327)
   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 Exceptions Reporter 2014-08-04 09:44:03 UTC
Created attachment 148506 [details]
stacktrace
Comment 2 Petr Hejl 2014-08-04 13:11:15 UTC
WildFly Server is not JBoss Server. You need to use WildFly plugin.