- This topic has 6 replies, 2 voices, and was last updated 19 years, 7 months ago by shookie10.
-
AuthorPosts
-
shookie10MemberI am getting an error when trying to start resin 2.1.1 from within the ide. The message is a message box that states: “A configuration error occurred during startup. Please verify the preference field with prompt: Transport dt_socket failed to initialize, rc = 509.” I have gotten it to start before but I was pulled off onto something else and not using myeclipse for awhile. Now that I come back to it resin will not start.
I have looked for this preference field and can’t find it.
Here is my system setup…..
Operating system – Windows XP SP2
Eclipse version – 3.0.1 build 200409161125
– Was Eclipse freshly installed for MyEclipse? Yes
– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed? Yes
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*? 8
What MyEclipse version are you using? (Help > About Eclipse Platform > Features) 3.8.4
What JDK version are you using to run Eclipse? (java -version) 1.4.2_07
What JDK version are you using to launch your application server? 1.4.2_07
What steps did you take that resulted in the issue? Started the ide, deployed my app to the resin server, then started the server and received an error message
What application server are you using? resin 2.1.1
Are there any exceptions in the Eclipse log file? Yes, I have inserted this below
!SESSION Apr 21, 2005 09:09:06.257 ———————————————
eclipse.buildId=M200409161125
java.version=1.4.2_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US!ENTRY com.genuitec.eclipse.easie.resin2 1 1 Apr 21, 2005 09:09:06.257
!MESSAGE Error starting Resin: Transport dt_socket failed to initialize, rc = 509.!ENTRY com.genuitec.eclipse.easie.resin2 1 1 Apr 21, 2005 09:09:11.882
!MESSAGE Error starting Resin: Transport dt_socket failed to initialize, rc = 509.
Riyad KallaMemberLooking back through the forums search on “dt_socket”, it seems this has happened a few other times with Tomcat and JBoss, in one instance reinstalling Eclipse/MyEclipse fixed it and in the other instance upgrading the JDK from 1.5.0 to 1.5.0_02 fixed it.
Because of the flakiness of this problem I would first suggest that you try this:
1) File > Switch Workspace > C:\tempworkspace > Hit OK, let Restart
2) Go setup Resin 2
3) Start it up, did it start up?If it DID start up then:
1) Open up your old workspace, shut down Eclipse, edit the shortcut you use to start it and add -clean to the end, then fire it backup atleast once before removing -clean, this allows Eclipse to rebuild the plugin cache.If it DID NOT start up then:
1) Go redownload Eclipse 3.0.2 SDK and MyEclipse 3.8.4 and reinstall them to a new location
2) Start it up and point at your old workspace, try and start Resin.
shookie10MemberThe first suggestion did not work so I then tried to redownload eclipse and myeclipse again and reinstall them. But I am still getting the same error message
Riyad KallaMemberSuggestion 3) Try and upgrade your JDK install, to either 1.4.2_08 or 1.5.0_02.
shookie10MemberIs there a problem with myeclipse and netbeans running on the same box? This was working, I could start the resin server and was deploying web apps with no problem. Then I had another project to do and I needed to use SWING so I installed Netbeans and jdk 1.5.0_01. Now when I come back to MyEclipse I can’t start resin it gives me the message. I also just installed tomcat, configured it in the ide and tried to start it. It gives me the same message. I also tried it in the new install of myeclipse/eclipse with the same message. So that tells me that it is not a resin problem
Riyad KallaMemberMyEclipse doesn’t care/know what you have installed on your machine, so it’s not NetBeans.
Although I think it is directly related to your JDK version. Go download the new JDK 1.5.0_02 and install it on your system, including the JRE. Then fire up Eclipse (you can check Help > About > Configuration Details to make sure it is running with the right verison) OR You can force it using -vm switch (See help docs). This is a VM issue.
shookie10MemberYES! That worked! I downloaded the jkd 1.5.0_02 and changed my JAVA_HOME to the jdk1.5.0_02 install path and add “jdk install path”\bin to my PATH.
-
AuthorPosts