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 99720 - cannot browse the database
Summary: cannot browse the database
Status: RESOLVED DUPLICATE of bug 84654
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: HP Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
: 99721 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-02 18:45 UTC by shibnath82
Modified: 2007-04-04 18:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shibnath82 2007-04-02 18:45:09 UTC
i can connect to the database...but i cannot browse the database using the
database explorer....it shows the following error....please help me out...

java.lang.AbstractMethodError:
oracle.jdbc.driver.OracleDatabaseMetaData.getDatabaseMajorVersion()I
	at
org.netbeans.lib.ddl.adaptors.DefaultAdaptor.getDatabaseMajorVersion(DefaultAdaptor.java:3967)
	at
org.netbeans.modules.db.explorer.infos.TableListNodeInfo.initChildren(TableListNodeInfo.java:49)
	at
org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.getChildren(DatabaseNodeInfo.java:675)
	at
org.netbeans.modules.db.explorer.DatabaseNodeChildren$2.run(DatabaseNodeChildren.java:94)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 David Vancouvering 2007-04-02 22:30:50 UTC
This problem occurs when you are using an older version of the Oracle driver. 
Please upgrade your driver and see if that solves your problem.
Comment 2 Andrei Badea 2007-04-03 10:16:24 UTC

*** This issue has been marked as a duplicate of 84654 ***
Comment 3 Andrei Badea 2007-04-03 10:18:49 UTC
*** Issue 99721 has been marked as a duplicate of this issue. ***
Comment 4 shibnath82 2007-04-03 18:20:37 UTC
thanks a lot...davidvc.....it's now working fine with oracle driver 10.2.0.3
...
also thank you, abadea....the issue 84654 you pointed to was very helpful....