Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > macromedia flash flashcom > february 2006 >

macromedia flash flashcom : Error with admin/can't get sample apps going


nickname23812
2/15/2006 9:24:16 PM
Hi folks,

I'm having a bunch of problems. First of all, the sample applications I
downloaded don't seem to be working--I've tried a bunch, like the
tutorial_textchat and tutorial_hello, but I get nothing.

Secondly, and this may be related to the first or not, I'm seeing these errors
in my /var/log/messages file:

Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getInstanceStats)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getInstanceStats)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getActiveInstances)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getUsers) timed out.
No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getActiveInstances)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getInstanceStats)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getActiveInstances)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getInstanceStats)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getActiveInstances)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getInstanceStats)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getActiveInstances)
timed out. No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getUsers) timed out.
No response from core(s) : 5387)
Feb 15 16:21:26 a Admin: Admin Command Timeout: (Command (getInstanceStats)
timed out. No response from core(s) : 5387)

...etc. They go on and on. Seems pretty obvious it is the output of the
admin trying to connect to the application server (or however the architecture
should be described) and failing.

I'm using this on linux, if you couldn't tell. I'm hoping this is just a
misconfiguration--anybody have any ideas?

Thanks,
Dave

Patrson
2/21/2006 7:23:13 PM
Hello!

I had exactly same problem and it was caused by glibc library without NPTL
support (Native POSIX Thread Library).

Simple way how to chcek if you have glibc with NPTL is look how many processes
are running after you start fms server (ps xaf). There should be only a
fmsmaster process with one fmsedge and one fmscore child. In case you see a lot
of fmsedge and fmscore childs you have glibc without NPTL support.

I am running gentoo, so for me it was just USE=nptl emerge glibc and FMS
started to work. On the other systems you have to search for and install glibc
with NPTL support.

-Jan

AddThis Social Bookmark Button