Skip to main content
Inspiring
April 13, 2007
Question

FMS Problem

  • April 13, 2007
  • 11 replies
  • 3115 views
The FMS instance kept crashing on me and kicks all the connected users out. I got this from the error logs:-

edge log:

2007-04-07 18:32:47 3930 (i)2701054 Virtual host Disconnecting unresponsive core streamtv/_definst_ (5203) after 40 seconds is not available. -

master log:

2007-04-07 18:32:52 3917 (i)2581223 Core (5203) is no longer active.

admin log:

2007-04-07 18:32:47 4159 (i)2581242 Core (5203) disconnected : _defaultRoot_:_defaultVHost_:: . -
2007-04-07 18:32:48 4159 (i)2581241 Connection to admin received. -

core log:

2007-04-07 14:32:45 5203 (w)2611173 TCMsgQueue video message queue size info : Size : 100, type: 1, clientID: 149670480, streamID: 1
-
2007-04-07 14:32:45 5203 (w)2611173 TCMsgQueue video message queue size info : Size : 100, type: 1, clientID: 150104856, streamID: 1
-
#Date: 2007-04-07
#Fields: date time x-pid x-status x-ctx x-comment
2007-04-07 18:32:48 5503 (i)2581237 Starting admin app on core (5503). -
2007-04-07 18:32:48 5503 (i)2581238 Core (5503) connecting to admin. -
2007-04-07 18:32:48 5503 (i)2581231 Core (5503) connected to admin. -
2007-04-07 18:32:48 5503 (i)2581246 Core (5503) sending register cmd to edge. -
2007-04-07 18:32:48 5503 (i)2581234 Core (5503) connection to admin accepted. -


Does anyone has any idea why is it happening? Thanks!
    This topic has been closed for replies.

    11 replies

    April 13, 2007
    I wonder if something in your SSAS might be crashing your app, and the core it's running on.

    Does the problem occur consistently when something happens in your app? For example, does a client call a server function or publish to a stream before the netconnection.onstatus event is received?
    Inspiring
    April 22, 2007
    Hi Charles,

    Thanks for the reply.

    The problem I mentioned in the previous post happens intermittently. Sometimes it doesn't even happen for a good 6 hours (longest we stress tested the system) while sometimes it crashes every 2-3 hours. Our system is configured to distribute its load over a few servers and the server instance which crashes is random.