cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Java Debugger is hanging and stuck

Former Member
0 Kudos

Hello! All

I just install a new NWDS 7.0 sp 13 running on Window XP.

My installation is successful. I create a helloworld DC WD application. I deploy to a central J2EE engine NW 7.0 SP13. I can run the application successful after the deployment.

When I try to test the debugger by putting a break point and run the debugger. The debugger is hanging. I have turn on the server0 debugger mode ON. My debugger port is the same as default 50021. I don't know why my debugger is hanging everytime I try to debug. I have to go to task manager to kill my webdynpro application and run the IDE again.

Note: My debugger is hang when i click the debug button. There is popup with progress bar trying to establishing connection...

Does anyone experience this issue and has a fix for it? please share. Thank you very much.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192434
Active Contributor
0 Kudos

Hi Khanh

Try to reconfigure your application in debugg mode with selecting

"create and deploy archive" in debugg tab also check or select your

J2ee Enging-->Instance.

Thanks

Anup

Former Member
0 Kudos

I have done all of the suggestion above. I have selected the right J2EE engine. I check the create and deploy archive checkbox too and the problem still there.

I also notice that even after i click on the cancel button to cancel the debugger. It still hang and the progress bar still running. I have to go in the window task manager to kill the javaw.exe process and kill my NWDS session before I reopen the new session of NWDS IDE.

Any other suggestion? idea? I check the debugger port on my NWDS and J2EE and they are the same.

former_member186783
Participant
0 Kudos

Did you find teh solution? I have the same problem.....

michael_voss2
Participant
0 Kudos

Although it might be a little late to reply to this thread...

If the connection fails, the server process likely is reserved for another debug session. This may be one you started yourself that did not terminate correctly. Try restarting the server process ("Restart process" from J2EE Engine view) and start another debugging session then.

Former Member
0 Kudos

while you click the debug window and the pop up show up, try de - selecting the option "create and deploy archive" and see what happens,

Thanks,

GLM