Hello,
I have an error when I try to start Tomcat 5 server within MyEclipse with JDK 1.5.0. Note that it’s working when using JDK 1.4.2_06 with the exact same configuration. Here are the details:
MyEclipse log:
!SESSION 2005-03-16 18:46:48.06 ————————————————
eclipse.buildId=I20041216-2000
java.version=1.5.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY com.genuitec.eclipse.easie.tomcat5 1 1 2005-03-16 18:46:48.06
!MESSAGE Error starting Tomcat: Transport dt_socket failed to initialize, rc = 509.
Configuration:
JDK: 1.5.0
Tomcat: 5.0.27
Eclipse Platform: Version: 3.1.0 Build id: 200412162000
MyEclipse: Version: 3.8.4 Build id: 200501171200-3.8.4
OS: Windows XP SP2
Tomcat workers2.properties:
———–
# socket channel to localhost and defined tomcat port.
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1
# Define one Ajp13 worker for the load balancer
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
# Map webapps to the Web server uri space
[uri:/lambda/*.jsp]
[uri:/lambda/]
[uri:/lambda/stub]
[status:]
info=Status worker, displays runtime information
[uri:/jkstatus/*]
info=The Tomcat /jkstatus handler
group=status:
————————
Do you have any idea or suggestion to solve this issue?
Thanks
Tom