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 200654

Summary: NullPointerException at org.netbeans.modules.j2ee.sun.ide.j2ee.DeploymentManagerProperties.getPassword
Product: serverplugins Reporter: jyeary <jyeary>
Component: Sun Appserver 8Assignee: Vince Kraemer <vkraemer>
Status: RESOLVED WORKSFORME    
Severity: normal CC: doctorlux
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 180409
Attachments: stacktrace

Description jyeary 2011-08-04 02:58:26 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-383, Java(TM) SE Runtime Environment, 1.6.0_26-b03-383-11A511
OS: Mac OS X

User Comments:
jyeary: I was attempting to examine the properties of GlassFish v2 servers and noticed incorrect behavior including a NPE.

jyeary: Any attempt to examine GlassFish v.2 servers results in an NPE. This does not occur on GF 3 servers.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.sun.ide.j2ee.DeploymentManagerProperties.getPassword(DeploymentManagerProperties.java:229)
   at org.netbeans.modules.j2ee.sun.ide.j2ee.DeploymentManagerProperties.getPassword(DeploymentManagerProperties.java:221)
   at org.netbeans.modules.j2ee.sun.ide.j2ee.ui.ConnectionTabVisualPanel.<init>(ConnectionTabVisualPanel.java:87)
   at org.netbeans.modules.j2ee.sun.ide.j2ee.ui.Customizer.initComponents(Customizer.java:101)
   at org.netbeans.modules.j2ee.sun.ide.j2ee.ui.Customizer.<init>(Customizer.java:68)
   at org.netbeans.modules.j2ee.sun.ide.j2ee.runtime.nodes.ManagerNode.getCustomizer(ManagerNode.java:111)
Comment 1 jyeary 2011-08-04 02:58:30 UTC
Created attachment 109781 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:35:21 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.