JBoss Community

Re: Starting/Stoping Jboss 5.1 using web profile

created by Rodrigo Uchoa in JBoss Tools - View the full discussion

Dennis,

 

My jmx-invoker-service.xml seems to be exactly like yours. I'm using a nightly build of jboss tools. One thing I noticed though, is that the exception I get in server console have changed. Whenever I hit "stop" in server view, this is what I get (to avoid this problem I'm always killing the process instead, and the shutdown hook does its job):

 

08:54:23,282 ERROR [NamingContext] Caught exception flushing server cache and re-establish naming after exception no such object in table

javax.naming.CommunicationException: Could not obtain connection to any of these urls: 0.0.0.0:1099 [Root exception is javax.naming.CommunicationException: Failed to connect to server /0.0.0.0:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server /0.0.0.0:1099 [Root exception is java.net.ConnectException: Connection refused]]]

at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1763)

at org.jnp.interfaces.NamingContext.handleStaleNamingStub(NamingContext.java:1901)

at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:731)

at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:686)

at javax.naming.InitialContext.lookup(InitialContext.java:351)

at org.jboss.Shutdown.main(Shutdown.java:219)

Caused by: javax.naming.CommunicationException: Failed to connect to server /0.0.0.0:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server /0.0.0.0:1099 [Root exception is java.net.ConnectException: Connection refused]]

at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:335)

at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1734)

... 5 more

Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server /0.0.0.0:1099 [Root exception is java.net.ConnectException: Connection refused]

at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:305)

... 6 more

Caused by: java.net.ConnectException: Connection refused

at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)

at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:193)

at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)

at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)

at java.net.Socket.connect(Socket.java:520)

at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:97)

at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:82)

at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:301)

... 6 more

Exception in thread "main" javax.naming.CommunicationException [Root exception is java.rmi.NoSuchObjectException: no such object in table]

at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:839)

at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:686)

at javax.naming.InitialContext.lookup(InitialContext.java:351)

at org.jboss.Shutdown.main(Shutdown.java:219)

Caused by: java.rmi.NoSuchObjectException: no such object in table

at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)

at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)

at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)

at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)

at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:726)

... 3 more

Reply to this message by going to Community

Start a new discussion in JBoss Tools at Community