Error with admin/can't get sample apps going

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Error with admin/can't get sample apps going

    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


    nickname23812 Guest

  2. Similar Questions and Discussions

    1. FMS2 does connect, but sample apps don't
      hi all, i don't think anyone can help me, but i'll explain my problem anyway.. i have FMS2 installed on Win XP.. it works fine.. and i can go to...
    2. Sample apps not working
      I just downloaded FMS 2.0.1 today and installed on my Win2K dev machine. I just want to start testing. After reading up in the docs about how to...
    3. Flex Installed Sample Apps Fail
      Hi, i'm new to flex as well. i had the same problem with the error Error: HTTPServiceFault: java.lang.RuntimeException: Bad service name:...
    4. sample apps and getting started tutorials
      hi, ever since installing coldfusion (initially 6 and now 7), I have not been able to access the sample applications, well today I looked at my CF...
    5. Getting Started/Sample Apps Not installed...
      I installed CFMX 7 and although I DID check the boxes to install the Sample Apps and the Getting Started tutorials etc....They are not installed. ...
  3. #2

    Default Re: Error with admin/can't get sample apps going

    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


    Patrson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139