Book a Demo

Author Topic: How to connect EA to JVM running in a debug mode.  (Read 4454 times)

akshit

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
How to connect EA to JVM running in a debug mode.
« on: December 22, 2015, 04:07:30 pm »

I have a project and I run it in debug mode(on web logic server) and connect enterprise architect to the testset(in debug mode). I haveset up my script as per the documents provided by Sparxsystem. Then I start the data flow. My objective is to debug the code which is running on a remote machine. After the flow is started, it should hit the breakpoint. But EA responds with a message: “no reply to request jdwpCmd_ThreadName”, "jdwp error:errorcode 20,cmd(010b) jdwpCmd_ThreadName".

What do these errors mean? Am I doing something wrong? Please help me.

PS: to access the client's data I have used a portal and mapped the local machine's port to remote machine's port.