Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. When I run ps (on Linux), why do I see my java process a bazillion times!
  2. How do I run without an X server and still get graphics?
  3. Tomcat dies after I log out!
  4. Wiki Markup
    [[#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
Q1
When I run ps (on Linux), why do I see my java process a bazillion times!

...

This is a common complaint when using Solaris. Make sure you use nohup and see this thread

Wiki Markup
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="d5d52675-ce7f-4516-9276-66a58244eec5"><ac:parameter ac:name="">Q4</ac:parameter></ac:structured-macro>*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