Ticket #22 (closed Bug: Fixed)

Opened 5 years ago

Last modified 3 years ago

exception when pushing message to consumer

Reported by: tierdal Owned by: joachim
Priority: Critical Component: App Server
Version: Keywords:
Cc:

Description

[ERROR] 1338473 pool-1-thread-14:( InMemoryPushPushPipe.error ) exception when pushing message to consumer
java.lang.ClassCastException: java.lang.Integer

at org.red5.server.stream.PlaylistSubscriberStream$PlayEngine.pendingVideoMessages(PlaylistSubscriberStream.java:1244)
at org.red5.server.stream.PlaylistSubscriberStream$PlayEngine.pushMessage(PlaylistSubscriberStream.java:1190)
at org.red5.server.messaging.InMemoryPushPushPipe.pushMessage(InMemoryPushPushPipe.java:78)
at org.red5.server.stream.ClientBroadcastStream.dispatchEvent(ClientBroadcastStream.java:314)
at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:151)
at org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.java:78)
at org.apache.mina.common.support.AbstractIoFilterChain$2.messageReceived(AbstractIoFilterChain.java:189)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:502)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1000(AbstractIoFilterChain.java:52)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:777)
at org.red5.io.filter.ExecutorFilter.processEvent(ExecutorFilter.java:231)
at org.red5.io.filter.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:279)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)

Change History

Changed 5 years ago by joachim

fixed in r1579

Changed 3 years ago by danielr

  • status changed from new to closed
Note: See TracTickets for help on using tickets.