- 
        1. Re: STDOUT EXCEPTION:java.lang.NullPointerException Why?erasmomarciano Jan 12, 2010 11:06 AM (in response to rnicholson10)Did you set anything in server.xml? 
- 
        2. Re: STDOUT EXCEPTION:java.lang.NullPointerException Why?rnicholson10 Jan 12, 2010 11:20 AM (in response to erasmomarciano)No I did not. I'm using JBoss AS 5.1.0.GA, should I be asking this question in another forum? 
- 
        3. Re: STDOUT EXCEPTION:java.lang.NullPointerException Why?erasmomarciano Jan 12, 2010 11:23 AM (in response to rnicholson10)What options are you using the starting jboss? 
- 
        4. Re: STDOUT EXCEPTION:java.lang.NullPointerException Why?rnicholson10 Jan 12, 2010 11:42 AM (in response to erasmomarciano)Here are my java opts: JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=256m -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=3454 And I start JBoss using: /opt/jboss/bin/run.sh -c default -b 0.0.0.0 
- 
        5. Re: STDOUT EXCEPTION:java.lang.NullPointerException Why?erasmomarciano Jan 12, 2010 11:48 AM (in response to rnicholson10)mmmmm it seems ok!!!Check the file /etc/hosts for errors 
- 
        6. Re: STDOUT EXCEPTION:java.lang.NullPointerException Why?rnicholson10 Jan 12, 2010 12:10 PM (in response to erasmomarciano)My /etc/hosts file is fine. The interesting thing is that I have two applications which exhibit this issue. The first one is a Seam Application (packaged in an EAR). The other a simple EAR file with a single servlet in the war file and an MDB in the jar. I'm going to try the same setup on another app-server on a different physical machine and see if the same thing occurs. 
 
    