For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 10 replies, 4 voices, and was last updated 19 years, 11 months ago by
Riyad Kalla.
-
AuthorPosts
-
fnabulsiMemberI am trying to run the application servers JRUN and Tomcat from MyEclipse but I am getting the following error for both of them. Please help.
Error Starting JRun: A configuration error occured during startup. Please verify the preference field with the prompt: Transport dt_socket failed to initialize, rc = 509
and same thing for Tomcat
Error Starting Tomcat: A configuration error occured during startup. Please verify the preference field with the prompt: Transport dt_socket failed to initialize, rc = 509
Thank you
FerasOctober 28, 2005 at 11:55 am #240343
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
September 18, 2006 at 10:45 am #258695
David CloutierParticipantHi, I am having the exact same problem. I can launch JRun 4 in Run mode but not in debug mode. I am trying to run Jrun 4 with the 1.4.2.04 and 1.4.2.12 jdk’s and both do not work. It works with jdk1.5.x but I need to test my application with 1.4.x.
Please, anyone, I need help…
Here’s my installation summary:
*** Date: Mon Sep 18 11:40:23 EDT 2006
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.0
Build id: M20060629-1905Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\eclipse32\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
ae0_78
-vm
C:\Program Files\Java\jre1.5.0_08\bin\javaw.exeAnd here’s the last entry of my workspace .log file:
!ENTRY com.genuitec.eclipse.easie.core 1 0 2006-09-18 11:35:51.799
!MESSAGE Error starting JRun 4 server
!STACK 0
com.genuitec.eclipse.core.GenuitecCoreException: Transport dt_socket failed to initialize, rc = 509.at com.genuitec.eclipse.easie.jrun.JRun.start(JRun.java:60)
at com.genuitec.eclipse.easie.core.ui.action.ServerStartAction.ă(Unknown Source)
at com.genuitec.eclipse.easie.core.ui.action.ServerStartAction.basicRun(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.run(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.runWithEvent(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: org.eclipse.core.runtime.CoreException: Transport dt_socket failed to initialize, rc = 509.at org.eclipse.jdt.launching.AbstractVMRunner.abort(AbstractVMRunner.java:47)
at org.eclipse.jdt.internal.launching.StandardVMDebugger.checkErrorMessage(StandardVMDebugger.java:328)
at org.eclipse.jdt.internal.launching.StandardVMDebugger.run(StandardVMDebugger.java:242)
at com.genuitec.eclipse.core.JavaVMUtility.execute(JavaVMUtility.java:204)
at com.genuitec.eclipse.easie.jrun.JRunManager.startJRun(JRunManager.java:61)
at com.genuitec.eclipse.easie.jrun.JRunManager.start(JRunManager.java:43)
at com.genuitec.eclipse.easie.jrun.JRun.start(JRun.java:57)
… 29 more!ENTRY org.eclipse.update.configurator 2006-09-18 11:39:04.774
September 18, 2006 at 10:50 am #258696
Riyad KallaMemberDoesn’t JRun4 install it’s own JDK, you should be using that to run it with if it does. See if that helps.
September 18, 2006 at 10:53 am #258698
David CloutierParticipantNo, Jrun4 dows not come with a JDK, only a JRE ??? I don’t know why but hey, it’s not the 1st wierd thing I’ve noticed about JRun.
September 18, 2006 at 11:22 am #258705
Riyad KallaMemberAs a workaround can you run it with JDK 5, I believe as long as you don’t turn on Java 5 source support, you don’t have to worry about Java 5 features (like generics, enums, etc.) sneaking into your code.
Does that provide a workaround for you or not really?
September 18, 2006 at 12:48 pm #258710
David CloutierParticipantThe problem with jdk5 is that when I use deprecated tags in my application, the jsps don’t compile. So, to use jdk5 I’d have to go in and change a lot of jsps.
September 18, 2006 at 5:07 pm #258722
Scott AndersonParticipantFeras,
Can you start JRun or Tomcat from the commandline, or do you get the same error?
September 20, 2006 at 9:17 am #258857
David CloutierParticipantI can start JRun manually fine, I can even start it in MyEclipse in a normal “Run” mode. It’s only in “debug” mode that I get this error.
Please help, the JDK1.5 is causing me some headaches!
September 20, 2006 at 10:06 am #258860
David CloutierParticipantI found the problem. I had tried to run Tomcat 5.5 with JDK5 and I think that I changed my PATH setting to point to JDK_HOME\bin instead of JRE_HOME\bin, but the JDK bin does not have the ‘dt_socket.dll’ and ‘dt_shmem.dll’ files, only the JRE bin has those files.
I changed my PAHT variable to include the JRE_HOME\bin and it solved my problem.
Thanks for the help.
Dave.
September 20, 2006 at 10:50 am #258863
Riyad KallaMemberDave,
I’m glad to hear your problem is solved, we appreciate you posting your followup for other users. -
AuthorPosts
