(assuming your configs are backed up)
check out modify configs at
/etc/rc.d/init.d/network 
*AND*
/etc/sysconfig/network-scripts/ifup
*then do*
service network restart
*then ICMP ping*
ping WhateverHostYouWantToPing

HTH,
M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "David Smith" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, July 07, 2006 8:06 AM
Subject: Re: Tomcat intialization problem


>I think you need to fix your networking issues before trying to setup 
> tomcat.  If the link you supplied is your support case, the lo network 
> interface isn't working or properly configured.  ifconfig on a console 
> logged in as root should show the active network interfaces including at 
> least eth0 and lo.  lo should have a inet addr of 127.0.0.1.  Tomcat 
> binds it's shutdown port specifically to 127.0.0.1.  If that address 
> doesn't exist on the local system, the error below will occur.
> 
> --David
> 
> Rohit Kumar wrote:
> 
>>Greetings everyone,
>> i am having trouble initializing tomcat on Mandriva Linux.
>> here's the output of catalina.out:
>> 
>> <code>
>> [EMAIL PROTECTED] logs]# cat catalina.out
>> Jul 7, 2006 8:48:40 AM org.apache.catalina.core.AprLifecycleListener 
>> lifecycleEvent
>> INFO: The Apache Tomcat Native library which allows optimal performance in 
>> production environments was not found on the java.library.path: 
>> /usr/java/jdk1.5.0_06/jre/lib/i386/client:/usr/java/jdk1.5.0_06/jre/lib/i386:/usr/java/jdk1.5.0_06/jre/../lib/i386
>> Jul 7, 2006 8:48:40 AM org.apache.coyote.http11.Http11BaseProtocol init
>> INFO: Initializing Coyote HTTP/1.1 on http-8080
>> Jul 7, 2006 8:48:40 AM org.apache.catalina.startup.Catalina load
>> INFO: Initialization processed in 2198 ms
>> Jul 7, 2006 8:48:41 AM org.apache.catalina.core.StandardService start
>> INFO: Starting service Catalina
>> Jul 7, 2006 8:48:41 AM org.apache.catalina.core.StandardEngine start
>> INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
>> Jul 7, 2006 8:48:41 AM org.apache.catalina.core.StandardHost start
>> INFO: XML validation disabled
>> Jul 7, 2006 8:48:43 AM org.apache.coyote.http11.Http11BaseProtocol start
>> INFO: Starting Coyote HTTP/1.1 on http-8080
>> Jul 7, 2006 8:48:44 AM org.apache.jk.common.ChannelSocket init
>> INFO: JK: ajp13 listening on /0.0.0.0:8009
>> Jul 7, 2006 8:48:44 AM org.apache.jk.server.JkMain start
>> INFO: Jk running ID=0 time=0/43  config=null
>> Jul 7, 2006 8:48:44 AM org.apache.catalina.storeconfig.StoreLoader load
>> INFO: Find registry server-registry.xml at classpath resource
>> Jul 7, 2006 8:48:44 AM org.apache.catalina.startup.Catalina start
>> INFO: Server startup in 3712 ms
>> Jul 7, 2006 8:48:44 AM 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(PlainSocketImpl.java:359)
>>         at java.net.ServerSocket.bind(ServerSocket.java:319)
>>         at java.net.ServerSocket.<init>(ServerSocket.java:185)
>>         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(NativeMethodAccessorImpl.java:39)
>>         at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
>>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
>> [EMAIL PROTECTED] logs]#                
>> </code>
>> 
>> As far as i understood it, its a firewall problem,i am unable to even ping 
>> localhost.
>> please see http://mandrivausers.org/index.php?showtopic=33045 for more 
>> details.
>> 
>> Please help resolve this problem.
>> 
>> Thanks,
>> rohit.
>> 
>>
>>NAMASTE, i honour the spirit in you which is also in me.
>>```````````````````````````````````````````````````````
>>http://www.geocities.com/rohitsz2
>>http://rohitsz.blogspot.com
>> 
>>---------------------------------
>>Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
>>starting at 1ยข/min.
>>  
>>
> 
> 
> ---------------------------------------------------------------------
> 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