MSIR.0852 Daemon requires non-command-level input -- restarting: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 1: Line 1:
The [[Sdaemons|sdaemon]] thread doing work for a <var>Daemon</var> object required terminal input, but the input stream (the first parameter to the <var>Daemon</var> class <var>Run</var> method) had reached its end. Each invocation of the <var>Run</var> method must return the daemon thread to <var class="product">Model 204</var> command level. There are too many possible reasons for such an error to generalize about possible corrective actions. See [[Daemon class]] for more information about Daemon objects.
The [[Sdaemons|sdaemon]] thread doing work for a <var>Daemon</var> object required terminal input, but the input stream (the first parameter to the <var>Daemon</var> class <var>Run</var> method) had reached its end. Each invocation of the <var>Run</var> method must return the daemon thread to <var class="product">Model 204</var> command level. There are too many possible reasons for such an error to generalize about possible corrective actions. See [[Daemon class]] for more information about Daemon objects.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]]

Revision as of 16:06, 13 August 2015

The sdaemon thread doing work for a Daemon object required terminal input, but the input stream (the first parameter to the Daemon class Run method) had reached its end. Each invocation of the Run method must return the daemon thread to Model 204 command level. There are too many possible reasons for such an error to generalize about possible corrective actions. See Daemon class for more information about Daemon objects.