Tomcat server (from XAMPP package) CANNOT BE started from Eclipse
        Posted  
        
            by SkyEagle888
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SkyEagle888
        
        
        
        Published on 2010-06-15T17:12:22Z
        Indexed on 
            2010/06/15
            20:52 UTC
        
        
        Read the original article
        Hit count: 747
        
I am using Windows 7. I installed Eclipse and updated to include WPT. HTTP Server and Tomcat are installed with XAMPP Package. They run properly and they can be accessed via localhost.
But I found that tomcat server CANNOT BE STARTED. Eclipse always reports failed to start.
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
Caused by: java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.Pool.create(J)J
at org.apache.tomcat.jni.Pool.create(Native Method)
at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:589)
at org.apache.coyote.http11.Http11AprProtocol.init(Http11AprProtocol.java:107)
at org.apache.catalina.connector.Connector.initialize(Connector.java:1058)
at org.apache.catalina.core.StandardService.initialize(StandardService.java:677)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
at org.apache.catalina.startup.Catalina.load(Catalina.java:535)
at org.apache.catalina.startup.Catalina.load(Catalina.java:555)
... 6 more*
Is there anything that I can check ?
© Stack Overflow or respective owner