Hi,

I am using OpenJPA 1.0.1 for a web application. When the web application starts up (Tomcat 6), the server logs show the stack trace below.

The trace is not really helpful as that class is there in the JAR under WEB-INF/lib directory, and google'ing didn't help either; so I am not sure where to start investigating into this now :-(

Appreciate any pointers.

Thanks in advance,
Rahul

<snip>
DEBUG ArrayConverter - No conversion required, value is already a java.net.URL[]
INFO  StartupServlet - DTO <--> JPA entity registration completed!
DEBUG StoreModule - Configuring module: com.google.code.cisx.store.StoreModule java.lang.ClassNotFoundException: org.apache.openjpa.enhance.InstrumentationFactory
   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:280) at sun.instrument.InstrumentationImpl.loadClassAndCallAgentmain(InstrumentationImpl.java:348)
12/01/2008 22:15:30 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
</snip>

Reply via email to