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

Summary: NullPointerException at org.netbeans.api.db.explorer.DatabaseConnection.create
Product: obsolete Reporter: creonnoir <creonnoir>
Component: visualwebAssignee: issues@obsolete <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: spaquet
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=28152
Issue Type: DEFECT Exception Reporter: 28152
Attachments: stacktrace
stacktrace

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.