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 224344 - NullPointerException at com.pointbase.net.netJDBCDatabaseMetaData.getDefaultTransactionIsolation
Summary: NullPointerException at com.pointbase.net.netJDBCDatabaseMetaData.getDefaultT...
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-31 20:53 UTC by emiddio
Modified: 2013-01-03 10:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197034


Attachments
stacktrace (702 bytes, text/plain)
2012-12-31 20:53 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2012-12-31 20:53:48 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
emiddio: connecting to pointbase db connection




Stacktrace: 
java.lang.NullPointerException
   at com.pointbase.net.netJDBCDatabaseMetaData.getDefaultTransactionIsolation(netJDBCDatabaseMetaData.java:1251)
   at org.netbeans.lib.ddl.adaptors.DefaultAdaptor.getDefaultTransactionIsolation(DefaultAdaptor.java:3024)
   at org.netbeans.modules.db.explorer.node.ConnectionNode.updateLocalProperties(ConnectionNode.java:271)
   at org.netbeans.modules.db.explorer.node.ConnectionNode.access$200(ConnectionNode.java:75)
   at org.netbeans.modules.db.explorer.node.ConnectionNode$2.run(ConnectionNode.java:320)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
Comment 1 emiddio 2012-12-31 20:53:50 UTC
Created attachment 129792 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-01-03 10:53:54 UTC
> Strace:
> java.lang.NullPointerException
>    at com.pointbase.net.netJDBCDatabaseMetaData
>       .getDefaultTransactionIsolation(netJDBCDatabaseMetaData.java:1251)
>    ...

This is a bug in the Pointbase JDBC driver, it cannot be fixed in NetBeans. Please report the bug to Pointbase developers. Thanks for understanding.