Skip to main content
Participant
August 12, 2008
Question

FMS Core crash(defunct)

  • August 12, 2008
  • 1 reply
  • 721 views
hello,

I intend to make an application with FMS3 without using SharedObject which means I would achieve most functions by server side script.

So I made some simple tests on JSEngine:
Connecting about 1000 clients to one application instance and each client call the server every 5 sec.(By NetConnection.call ).
The server broadcast a message after recieving a function call by each client.

Unfortunately FMS core allways crashing(defunct) after it runs a few hours with no special message in the logs.

The only information we can find in master.00.log is :
#Fields: date time x-pid x-status x-ctx x-comment
2008-08-11 15:06:59 10624 (i)2581223 Core (3717) is no longer active. -
2008-08-11 15:06:59 10624 (w)2581256 Core (3717) _defaultRoot_:_defaultVHost_:::_1 experienced 1 failure!

FMS version: 3.0.2
System :RHEL AS4

The only change in FMS configuration is "<RuntimeSize>500000</RuntimeSize>" in application.xml

Any one can help?
    This topic has been closed for replies.

    1 reply

    Inspiring
    August 29, 2008
    Hi Ryan

    I am experiencing something similar...
    Did u manage to sort this out.

    Regards
    Rodney
    Participant
    September 10, 2008
    Hi guys,

    I would increase the size of the JSEngine in either your application's Application.xml file or the vhost's Application.xml file. Increase the value of the RuntimeSize tags from 1024 (1Mb) to 30720 (30Mb):

    <JSEngine>
    <RuntimeSize>30720</RuntimeSize>
    </JSEngine>

    Setting the JSEngine size to 500000 (488 Mb) is illegal and AFAIK FMS will default to 1024.

    Hope this helps!