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 181075 - NullPointerException at org.firebirdsql.jdbc.AbstractConnection.getIscWarnings
Summary: NullPointerException at org.firebirdsql.jdbc.AbstractConnection.getIscWarnings
Status: RESOLVED DUPLICATE of bug 187090
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-23 05:13 UTC by gtg
Modified: 2012-04-17 18:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165594


Attachments
stacktrace (7.35 KB, text/plain)
2010-02-23 05:13 UTC, gtg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtg 2010-02-23 05:13:24 UTC
Build: NetBeans IDE Dev (Build 201002190200)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.firebirdsql.jdbc.AbstractConnection.getIscWarnings(AbstractConnection.java:907)
   at org.firebirdsql.jdbc.AbstractConnection.getWarnings(AbstractConnection.java:606)
   at org.netbeans.modules.db.explorer.DatabaseConnection.isVitalConnection(DatabaseConnection.java:280)
   at org.netbeans.modules.db.explorer.action.ConnectAction$ConnectionDialogDisplayer$2.propertyChange(ConnectAction.java:203)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
Comment 1 gtg 2010-02-23 05:13:30 UTC
Created attachment 94416 [details]
stacktrace
Comment 2 matthias42 2012-04-17 18:03:28 UTC
Same symptoms fixed in bug 187090. But this is a bug in the driver - throwing anything other than SQLException should not happen.

*** This bug has been marked as a duplicate of bug 187090 ***