Niels Joubert wrote: > Hello everyone! > > I'm running into a weird issue with Red5. The server works fine > initially, but after some undetermined about of time, my client can only > connect, without any response ever coming back. It does not get to the > webapp level at all, but doesn't drop the connection either. There is > absolutely no information in the logs about what's going on. No more > output gets generated. > > I'm running a customized version of 0.6.1, so does anyone know whether > this bug has already been encountered or fixed? > > Thank you! > > -niels joubert > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > - If you are using Hibernate,make sure you are closing all the db connections. Try putting log messages in appConnect(),roomJoin(),roomDisconnect(),appDisconnect() to see whats going on. Your counters should match at the end. - If you are using quartz, make sure you don't use it as it gives some problem with freezing.
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
