facebook

Tomcat 5 and JDK 1.5.0 issue [Closed]

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #226823 Reply

    tclerot
    Member

    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

    #226842

    Riyad Kalla
    Member

    Do you need to be using JDK 5? I cannot reproduce this problem locally, but if you have a working workaround I’d suggest using it… also you can try using Tomcat 5.5.x if you want to use JDK 5 and see if that works…

    #226848

    tclerot
    Member

    Hi Riyad,

    Thanks for your reply.

    I solved this problem by removing JDK 1.5.0 and installing JDK 1.5.2. So the problem was certainly linked to a problem with the JDK installation. Sorry for that.

    I needed to test MyEclipse and Tomcat 5 with JDK 5 because we’ll need in a near future to validate our webapp against this JDK version. And now I know that MyEclipse can handle this configuration.

    Cheers
    Tom

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Tomcat 5 and JDK 1.5.0 issue [Closed]

You must be logged in to post in the forum log in