- This topic has 5 replies, 3 voices, and was last updated 19 years, 2 months ago by Riyad Kalla.
-
AuthorPosts
-
Raja krishnanMemberHi Guys,
I am trying to configure MYECLIPSE GA 4 to start Tomcat 5.5.9 and getting exception and not able to start Tomcat.I have given the details below.let me know if i can do anything to fix this problem.I have tried to answer all the questions as per the posting guidelines..I am Raja from Sydney.What operating system and version are you running?
Windows XP with SP 2
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
I20050627-1435
– Was Eclipse freshly installed for MyEclipse?
YES
– Are any other external plugins installed?
Hibernate Synchroniser , BIRT
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
MYECLIPSE GA 4
What JDK version are you using to run Eclipse? (java -version)
1.5.0_03
What JDK version are you using to launch your application server?
1.5.0_03
What steps did you take that resulted in the issue?
Trying to START Tomcat from MYECLIPSE IDE 4
What application server are you using?
TOMCAT 5.5.9
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
Exception in the LOG FILE IS BELOW!ENTRY com.genuitec.eclipse.easie.tomcat5 1 0 2005-08-30 19:36:52.359
!MESSAGE Error starting Tomcat: ERROR: transport error 202: connect failed: Connection refused [“transport.c”,L41]
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) [“debugInit.c”,L497]
JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized!ENTRY com.genuitec.eclipse.easie.tomcat5 1 0 2005-08-30 19:38:04.343
!MESSAGE Error starting Tomcat: ERROR: transport error 202: connect failed: Connection refused [“transport.c”,L41]
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) [“debugInit.c”,L497]
JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized
!SESSION 2005-08-30 19:42:39.593 ———————————————–
eclipse.buildId=I20050627-1435
java.version=1.5.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_AU
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY com.genuitec.eclipse.core 1 0 2005-08-30 19:43:17.421
!MESSAGE Unable to locate .myeclipse.properties file!ENTRY com.genuitec.eclipse.easie.tomcat5 1 0 2005-08-30 19:43:24.531
!MESSAGE Error starting Tomcat: ERROR: transport error 202: connect failed: Connection refused [“transport.c”,L41]
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) [“debugInit.c”,L497]
JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized!ENTRY com.genuitec.eclipse.easie.tomcat5 1 0 2005-08-30 19:51:14.78
!MESSAGE Error starting Tomcat: ERROR: transport error 202: connect failed: Connection refused [“transport.c”,L41]
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) [“debugInit.c”,L497]
JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized
Scott AndersonParticipantRaja,
I see you’re using JDK 1.5 to launch Tomcat. Are you using the same JDK to launch Eclipse or a different one? The easiest way to check is with Help > About Eclipse SDK > Configuration Details. The JDK should be listed near the top.
Also, are you running any sort of firewall or internet privacy software? Those things get in the way of the socket communications that the Eclipse debugger has to set up with the Tomcat VM and will result in errors precisely as you describe here. Some third-party hardware / software getting in the way of the debug connection is my bet at this point.
Riyad KallaMemberRaja,
How do you have Tomcat 5 configured under Window > Prefs > MyEclipse > App Servers > Tomcat 5? Also do you have any additional settings under Paths or JDK? Any optional JDK parameters?
Raja krishnanMemberHi Scott/Rkalla,
Scott yes i am using Firewall(both Nortan internet security / Windows firewall with XP) but i am able to run Tomcat as a service and test with IE (http://localhost:8080).I am having only the JDK mentioned above in my PC and do not have any other version.I am having trouble only through Eclipse .Previous version of MYEclipse 3.8.4 was connection ok.Kalla,
I do not have any additional JDK parameters or additional Paths configured for Tomcat.I am taking all default setting except of the Tomcat Directory Path.
Raja krishnanMemberHi Scott,
You are Right My Nortan Firewall 2004 is not allowing MyEclipseIDE to start Tomcat .If i disable Firewall i am able to start Tomcat from the Laptop..Sorry for the trouble..By any chance you guys know how to configure Nortan to allow Eclipse to start tomcat from IDE.
Riyad KallaMemberSorry Raja, I don’t have any experience with Norton’s utils (although they are popular enough I imagine a tutorial from Google shouldn’t be too hard to find).
-
AuthorPosts