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 256719 - ClassNotFoundException: oracle.jdbc.OracleDriver
Summary: ClassNotFoundException: oracle.jdbc.OracleDriver
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: smokindoug
URL: http://plugins.netbeans.org/plugin/54528
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-21 04:24 UTC by almircampos
Modified: 2015-11-23 09:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216184


Attachments
stacktrace (3.68 KB, text/plain)
2015-11-21 04:24 UTC, almircampos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description almircampos 2015-11-21 04:24:22 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
GUEST: I don't know what happened, i just saw an error message.

GUEST: <Please provide a description of the problem or the steps to reproduce>s

GUEST: sd

almircampos: I just ran a simple JavaSE program.

GUEST: don't know exactly what happened

GUEST: I just launched jboss EAP 6.4 after intalling wildfly

GUEST: When compile modules




Stacktrace: 
java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at name.dougmcneil.plsql.jdbc.Driver.<init>(Driver.java:77)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
Comment 1 almircampos 2015-11-21 04:24:23 UTC
Created attachment 157438 [details]
stacktrace
Comment 2 matthias42 2015-11-21 18:27:02 UTC
Changing product to third-party the exception comes from the pl-sql-driver-plugin that tries to instanciate the oracle thin client driver.

As a short term solution I would remove the pl-sql-driver-plugin if PL-SQL Support is not needed, if it is needed, install the oracle thin driver.

The author of the plugin was contacted.
Comment 3 Jiri Kovalsky 2015-11-23 09:27:10 UTC
Doug, can you please take a look at this? Thanks!