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

Summary: ClassNotFoundException: com.mchange.v2.c3p0.DataSources
Product: javaee Reporter: Sampath_MIT
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 190749
Attachments: stacktrace

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 ***