Ticket #699 (new Bug)
File descriptior memory leak
| Reported by: | testpresta | Owned by: | paul |
|---|---|---|---|
| Priority: | Blocker | Component: | App Server |
| Version: | 0.9.0 RC1 | Keywords: | |
| Cc: | pkarwatka@… |
Description
Hello
I am working on a red5 application that communicates with Flash clients by rtmp protocol.
I have one scheduled job per active scope.
Everything works fine but one time per day, the red5 application is not working. The application stops to write into log files, flash clients can connect to it but there don t receive either a connexion problem neither a good connexion. Each client is waiting.
When i type "lsof | grep red5", i see a lot of "can't identify protocol" messages. At anytime, i can see one line with "can't identify protocol". When the problem come, those lines are growing quickly.
I have no error a Memory Heap problem in log files.
Sometimes (at any time), i see thoses exceptions but it doesn t happen when red5 freeze (it happens at any time):
[Red5_Scheduler_Worker-10] WARN o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!
javax.management.InstanceNotFoundException: org.red5.server:type=RTMPMinaConnection,connectionType=persistent,host=x.y.z.w,port=1935,clientId=1108
This is the java version im working with: java-6-sun-1.6.0.12
