Question
Application won't start
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?
==> 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?
