Book a Demo

Author Topic: Unbound Breakpoints JBoss 6.x EA 13  (Read 6409 times)

DJTinter

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Unbound Breakpoints JBoss 6.x EA 13
« on: April 05, 2018, 01:38:27 am »
In VEA Debugger, have attached to Java.exe (1.7) on a web application to JBoss 6.x JVM.  Used Java option -agentpath parameter at JVM startup to invoke SSJavaProfiler32.  However all breakpoints are unbound (red circle with question marks). Have synchronized code and compiled.

I suspect my issue is caused by the Class Path configuration. Current Sparx documentation and videos refers to JBOSS_CLASSPath setup from earlier versions of JBOSS but can't find documentation for newer versions of JBOSS. I tried to use DJava.class.path but to no avail.

Besides the -agentpath parameter what are the additional steps needed when using a JBOSS 6.x JVM so breakpoints are bound?

Thx



DJTinter

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: SOLVED - Unbound Breakpoints JBoss 6.x EA 13
« Reply #1 on: May 25, 2018, 12:03:20 am »
SOLVED!

A big thank you to the support team at Sparx.

Could not get JVMTI to work.

However was able to use JDWP, EA v14 and Java 8 to bind breakpoints and then create sequence diagrams.
« Last Edit: May 25, 2018, 12:05:57 am by DJTinter »