OutOfMemoryError

MJ@alaun

New Member
Hey guys,
we use the Flashphoner's roomAPI for our video-chat. We also use its REST-methods to check authentication.
Unfortunately after about 1 day running the Flashphoner WCS I got following error in the server_logs/flashphoner.log:

WARN erSocketPipelineSink - RTMP-BOSS-pool-3-thread-1 Failed to accept a connection.
java.lang.OutOfMemoryError: Java heap space

With this error the stream of our video-chat is not published. By the way there are not more than 1 video-chats at the same time and we use WebRTC for the most time. I restarted the WCS but the error comes again and again.
Thanks in advance for your help.
 

Max

Administrator
Staff member
Hello
Try to update
Code:
service webcallserver update 2482
Form our investigation, it was RTMP memory leak and it should be fixed in the latest build.
 
Top