PyDev.Debugger icon indicating copy to clipboard operation
PyDev.Debugger copied to clipboard

Remote debugging of a Jython script running in WebSphere does not work

Open diegovisentin opened this issue 4 years ago • 0 comments

The working scenario is a Jython script called via JSR223 from a Java program and remotely debugged from Eclipse. The same code executed by WebSphere AppServer does not stop in the remote debugger. The log after the first connection reports that "No threads alive, finishing debug session" What could it be?

In the test.zip

  • TestOne.py: the dummy script
  • ScriptTester.java: the working java program
  • pydevmain.18692.log: the PYDEVD_DEBUG_FILE of Java program (no problems at all)
  • zscripttester.jsp: code running in WAS
  • pydevwas.18720.log: the PYDEVD_DEBUG_FILE of jsp (traces of immediate disconnection)

diegovisentin avatar Jan 06 '22 00:01 diegovisentin