2002-12-17 02:30:03 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
|
|
|
|
|
<HTML>
|
|
|
|
|
<HEAD><TITLE>
|
2003-10-03 14:16:57 +00:00
|
|
|
Hercules Version 3: System Messages: IN - Hercules Initialization</TITLE>
|
2002-12-17 02:30:03 +00:00
|
|
|
<LINK REL=STYLESHEET TYPE="text/css" HREF="hercules.css">
|
|
|
|
|
</HEAD>
|
|
|
|
|
<BODY BGCOLOR="#ffffcc" TEXT="#000000" LINK="#0000A0"
|
|
|
|
|
VLINK="#008040" ALINK="#000000">
|
2003-10-03 14:16:57 +00:00
|
|
|
<h1>Hercules Version 3: System Messages: IN - Hercules Initialization</h1>
|
2002-12-17 02:30:03 +00:00
|
|
|
<p>
|
|
|
|
|
This page describes the system initialization messages for the Hercules S/370,
|
|
|
|
|
ESA/390, and z/Architecture emulator.
|
|
|
|
|
<h3>Messages</h3>
|
2007-10-06 19:44:28 +00:00
|
|
|
<dl class="messages">
|
2002-12-17 02:30:03 +00:00
|
|
|
<dt><code><a name="HHCIN001S">
|
|
|
|
|
HHCIN001S Cannot register SIGINT handler: <em>error</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>An attempt to register a handler for the SIGINT signal failed. The
|
|
|
|
|
error is described by <code><em>error</em></code>.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the error and restart Hercules.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>impl.c, function main
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCIN002E">
|
|
|
|
|
HHCIN002E Cannot suppress SIGPIPE signal: <em>error</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>An attempt to ignore the SIGPIPE signal failed. The
|
|
|
|
|
error is described by <code><em>error</em></code>. This will cause Hercules to terminate
|
|
|
|
|
abnormally if a printer device is defined to a pipe, and that pipe is
|
|
|
|
|
closed while data is being written to it.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the error and restart Hercules. Do not print to a pipe until
|
|
|
|
|
you have corrected the error.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>impl.c, function main
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCIN003S">
|
|
|
|
|
HHCIN003S Cannot register SIGILL/FPE/SEGV/BUS/USR handler: <em>error</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>An attempt to register a handler for one of the listed signals
|
|
|
|
|
failed. The error is described by <code><em>error</em></code>.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the error and restart Hercules.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>impl.c, function main
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCIN004S">
|
|
|
|
|
HHCIN004S Cannot create watchdog thread: <em>error</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>An attempt to create the watchdog thread to monitor Hercules execution
|
|
|
|
|
failed. The error is described by <code><em>error</em></code>.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the error and restart Hercules.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>impl.c, function main
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCIN005S">
|
|
|
|
|
HHCIN005S Cannot create http_server thread: <em>error</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>An attempt to create the HTTP server thread
|
|
|
|
|
failed. The error is described by <code><em>error</em></code>.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the error and restart Hercules.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>impl.c, function main
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCIN006S">
|
2003-06-02 13:16:07 +00:00
|
|
|
HHCIN006S Cannot create panel thread: <em>error</em>
|
2002-12-17 02:30:03 +00:00
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
2003-06-02 13:16:07 +00:00
|
|
|
<dd>An attempt to create the operator control panel thread
|
2002-12-17 02:30:03 +00:00
|
|
|
failed. The error is described by <code><em>error</em></code>.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the error and restart Hercules.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>impl.c, function main
|
|
|
|
|
</dl>
|
2003-09-26 00:58:00 +00:00
|
|
|
<dt><code><a name="HHCIN007S">
|
|
|
|
|
HHCIN007S Cannot create <em>devnum</em> connection thread: <em>error</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The shared device server was unable to create the thread meant to
|
|
|
|
|
manage remote device <em>devnum</em>.
|
|
|
|
|
The error is described by <code><em>error</em></code>.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the error and restart Hercules.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>impl.c, function main
|
|
|
|
|
</dl>
|
2003-10-13 15:28:18 +00:00
|
|
|
<dt><code><a name="HHCIN008S">
|
|
|
|
|
HHCIN008S DYNGUI.DLL load failed; Hercules terminated.
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The external GUI interface module 'dyngui.dll' could not loaded. The
|
|
|
|
|
preceding HHCHD007E message should provide the reason for the failure.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the error and restart Hercules.
|
|
|
|
|
If the error is Win32 error 126 ("The specified module could not be
|
|
|
|
|
found"), check your Windows PATH setting and/or your MODPATH control
|
|
|
|
|
statement to ensure one or both of them includes the directory where
|
|
|
|
|
Hercules is executing from.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>impl.c, function main
|
|
|
|
|
</dl>
|
2010-03-11 16:13:47 +00:00
|
|
|
<dt><code><a name="HHCIN009S">
|
|
|
|
|
HHCIN009S Cannot register SIGTERM handler: <em>error</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>An attempt to register a handler for the SIGTERM signal failed. The
|
|
|
|
|
error is described by <code><em>error</em></code>.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the error and restart Hercules.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>impl.c, function main
|
|
|
|
|
</dl>
|
2003-09-26 00:58:00 +00:00
|
|
|
<dt><code><a name="HHCIN099I">
|
|
|
|
|
HHCIN099I Hercules terminated
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>Hercules has ended.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>None.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>hsccmd.c, function quit_cmd
|
|
|
|
|
</dl>
|
2002-12-17 02:30:03 +00:00
|
|
|
</dl>
|
|
|
|
|
<p><center><hr width=15% noshade></center>
|
|
|
|
|
<p>
|
|
|
|
|
If you have a question about Hercules, see the
|
|
|
|
|
<a href="hercfaq.html">Hercules Frequently-Asked Questions</a> page.
|
2007-10-02 20:37:11 +00:00
|
|
|
|
2002-12-17 02:30:03 +00:00
|
|
|
<p><center><hr width=15% noshade>
|
2005-11-13 11:15:54 +00:00
|
|
|
<a href="hercmsg.html"><img src="images/back.gif" border=0 alt="back"></a>
|
2002-12-17 02:30:03 +00:00
|
|
|
</center>
|
2007-10-02 20:37:11 +00:00
|
|
|
<p class="lastupd">Last updated $Date$ $Revision$</p>
|
2002-12-17 02:30:03 +00:00
|
|
|
</BODY>
|
|
|
|
|
</HTML>
|