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 - NullPointerException at org.netbeans.modules.j2ee.sun.ide.j2ee.DeploymentManagerProperties.getPassword
Summary: NullPointerException at org.netbeans.modules.j2ee.sun.ide.j2ee.DeploymentMana...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-04 02:58 UTC by jyeary
Modified: 2015-02-04 03:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180409


Attachments
stacktrace (6.98 KB, text/plain)
2011-08-04 02:58 UTC, jyeary
Details

Note You need to log in before you can comment on or make changes to this bug.
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.