David Delbecq schrieb:

taylan kuecuek a écrit :
Raffaele Viola schrieb:

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

Hallo,

i am not sure but the cause of this Failure can be the JAVA_HOME.

if you didn't use a msi file to install Tomcat then you must to define
JAVA_HOME and CATALINA_HOME variables in path.

if you have installed tomcat with msi file then this variables will be
settet automatically.

i have given as JAVA_HOME jdk path not the jre. maybe it can be a
problem too.




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

I don't think there is a relation between java home and a network
binding exception. Also, i don't think you can install a msi package on
a SPARC system :)

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


:) yes you are right, i have overlooked the directory architecture.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to