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 157199 - NullPointerException at org.netbeans.api.db.explorer.DatabaseConnection.create
Summary: NullPointerException at org.netbeans.api.db.explorer.DatabaseConnection.create
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 10:15 UTC by creonnoir
Modified: 2011-11-28 09:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 28152


Attachments
stacktrace (413 bytes, text/plain)
2009-01-21 10:16 UTC, creonnoir
Details
stacktrace (7.08 KB, text/plain)
2009-05-16 16:56 UTC, spaquet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description creonnoir 2009-01-21 10:15:44 UTC
Build: NetBeans IDE Dev (Build 200812180001)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-11-generic, amd64

User Comments:
creonnoir: running vehicleincident jsf sample

GUEST: Im trying to connect my netbeans with the mysql of WAMPs server with my java program, everything is fine but its giving ClassNotFound Exception, Although I can see the Driver in the Netbeans Library.

creonnoir: running vehicleincident jsf sample



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.api.db.explorer.DatabaseConnection.create(DatabaseConnection.java:125)
        at org.netbeans.modules.visualweb.dataconnectivity.sql.DesignTimeDataSource.run(DesignTimeDataSource.java:836)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 creonnoir 2009-01-21 10:16:39 UTC
Created attachment 76075 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-02-10 15:27:49 UTC
Reassigned to new owner.
Comment 3 spaquet 2009-05-16 16:56:23 UTC
Build: NetBeans IDE Dev (Build 200905141401)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-77, Java(TM) SE Runtime Environment, 1.6.0_13-b03-196
OS: Mac OS X, 10.5.7, x86_64

User Comments: 


Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed: java.lang.NullPointerException
        at org.openide.util.RequestProcessor$Item.fillInStackTrace(RequestProcessor.java:853)
        at java.lang.Throwable.<init>(Throwable.java:181)
        at java.lang.Exception.<init>(Exception.java:29)
        at org.openide.util.RequestProcessor$Item.<init>(RequestProcessor.java:819)
        at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:629)
        at org.netbeans.modules.visualweb.dataconnectivity.sql.DesignTimeDataSource.ensureConnection(DesignTimeDataSource.java:844)
Comment 4 spaquet 2009-05-16 16:56:27 UTC
Created attachment 82237 [details]
stacktrace
Comment 5 Jan Chalupa 2011-11-28 09:02:41 UTC
Obsolete issue. Closing.