Since changeset 1585 and 1586 I've started receiving quite a lot of the following exception. From what I can tell the server is continuing to work and my test streams continue to function without problems after they occur so I'm not sure what they are from.
Thanks, --Dan-- 2006-12-12 13:38:19.136840500 [ERROR] 970224 pool-1-thread-1: ( org.red5.server.messaging.InMemoryPushPushPipe.error ) exception when pushing message to consumer 2006-12-12 13:38:19.136845500 java.lang.IllegalStateException: Already released buffer. 2006-12-12 13:38:19.136848500 at org.apache.mina.common.PooledByteBufferAllocator $UnexpandableByteBuffer.acquire(PooledByteBufferAllocator.java:499) 2006-12-12 13:38:19.136851500 at org.apache.mina.common.PooledByteBufferAllocator $UnexpandableByteBuffer.<init>(PooledByteBufferAllocator.java:478) 2006-12-12 13:38:19.137193500 at org.apache.mina.common.PooledByteBufferAllocator $PooledByteBuffer.asReadOnlyBuffer(PooledByteBufferAllocator.java:407) 2006-12-12 13:38:19.137196500 at org.red5.server.stream.consumer.ConnectionConsumer.pushMessage (ConnectionConsumer.java:109) 2006-12-12 13:38:19.137199500 at org.red5.server.messaging.InMemoryPushPushPipe.pushMessage (InMemoryPushPushPipe.java:78) 2006-12-12 13:38:19.137483500 at org.red5.server.stream.PlaylistSubscriberStream$PlayEngine.sendMessage (PlaylistSubscriberStream.java:962) 2006-12-12 13:38:19.137488500 at org.red5.server.stream.PlaylistSubscriberStream$PlayEngine.pullAndPush (PlaylistSubscriberStream.java:845) 2006-12-12 13:38:19.137491500 at org.red5.server.stream.PlaylistSubscriberStream$PlayEngine.access$100 (PlaylistSubscriberStream.java:486) 2006-12-12 13:38:19.137653500 at org.red5.server.stream.PlaylistSubscriberStream.written (PlaylistSubscriberStream.java:372) 2006-12-12 13:38:19.137656500 at org.red5.server.net.rtmp.BaseRTMPHandler.messageSent (BaseRTMPHandler.java:187) 2006-12-12 13:38:19.137658500 at org.red5.server.net.rtmp.RTMPMinaIoHandler.messageSent (RTMPMinaIoHandler.java:130) 2006-12-12 13:38:19.137661500 at org.apache.mina.common.support.AbstractIoFilterChain$2.messageSent (AbstractIoFilterChain.java:202) 2006-12-12 13:38:19.137674500 at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageSent (AbstractIoFilterChain.java:531) 2006-12-12 13:38:19.137677500 at org.apache.mina.common.support.AbstractIoFilterChain.access$1100 (AbstractIoFilterChain.java:52) 2006-12-12 13:38:19.137680500 at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl $1.messageSent(AbstractIoFilterChain.java:783) 2006-12-12 13:38:19.137689500 at org.red5.io.filter.ExecutorFilter.processEvent(ExecutorFilter.java:234) 2006-12-12 13:38:19.137692500 at org.red5.io.filter.ExecutorFilter $ProcessEventsRunnable.run(ExecutorFilter.java:279) 2006-12-12 13:38:19.137694500 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask (ThreadPoolExecutor.java:650) 2006-12-12 13:38:19.137697500 at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:675) 2006-12-12 13:38:19.137711500 at java.lang.Thread.run(Thread.java:595) _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
