Several possibilities 1) port 8005 is not available on the machine (not allowed to that user or used by another application already), free it or change it in server.xml 2) you have changed tomcat configuration on a perhaps multi ip machine to bind only on a specific interface (specific ip) and this interface does not exist on the machine (for example, you have configured the 8005 connector to bind to 192.168.0.15:8005 but the server is 192.168.0.150) 3) you have fallen in that jvm bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6206527, which is supposed to be fixed by sun, upgrade jvm if possible
Raffaele Viola a écrit : > Hi all, > > I'm trying to start Tomcat but Ihave some problems > > This is what I read in the catalina.out, could someone help me? > > Thanks a lot > Raffo > > 28-Sep-2006 16:03:28 > org.apache.catalina.core.AprLifecycleListenerlifecycleEvent > INFO: The Apache Tomcat Native library which allows optimal > performance in > production environments was not found on the java. > library.path: > /usr/jre1.5.0_06/lib/sparc/server:/usr/jre1.5.0_06/lib/sparc:/usr/jre1.5.0_06/../lib/sparc::/usr/local/lib:/usr > > /local/apache2/lib:/usr/lib > 28-Sep-2006 16:03:29 org.apache.coyote.http11.Http11BaseProtocol init > INFO: Initializing Coyote HTTP/1.1 on http-8080 > 28-Sep-2006 16:03:29 org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 1875 ms > 28-Sep-2006 16:03:29 org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > 28-Sep-2006 16:03:29 org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/5.5.17 > 28-Sep-2006 16:03:29 org.apache.catalina.core.StandardHost start > INFO: XML validation disabled > 28-Sep-2006 16:03:31 org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive CMM_EU.war > 28-Sep-2006 16:03:32 org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive CMM_PDA.war > 28-Sep-2006 16:03:33 org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive CMM_TM.war > 28-Sep-2006 16:03:34 org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive xgui3.war > 28-Sep-2006 16:03:35 org.apache.coyote.http11.Http11BaseProtocol start > INFO: Starting Coyote HTTP/1.1 on http-8080 > 28-Sep-2006 16:03:35 org.apache.jk.common.ChannelSocket init > INFO: JK: ajp13 listening on /0.0.0.0:8009 > 28-Sep-2006 16:03:35 org.apache.jk.server.JkMain start > INFO: Jk running ID=0 time=0/64 config=null > 28-Sep-2006 16:03:36 org.apache.catalina.storeconfig.StoreLoader load > INFO: Find registry server-registry.xml at classpath resource > 28-Sep-2006 16:03:36 org.apache.catalina.startup.Catalina start > INFO: Server startup in 7035 ms > 28-Sep-2006 16:03:36 org.apache.catalina.core.StandardServer await > SEVERE: StandardServer.await: create[8005]: > java.net.BindException: Cannot assign requested address > at java.net.PlainSocketImpl.socketBind(Native Method) > at java.net.PlainSocketImpl.bind(Unknown Source) > at java.net.ServerSocket.bind(Unknown Source) > at java.net.ServerSocket.<init>(Unknown Source) > at > org.apache.catalina.core.StandardServer.await(StandardServer.java > :372) > at org.apache.catalina.startup.Catalina.await(Catalina.java:615) > at org.apache.catalina.startup.Catalina.start(Catalina.java:575) > 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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) > 28-Sep-2006 16:03:36 org.apache.coyote.http11.Http11BaseProtocol pause > INFO: Pausing Coyote HTTP/1.1 on http-8080 > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]