[jboss-dev] Remoting shutdown errors and warnings
Dimitris Andreadis
dandread at redhat.com
Thu Sep 4 10:14:39 EDT 2008
I was seeing the same errors up until I cleaned up my workspace (I think thirdparty) :-)
Adrian Brock wrote:
> This has been around for over a week without anybody fixing it,
> so I guess whoever is responsible doesn't know about it?
>
> The errors are logged when you shutdown the server
> so it isn't validated by the testsuite.
>
> 15:15:34,249 ERROR [Connector] invalid Object Name
> javax.management.InstanceNotFoundException:
> jboss.remoting:service=invoker,transport=bisocket,host=127.0.0.1,port=4457,JBM_clientMaxPoolSize=200,clientLeasePeriod=10000,clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper,dataType=jms,marshaller=org.jboss.jms.wireformat.JMSWireFormat,numberOfCallRetries=1,numberOfRetries=10,pingFrequency=214748364,pingWindowFactor=10,socket.check_connection=false,stopLeaseOnFailure=true,timeout=0,unmarshaller=org.jboss.jms.wireformat.JMSWireFormat is not registered.
> at
> org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529)
> at
> org.jboss.mx.server.MBeanServerImpl.unregisterMBean(MBeanServerImpl.java:383)
> at
> org.jboss.remoting.util.SecurityUtility.unregisterMBean(SecurityUtility.java:538)
> at
> org.jboss.remoting.transport.Connector.stop(Connector.java:1103)
> at
> org.jboss.remoting.transport.Connector.destroy(Connector.java:1167)
>
> 15:15:34,302 WARN [StartStopLifecycleAction] Error during stop for
> org.jboss.ejb3.RemotingConnector
> java.lang.NoSuchFieldError: m_map
> at
> org.jboss.remoting.transport.socket.LRUPool.getContents(LRUPool.java:81)
> at
> org.jboss.remoting.transport.socket.SocketServerInvoker.cleanup(SocketServerInvoker.java:437)
> at
> org.jboss.remoting.transport.socket.SocketServerInvoker.stop(SocketServerInvoker.java:404)
> at
> org.jboss.remoting.transport.Connector.stop(Connector.java:1111)
>
> 15:15:38,353 ERROR [Connector] invalid Object Name
> javax.management.InstanceNotFoundException:
> jboss.remoting:service=invoker,transport=socket,host=127.0.0.1,port=4446,dataType=invocation,enableTcpNoDelay=true,marshaller=org.jboss.invocation.unified.marshall.InvocationMarshaller,unmarshaller=org.jboss.invocation.unified.marshall.InvocationUnMarshaller is not registered.
> at
> org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529)
> at
> org.jboss.mx.server.MBeanServerImpl.unregisterMBean(MBeanServerImpl.java:383)
> at
> org.jboss.remoting.util.SecurityUtility.unregisterMBean(SecurityUtility.java:538)
> at
> org.jboss.remoting.transport.Connector.stop(Connector.java:1103)
> at
> org.jboss.remoting.transport.Connector.destroy(Connector.java:1167)
>
More information about the jboss-development
mailing list