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 270052 - NullPointerException at org.netbeans.modules.javaee.wildfly.nodes.WildflyManagerNode.<init>
Summary: NullPointerException at org.netbeans.modules.javaee.wildfly.nodes.WildflyMana...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 19:06 UTC by luis.boch
Modified: 2017-03-11 19:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228374


Attachments
stacktrace (9.10 KB, text/plain)
2017-03-11 19:06 UTC, luis.boch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luis.boch 2017-03-11 19:06:49 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
luis.boch: i dont know.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javaee.wildfly.nodes.WildflyManagerNode.<init>(WildflyManagerNode.java:92)
   at org.netbeans.modules.javaee.wildfly.nodes.WildflyRegistryNodeFactory.getManagerNode(WildflyRegistryNodeFactory.java:64)
   at org.netbeans.modules.j2ee.deployment.impl.bridge.BridgingServerInstance.getBasicNode(BridgingServerInstance.java:116)
   at org.netbeans.api.server.ServerInstance.getBasicNode(ServerInstance.java:113)
   at org.netbeans.modules.server.ui.manager.ServerManagerPanel$ServersChildren.createNodeForKey(ServerManagerPanel.java:547)
   at org.netbeans.modules.server.ui.manager.ServerManagerPanel$ServersChildren.createNodeForKey(ServerManagerPanel.java:484)
Comment 1 luis.boch 2017-03-11 19:06:51 UTC
Created attachment 163818 [details]
stacktrace