Overview | Releases | Download | Docs | Links | Help | RecentChanges

ObscureErrorMessages

-- The following message --

 317a318
 > 23/7/04 10:46:47 :: IS Server: Saving information ... done.
 324a326
 > 23/7/04 10:46:47 :: IS Server: Saving information ... done.
 648a651
 > 23/7/04 10:46:46 :: IS Server: Saving information ... done.
 75a76,82
 > 23/7/04 10:46:47 INFO [SUPERVISOR::boot] Starting BOOT ...
 > 23/7/04 10:46:47 INFO [APPLICATION::start] Starting application  RootController-sct-version2 on ppatlas1 ...
 > ERROR [dal::Application::get_parameters(this =  "RootController-sct-version2@RunControlApplication", partition = "SCT@Partition", host = "Analysis@Computer") failed:
 > *** software repository does not support any application's tag ***
 > 23/7/04 10:46:47 INFO [APPLICATION::start] Starting application RootController-sct-version on ppatlas1 ...
 > 23/7/04 10:46:48 ERROR [APPLICATION::pmg-callback-starting] Application RootController-sct-version2 on ppatlas1 failed to start. ( Reason = Application Parameter are invalid in Configuration DB )
 > 23/7/04 10:46:48 ERROR [failure-on-error] Application RootController-sct-version2 on ppatlas1 found in FAULT state. Supervisor enters FAULT state.
274a282,285 > 23/07/04 10:46:47 INFO [igui.MainCommands::sendDaqSupervisorCommand] Sending DAQ supervisor command "boot". > 23/07/04 10:46:47 INFO [dsa.Commander::send] Lookup supervisor Online > 23/07/04 10:46:47 INFO [dsa.Commander::send] Sending remote command boot ... > 23/07/04 10:46:47 INFO [dsa.Commander::send] Success 657a669,674 > DSA_BOOT INFORMATION Starting BOOT ... 11447 ppatlas1 2004/Jul/23 10:46:47 > > DSA_APP_FAILED ERROR Application RootController?-sct-version2 on ppatlas1 failed to start. (Reason = Application Parameter are invalid in Configuration DB) 11447 ppatlas1 2004/Jul/23 10:46:48 > > DSA_ERROR ERROR Application RootController?-sct-version2 on ppatlas1 found in FAULT state. Supervisor enters FAULT state. 11447 ppatlas1 2004/Jul/23 10:46:48 >

-- which you may have found in --

~/logs/SCT/lester/dsa_supervisor.out

-- means that --

somewhere in your configurations database you have (eg) a segment or partition with one set of "Tags" (eg i686-rh73-gcc32-dbg) which runs (say) an executable which only supports an exclusively different set of tags (say i686-rh73-gcc32-opt).