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 149716 - NullPointerException at org.netbeans.modules.j2ee.sun.ide.j2ee.DomainEditor.getSunDatasourcesFromXml
Summary: NullPointerException at org.netbeans.modules.j2ee.sun.ide.j2ee.DomainEditor.g...
Status: RESOLVED DUPLICATE of bug 152302
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 09:12 UTC by francisdb
Modified: 2008-12-09 04:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 92282


Attachments
stacktrace (1.72 KB, text/plain)
2008-10-10 09:12 UTC, francisdb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description francisdb 2008-10-10 09:12:15 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b31
OS: Linux, 2.6.24-19-generic, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.sun.ide.j2ee.DomainEditor.getSunDatasourcesFromXml(DomainEditor.java:461)
        at org.netbeans.modules.j2ee.sun.ide.dm.SunDeploymentManager.getSunDatasourcesFromXml(SunDeploymentManager.java:1501)
        at org.netbeans.modules.j2ee.sun.ide.sunresources.beans.ResourceUtils.getServerDataSources(ResourceUtils.java:1080)
        at org.netbeans.modules.j2ee.sun.ide.sunresources.beans.ResourceConfigurator.getServerDataSources(ResourceConfigurator.java:744)
        at org.netbeans.modules.j2ee.sun.ide.dm.SunDatasourceManager.getDatasources(SunDatasourceManager.java:73)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDatasources(ServerInstance.java:660)
Comment 1 francisdb 2008-10-10 09:12:25 UTC
Created attachment 71528 [details]
stacktrace
Comment 2 Nitya Doraisamy 2008-12-09 04:01:26 UTC

*** This issue has been marked as a duplicate of 152302 ***