E9.2 debugger not working (locks all JD environment)

wnbraulio74

Member
Hi, everybody!

I am facing an issue with the built-in debugger (debugger.exe). It locks itself everytime, shows window message "GetLocalVariable invocation error" and lock FatClient, FDA and so on. It happens inside FatClient even local web.
I'd tried:
* Restart machine
* Connect with "mstsc /console"
* Rename soap.jar to another name
* Rebuild DIA (uncountable times)
* End up processes: "rdpclip.exe", "debugger.exe" and "java.exe"

Version: 9.2.0.5
Local web: IBM WAS
Windows 10 64 bits

Thanks for help!
 
Last edited:
Silly question but did you GET all the specs for the object your are trying to debug?
 
Check the version of Java that is being used for WAS. I believe the bitness has to match your JDE tools release bitness. In other words if you are running JDE 32 bit I don't think the debugger will work if WAS is running under 64 bit.
 
Based on what you've tried so far, it sounds like you've done a good job of troubleshooting. However, I would recommend a few more things you could try:
  • Try running the debugger as an administrator.
  • Check to make sure you have the latest version of the debugger.
  • Check your system's event logs to see if there are any errors or warnings that might be related to the debugger.
 
Also look at Oracle Support Doc ID 639942.1. It is a general ER debugger trouble shooting guide.
 
Back
Top