Travis: Others may chime in and try to help. My guess is that session.getAttachmet() is returning a null connection. Not sure why this is, but my first suggestion is to upgrade to 0.6.2 and see if it still exists. If it does, then open up a Jira ticket.
On 7/24/07, Travis McCauley <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm seeing a strange error in our Red5 mp3 streaming app. After the > server has been idle for a while ( can't isolate how long yet ), I get > an "Error connecting" message in the red5.log. I only have to refresh > our player in the browser, then the stream plays successfully. And all > subsequent streams play successfully in various browsers until the > server sits idle. > > Any idea what could be causing this? We're running Red5 v0.6.1 final as > a Windows Service on MS Windows Server 2003. The server is only running > red5 and nothing else. > > Here's the full exception info in the log: > > INFO | jvm 1 | 2007/07/04 09:25:00 | [ERROR] 1990145985 > pool-3-thread-13:( org.red5.server.net.rtmp.RTMPHandler.onInvoke ) Error > connecting > INFO | jvm 1 | 2007/07/04 09:25:00 | java.lang.NullPointerException > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.red5.server.net.rtmp.RTMPConnection.startRoundTripMeasurement(RTMPCo > nnection.java:900) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:283) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler > .java:143) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHan > dler.java:120) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageR > eceived(AbstractIoFilterChain.java:703) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageRece > ived(AbstractIoFilterChain.java:362) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abstrac > tIoFilterChain.java:54) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.message > Received(AbstractIoFilterChain.java:800) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilt > er.java:247) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run > (ExecutorFilter.java:307) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto > r.java:885) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja > va:907) > INFO | jvm 1 | 2007/07/04 09:25:00 | at > java.lang.Thread.run(Thread.java:619) > > Thanks so much, > Travis > > ---- > travis mccauley > canadian music centre > www.musiccentre.ca > www.centremusique.ca > > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > -- Dominick Accattato, CTO Infrared5 Inc. www.newviewnetworks.com
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
