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=7&rev2=8 -------------------------------------------------- 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 + 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. + 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