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 229712 - AbstractMethodError at org.netbeans.modules.db.metadata.model.jdbc.oracle.OracleSchema.getRecycleBinObjects
Summary: AbstractMethodError at org.netbeans.modules.db.metadata.model.jdbc.oracle.Ora...
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 11:20 UTC by williambacchi
Modified: 2013-05-15 18:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190479


Attachments
stacktrace (2.52 KB, text/plain)
2013-05-14 11:20 UTC, williambacchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description williambacchi 2013-05-14 11:20:12 UTC
Build: NetBeans IDE 7.3.1 (Build 201304162201)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
williambacchi: Trying to use ad db connection




Stacktrace: 
java.lang.AbstractMethodError
   at org.netbeans.modules.db.metadata.model.jdbc.oracle.OracleSchema.getRecycleBinObjects(OracleSchema.java:118)
   at org.netbeans.modules.db.metadata.model.jdbc.oracle.OracleSchema.createTables(OracleSchema.java:86)
   at org.netbeans.modules.db.metadata.model.jdbc.JDBCSchema.initTables(JDBCSchema.java:231)
   at org.netbeans.modules.db.metadata.model.jdbc.JDBCSchema.getTables(JDBCSchema.java:103)
   at org.netbeans.modules.db.metadata.model.api.Schema.getTables(Schema.java:104)
   at org.netbeans.modules.db.explorer.node.TableNodeProvider$1.run(TableNodeProvider.java:109)
Comment 1 williambacchi 2013-05-14 11:20:13 UTC
Created attachment 134412 [details]
stacktrace
Comment 2 matthias42 2013-05-15 18:03:52 UTC
The error seems to be known:

http://technicalrecyclebin.wordpress.com/2011/06/06/oracle-jdbc-driver-oracledatabasemetadata-getdatabasemajorversion/

from that article: The author used an old jdbc driver (9) and saw this problem in hibernate. Please switch to the newer driver (the author mentions, that old databases work with newer drivers).