Hello, I having troubles with shutting down the JBoss AS 4.2.2.GA after it gets an error running my application
2007-11-14 18:54:59,334 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or error occurred in the container during the request processing | java.lang.OutOfMemoryError: PermGen space | When i try to shutdown -S, it throws an exception: Exception in thread "main" javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 [Root exception is javax.naming.CommunicationException: Failed to retrieve stub from server localhost:1099 [Root exception is java.io.EOFException]] | at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1562) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:634) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627) | at javax.naming.InitialContext.lookup(InitialContext.java:351) | at org.jboss.Shutdown.main(Shutdown.java:214) | Caused by: javax.naming.CommunicationException: Failed to retrieve stub from server localhost:1099 [Root exception is java.io.EOFException] | at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:268) | at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1533) | ... 4 more | Caused by: java.io.EOFException | at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2232) | at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2698) | at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:750) | at java.io.ObjectInputStream.<init>(ObjectInputStream.java:268) | at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:255) | ... 5 more | I am starting JBoss with run.sh -c all &, in run.conf the following settings: # | if [ "x$JAVA_OPTS" = "x" ]; then | JAVA_OPTS="-Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" | fi | | # Enable the jconsole agent remotely on port 1120 | JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=1120" | JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.authenticate=false" | JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false" | What could be the problem while shutting down the JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104699#4104699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104699 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
