Skip to main content
Participating Frequently
December 25, 2007
Question

Application.cpp ?

  • December 25, 2007
  • 1 reply
  • 296 views
Hello,
I have a problem that occurs quite often, but I do not know the cause. My application is a video chat, and at times there has to be an error log in core.log:


2007-12-25 22:46:14 1764 (e)2581279 Assert failed in \server\core\FCSLocalApplication.cpp line 122 -

2007-12-25 22:46:14 1764 (e)2581279 Assert failed in \server\core\FCSLocalApplication.cpp line 122 -

2007-12-25 22:46:14 1764 (e)2631029 Bad network data; terminating connection : String too long to display -

2007-12-25 22:46:14 1764 (e)2631029 Bad network data; terminating connection : String too long to display -


Someone has already had this problem? I saw no or it could come ...
    This topic has been closed for replies.

    1 reply

    Participant
    December 26, 2007
    I had this error in a video chat application too, all I could get from google and adobe docs is that a wrong rtmp packet has arrived to the server, the error was very annoying because it make the instance to halt!!!

    I got this error in random situations, with lot of traffic and without it, if you are making amf calls from the fms I recommend you to put these calls in a queue and fire them one by one, this work for me, but I'm not quite sure that it was the real solution.

    I hope this will help you.
    Participating Frequently
    December 26, 2007
    thanks a lot for your response. But i don't call amf services from fms :( ... it's a big problem because my application down but fms accept connections and so licenses limit become...