Skip to main content
Participant
April 28, 2006
Question

Application won't start

  • April 28, 2006
  • 4 replies
  • 315 views
When I originally set up FMS it was working perfectly. I could load my applications and test them without problems. However, after developing for a while I had to restart the server. After the restart I can no longer load my application. The server and adminserver are both started and I can login to the admin console. When I try to load an application it shows up in the admin console for ~5s and then disappears. Looking at the logs tells me nothing. Basically everything connects/loads and then disconnects/unloads. If I tail -f the *.00.log files I see the following when I try to load the app:

==> access.00.log <==
#Date: 2006-04-28
#Fields: x-category x-event date time x-pid c-ip cs-bytes sc-bytes x-sname sc-stream-bytes x-file-size x-file-length x-comment

==> core.00.log <==
#Date: 2006-04-28
#Fields: date time x-pid x-status x-ctx x-comment
2006-04-28 12:47:38 11001 (i)2581237 Starting admin app on core (11001). -
2006-04-28 12:47:38 11001 (i)2581238 Core (11001) connecting to admin. -

==> edge.00.log <==
2006-04-28 12:47:38 10104 (i)2581252 Registering core (11001). -

==> master.00.log <==
2006-04-28 12:47:38 10097 (i)2581221 Core (11001) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app -inst -console -conf "/opt/macromedia/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_::". -

==> admin.00.log <==
2006-04-28 12:47:38 10212 (i)2581241 Connection to admin received. -
2006-04-28 12:47:38 10212 (i)2581243 Connection from core 11001 received. -
2006-04-28 12:47:38 10212 (i)2581244 Connection from core 11001 accepted. -

==> core.00.log <==
2006-04-28 12:47:38 11001 (i)2581231 Core (11001) connected to admin. -
2006-04-28 12:47:38 11001 (i)2581234 Core (11001) connection to admin accepted. -
2006-04-28 12:47:38 11001 (i)2581246 Core (11001) sending register cmd to edge. -

==> edge.00.log <==
2006-04-28 12:47:43 10104 (i)2581250 Edge disconnected from core (11001). -

==> admin.00.log <==
2006-04-28 12:47:43 10212 (i)2581242 Core (11001) disconnected : _defaultRoot_:_defaultVHost_::. -

==> master.00.log <==
2006-04-28 12:47:44 10097 (i)2581223 Core (11001) is no longer active. -
2006-04-28 12:47:44 10097 (w)2581256 Core (11001) _defaultRoot_:_defaultVHost_:: experienced 1 failure!-



_defaultRoot_:_defaultVHost_:: bothers me a bit...it looks like the application should be in the last ::. Can anyone tell me what stupid mistake I'm making?
    This topic is closed to new replies. Start a new post to keep the conversation going.

    4 replies

    Inspiring
    April 29, 2006
    I have experienced the same problem in the Management Console. Everytime is
    was an AS bug. The app would or even would not appear in the console without
    a message and then disappear

    I do not have the debug option on because I have not had time to figure it
    out.

    --
    Lon Hosford
    www.lonhosford.com
    May many happy bits flow your way!
    "reversefold" <webforumsuser@macromedia.com> wrote in message
    news:e2ts0e$ib4$1@forums.macromedia.com...
    I forgot to mention that the same thing happened on both my WIndows XP SP2
    laptop and on a Redhat 4 linux server, so this is not a platform specific
    problem.


    Participant
    April 30, 2006
    There should be some kind of AS parsing output somewhere, though, shouldn't there?

    Besides which I'm pretty sure this is not an AS error as the same code (exactly the same) runs fine on a Flash Communication Server instance.
    Participant
    April 28, 2006
    I forgot to mention that the same thing happened on both my WIndows XP SP2 laptop and on a Redhat 4 linux server, so this is not a platform specific problem.