Classloading errors when using BTrace on EAP 6
Issue
When I attach BTrace to EAP 6 , I can trace common Java classes such as java.lang.Thread. However, when I attempt to access one of my application classes I get a classloader error:
Caused by: java.lang.NoClassDefFoundError: com/example/MyClass
at com.example.MyHelper.$btrace$com$example$MyClass$func(MyHelper.java)
Environment
Red Hat JBoss Enterprise Application Platform (EAP)
- 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
