-
Notifications
You must be signed in to change notification settings - Fork 7
/
hercmsin.html
153 lines (152 loc) · 4.79 KB
/
hercmsin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD><TITLE>
Hercules Version 3: System Messages: IN - Hercules Initialization</TITLE>
<LINK REL=STYLESHEET TYPE="text/css" HREF="hercules.css">
</HEAD>
<BODY BGCOLOR="#ffffcc" TEXT="#000000" LINK="#0000A0"
VLINK="#008040" ALINK="#000000">
<h1>Hercules Version 3: System Messages: IN - Hercules Initialization</h1>
<p>
This page describes the system initialization messages for the Hercules S/370,
ESA/390, and z/Architecture emulator.
<h3>Messages</h3>
<dl class="messages">
<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">
HHCIN006S Cannot create panel thread: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to create the operator control panel 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="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>
<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>
<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>
<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>
</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.
<p><center><hr width=15% noshade>
<a href="hercmsg.html"><img src="images/back.gif" border=0 alt="back"></a>
</center>
<p class="lastupd">Last updated $Date$ $Revision$</p>
</BODY>
</HTML>