Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "FAQ/Linux_Unix" page has been changed by BillMiller.
http://wiki.apache.org/tomcat/FAQ/Linux_Unix?action=diff&rev1=6&rev2=7

--------------------------------------------------

   1. [[#Q1|When I run ps (on Linux), why do I see my java process a bazillion 
times!]]
   1. [[#Q2|How do I run without an X server and still get graphics?]]
   1. [[#Q3|Tomcat dies after I log out!]]
+  1. [[#Q4|Catalina.log contains : "SEVERE: StandardServer.await: create[8005] 
: Throwable occurred: java.net.BindException: The socket name is not available 
on this system."]]
  == Answers ==
  <<Anchor(Q1)>>'''When I run ps (on Linux), why do I see my java process a 
bazillion times!'''
  
@@ -21, +22 @@

  
  This is a common complaint when using Solaris. Make sure you use {{{nohup}}} 
and see 
[[http://marc.theaimsgroup.com/?l=tomcat-user&m=104809785114238&w=2|this 
thread]]
  
+ <<Anchor(Q4)>>'''Error message: "SEVERE: StandardServer.await: create[8005]:
+ Throwable occurred: java.net.BindException: The socket name is not available 
on this system."'''
+ 
+ This error message can have 2 causes:
+  1. Java on AIX isn't supporting IPv6 properly. Fix by inserting 
"-Djava.net.preferIPv4Stack=true" into JAVA_OPTS
+  2. Your networking configuration is not correct. If you attempt to ''ping 
localhost'' and don't see '''127.0.0.1''' you need to look into your 
/etc/host.conf (most Unixes/Linux) or /etc/netsvc.conf (AIX) file to ensure 
that something like ''"hosts = local, bind"'' is present. 
+ 
  ----
  [[CategoryFAQ|CategoryFAQ]]
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to