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 215551 - ClassNotFoundException: com.mchange.v2.c3p0.DataSources
Summary: ClassNotFoundException: com.mchange.v2.c3p0.DataSources
Status: RESOLVED DUPLICATE of bug 194198
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-15 10:41 UTC by Sampath_MIT
Modified: 2012-08-07 14:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190749


Attachments
stacktrace (2.89 KB, text/plain)
2012-07-15 10:41 UTC, Sampath_MIT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sampath_MIT 2012-07-15 10:41:37 UTC
This issue was reported manually by Sampath_MIT.
It already has 1 duplicates 


Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

Stacktrace: 
java.lang.ClassNotFoundException: com.mchange.v2.c3p0.DataSources
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 Sampath_MIT 2012-07-15 10:41:40 UTC
Created attachment 122031 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-08-07 14:19:24 UTC
Persistence related issue, I guess?
Comment 3 Sergey Petrov 2012-08-07 14:32:38 UTC

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