- This topic has 8 replies, 6 voices, and was last updated 20 years, 2 months ago by
jenlid.
-
AuthorPosts
-
LmcGMemberHi,
Im very sorry if this has already been covered, im new to eclipse and to weblogic so i’m not sure what’s happening. I would relly appreciate any help you could give me.
I’ve launched weblogic 6.1 and set its debug port(?) to 5000
Then ive opened eclipse 3.0 and open the .java file I want go to debug and debug it as a remote application at port 5000.It comes up with this error
:Eclipse failed to connect to remote vm. connection refusedIs there a way to fix this?
Am i using the wrong versions?
Riyad KallaMemberHere are some links that may help:
http://www.netbeans.org/kb/articles/weblogic-remote-debug.html
http://articles.findarticles.com/p/articles/mi_m0MLX/is_7_2/ai_107140371 (Ignore the title, the 1st paragraph is for WL)
zchenMemberI am having the same issue, running Eclipse 3.0 and Weblogic 6.1. I have notice my debugging port is listening. Has this issue been resolved ?
Thanks
John
Riyad KallaMemberJohn,
We aren’t aware of an issue persay… did you try the links above? Are you setting up remote debugging properly for WebLogic?
Scott AndersonParticipantIf you’re trying to debug a local instance of WebLogic, you can simply configure oure WebLogic connector and use it to launch the server. Then, all your debugging will work without any thought of remote debug configuration.
zchenMemberI have setting up the remote debugging for Weblogic. Now I am trying to configure my Weblogic connector, but I could not find it on my Eclipse. How can I do that ?
Thanks
John
Scott AndersonParticipantJohn,
Can you please post the information we request in the Posting Guidelines thread at the top of this forum please? That will give us some context from which to start.
JiteshMemberI am doing the debugging with Tomcat 5.0.28 VM.
I start the server with debugging options by doing as follows :
1.)editing catalina.bat and adding the lines :
set JPDA_TRANSPORT=dt_socket
…
set JPDA_ADDRESS=8000
AND
2.)Editing startup.bat
call “%EXECUTABLE%” jpda start %CMD_LINE_ARGS%Then I give the command catalina jpda start from command lineand the tomcat starts.
But when I try to launch debugger I get the following error :
Failed to connect to Remote VM.Connection refused.I have specified my m/c name and port in debugging info in the Eclipse(my eclipse version is 3.0).
I am not using any plug-ins for debugging.
Can anyone help me?
jenlidMemberI’ve configured the weblogic 6.1 connector and debugging works fine, but I would like to prevent forking javac process when compiling jsps, is this possible?
-
AuthorPosts