Hi,
I am a Resin newbie currently experiencing an error when Integrating Resin
3.1.3 with JProfiler 5.0

I have a JUnit test case that I would like to profile for memory leaks and
memory related issues.

I went through the GUI steps to integrate my Resin 3.1.x server with
JProfiler.

Upon starting JProfiler it tries to connect to my Resin server on the
default port 8829 but fails with the following error messages.

Working directory: /home/vishwakr
Executed call: /home/vishwakr/start_resin_jprofiler.sh

Error occurred during initialization of VM
java.lang.Error: java.lang.ClassNotFoundException:
com.caucho.loader.SystemClassLoader
    at java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1323)
    at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1286)
Caused by: java.lang.ClassNotFoundException:
com.caucho.loader.SystemClassLoader
    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 java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at java.lang.SystemClassLoaderAction.run(ClassLoader.java:2015)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1311)
    at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1286)

JProfiler> Protocol version 25
JProfiler> Using JVMTI
JProfiler> JVMTI version 1.1 detected.
JProfiler> 32-bit library
JProfiler> Listening on port: 8849.
JProfiler> Instrumenting native methods.
JProfiler> Native library initialized

How do I resolve this error ?

Any suggestions/advice on how to deal with this issue would be highly
invaluable.

Thanks,
Vishwak
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to