Book a Demo

Author Topic: Eclipse, Debugging, MDG Integration - Class loadin  (Read 3045 times)

mappy

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Eclipse, Debugging, MDG Integration - Class loadin
« on: February 11, 2012, 12:38:08 am »
Hi  I'm having an issue with EA and the remote debugging of a Jboss Application server web application.


EA connects successfully and the agent library is loaded correctly( verified with prox exp ) however when trying to add breakpoints or record points the following errors are displayed

[10408970]      4  AccessController.doPrivileged
[10408970]      5  URLClassLoader$1.run
[10408970]      Unhandled exception stacktrace:
[10408971]      0  ClassLoader.loadClass
[10408971]      1  Launcher$AppClassLoader.loadClass
[10408971]      2  ClassLoader.loadClass
[10408971]      3  URLClassLoader.findClass

See attached image.

It appears that EA is trying to load the class but it cannot be found however the application is working correctly within the container and the class being instrumented is clearly loaded


The application uses Spring and CXF


Any ideas?

Thanks