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 179242 - NullPointerException at org.netbeans.modules.j2ee.sun.sunresources.beans.DatabaseUtils.getUrlPrefix
Summary: NullPointerException at org.netbeans.modules.j2ee.sun.sunresources.beans.Data...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-06 03:46 UTC by kurti
Modified: 2010-03-04 22:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164121


Attachments
stacktrace (1.62 KB, text/plain)
2010-01-06 03:46 UTC, kurti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kurti 2010-01-06 03:46:19 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.31-16-generic, amd64

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.sun.sunresources.beans.DatabaseUtils.getUrlPrefix(DatabaseUtils.java:104)
   at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.fillInPoolValues(ResourceUtils.java:1314)
   at org.netbeans.modules.j2ee.sun.api.restricted.ResourceUtils.getServerDataSources(ResourceUtils.java:1177)
   at org.netbeans.modules.j2ee.sun.api.restricted.ResourceConfigurator.getServerDataSources(ResourceConfigurator.java:748)
   at org.netbeans.modules.j2ee.sun.ide.dm.SunDatasourceManager.getDatasources(SunDatasourceManager.java:73)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDatasources(ServerInstance.java:693)
Comment 1 kurti 2010-01-06 03:46:22 UTC
Created attachment 93094 [details]
stacktrace
Comment 2 Quality Engineering 2010-03-04 22:11:55 UTC
Integrated into 'main-golden', will be available in build *201003050200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2ef7ce8c8816
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #179242: prevent an NPE
Comment 3 Vince Kraemer 2010-03-04 22:24:36 UTC
in the trunk