Ticket #179 (closed Bug: Fixed)
Exception unregistering mbean
| Reported by: | electroteque | Owned by: | paul |
|---|---|---|---|
| Priority: | Minor | Component: | App Server |
| Version: | 0.8 RC2 | Keywords: | |
| Cc: |
Description
Hi been getting these per request, are they OK to ignore, should I up the level of the logging for now ?
INFO | jvm 1 | 2007/05/04 09:44:47 | [ERROR] 31422 pool-3-thread-15:( org.red5.server.net.rtmp.RTMPMinaConnection.close ) Exception unregistering mbean
INFO | jvm 1 | 2007/05/04 09:44:47 | javax.management.InstanceNotFoundException: org.red5.server:type=RTMPMinaConnection,connectionType=persistent,host=serveriphere,port=1935,clientId=4
INFO | jvm 1 | 2007/05/04 09:44:47 | at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(Unknown Source)
INFO | jvm 1 | 2007/05/04 09:44:47 | at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(Unknown Source)
INFO | jvm 1 | 2007/05/04 09:44:47 | at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(Unknown Source)
INFO | jvm 1 | 2007/05/04 09:44:47 | at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(Unknown Source)
INFO | jvm 1 | 2007/05/04 09:44:47 | at org.red5.server.net.rtmp.RTMPMinaConnection.close(RTMPMinaConnection.java:156)
INFO | jvm 1 | 2007/05/04 09:44:47 | at org.red5.server.net.rtmp.BaseRTMPHandler.connectionClosed(BaseRTMPHandler.java:212)
INFO | jvm 1 | 2007/05/04 09:44:47 | at org.red5.server.net.rtmp.RTMPMinaIoHandler.sessionClosed(RTMPMinaIoHandler.java:217)
INFO | jvm 1 | 2007/05/04 09:44:47 | at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.sessionClosed(AbstractIoFilterChain.java:677)
INFO | jvm 1 | 2007/05/04 09:44:47 | at org.apache.mina.common.support.AbstractIoFilterChain.callNextSessionClosed(AbstractIoFilterChain.java:321)
INFO | jvm 1 | 2007/05/04 09:44:47 | at org.apache.mina.common.support.AbstractIoFilterChain.access$800(AbstractIoFilterChain.java:54)
INFO | jvm 1 | 2007/05/04 09:44:47 | at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.sessionClosed(AbstractIoFilterChain.java:781)
INFO | jvm 1 | 2007/05/04 09:44:47 | at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:267)
INFO | jvm 1 | 2007/05/04 09:44:47 | at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:307)
INFO | jvm 1 | 2007/05/04 09:44:47 | at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
INFO | jvm 1 | 2007/05/04 09:44:47 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
INFO | jvm 1 | 2007/05/04 09:44:47 | at java.lang.Thread.run(Unknown Source)
