2002-12-15 18:10:51 +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: TE - 1052/3270 Terminal Emulation</TITLE>
|
2002-12-15 18:10:51 +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: TE - 1052/3270 Terminal Emulation</h1>
|
2002-12-15 18:10:51 +00:00
|
|
|
<p>
|
|
|
|
|
This page describes the terminal emulation 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-15 18:10:51 +00:00
|
|
|
<dt><code><a name="HHCTE001I">
|
|
|
|
|
HHCTE001I Console connection thread started: tid=<em>threadid</em>,
|
|
|
|
|
pid=<em>processid</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The thread that handles connection requests from console devices has
|
|
|
|
|
been started.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function console_connection_handler
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE002W">
|
2002-12-15 18:21:30 +00:00
|
|
|
HHCTE002W Waiting for port <em>port</em> to become free
|
2002-12-15 18:10:51 +00:00
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The thread that handles connection requests from console devices
|
2002-12-15 18:15:30 +00:00
|
|
|
is waiting for the TCP port denoted by <code><em>port</em></code> to become
|
2002-12-15 18:10:51 +00:00
|
|
|
available for use.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>If this message persists, some other program has control of the TCP
|
|
|
|
|
port listed. Find out which one it is and terminate it.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function console_connection_handler
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE003I">
|
|
|
|
|
HHCTE003I Waiting for console connection on port <em>port</em>
|
|
|
|
|
pid=<em>num</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>Hercules is ready to accept console connections on
|
|
|
|
|
port <code><em>port</em></code>.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function console_connection_handler
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE004I">
|
|
|
|
|
HHCTE004I Console connection thread terminated
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The thread that handles connection requests from console devices has
|
|
|
|
|
been terminated.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function console_connection_handler
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE005E">
|
|
|
|
|
HHCTE005E Cannot create console thread: <em>reason</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The thread that handles connection requests from console devices could
|
|
|
|
|
not be started. The reason is shown as <code><em>reason</em></code>.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Correct the reason listed and restart Hercules.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function console_initialise
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE006A">
|
|
|
|
|
HHCTE006A Enter input for console device <em>address</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The 1052 console device at <code><em>address</code></em>
|
|
|
|
|
is waiting for input.
|
|
|
|
|
<dt>Action
|
|
|
|
|
<dd>Type the desired input for the console and press the ENTER key.
|
2002-12-15 18:15:30 +00:00
|
|
|
If you do not wish to get this message when input is requested,
|
2002-12-15 18:10:51 +00:00
|
|
|
define the console with the option <code>noprompt</code>.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function constty_execute_ccw
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE007I">
|
|
|
|
|
HHCTE007I Device <em>address</em> closed by client <em>ipaddr</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The client at IP address <code><em>ipaddr</em></code> that was
|
|
|
|
|
connected to the 3270 console at address <code><em>address</em></code> has
|
|
|
|
|
closed the connection. The device is no longer available for use.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function recv_3270_data
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE008I">
|
|
|
|
|
HHCTE008I Device <em>address</em> closed by client <em>ipaddr</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The client at IP address <code><em>ipaddr</em></code> that was
|
|
|
|
|
connected to the 1052 console at address <code><em>address</em></code> has
|
|
|
|
|
closed the connection. The device is no longer available for use.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function recv_1052_data
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE009I">
|
|
|
|
|
HHCTE009I Client <em>ipaddr</em> connected to <em>type</em> device
|
|
|
|
|
<em>address</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The client at IP address <code><em>ipaddr</em></code> has connected
|
|
|
|
|
to Hercules as a <code><em>type</em></code> device and is now available at
|
|
|
|
|
address <code><em>address</em></code>.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function connect_client
|
|
|
|
|
</dl>
|
2003-07-18 18:22:00 +00:00
|
|
|
<dt><code><a name="HHCTE010E">
|
|
|
|
|
HHCTE010E CNSLPORT statement invalid: <em>statement</em>
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The CNSLPORT statement in the hercules configuration file is invalid.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function console_connection_handler
|
|
|
|
|
</dl>
|
2004-06-10 11:39:53 +00:00
|
|
|
<dt><code><a name="HHCTE011E">
|
2007-10-06 17:58:50 +00:00
|
|
|
HHCTE011E Device <em>devn</em>: Invalid IP address: <em>ipaddr</em>
|
2004-06-10 11:39:53 +00:00
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
2007-10-06 17:58:50 +00:00
|
|
|
<dd>The IP address <code><em>ipaddr</em></code> is invalid.
|
2004-06-10 11:39:53 +00:00
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function loc3270_init_handler or constty_init_handler.
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE012E">
|
2007-10-06 17:58:50 +00:00
|
|
|
HHCTE012E Device <em>devn</em>: Invalid mask value: <em>ipmask</em>
|
2004-06-10 11:39:53 +00:00
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
2007-10-06 17:58:50 +00:00
|
|
|
<dd>The mask value <code><em>ipmask</em></code> is invalid.
|
2004-06-10 11:39:53 +00:00
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function loc3270_init_handler or constty_init_handler.
|
|
|
|
|
</dl>
|
|
|
|
|
<dt><code><a name="HHCTE013E">
|
2007-10-06 17:58:50 +00:00
|
|
|
HHCTE013E Device <em>devn</em>: Extraneous argument(s): <em>xxx</em>...
|
2004-06-10 11:39:53 +00:00
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
2007-10-06 17:58:50 +00:00
|
|
|
<dd>The argument <code><em>xxx</em></code> and any which follow it (if any)
|
2004-06-10 11:39:53 +00:00
|
|
|
was not recognized nor understood and are thus invalid.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function loc3270_init_handler or constty_init_handler.
|
|
|
|
|
</dl>
|
2005-09-24 16:17:46 +00:00
|
|
|
<dt><code><a name="HHCTE014I">
|
|
|
|
|
HHCTE014I <em>type</em> device <em>devn</em> disconnected.
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>The client connected to device <code><em>devn</em></code> has
|
|
|
|
|
abruptly terminated the connection (ECONNRESET).
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function recv_3270_data
|
|
|
|
|
</dl>
|
2008-12-30 10:02:58 +00:00
|
|
|
<dt><code><a name="HHCTE017E">
|
|
|
|
|
HHCTE017E Device <em>devn</em>: Duplicate SYSG console definition
|
|
|
|
|
</a></code>
|
|
|
|
|
<dd><dl>
|
|
|
|
|
<dt>Meaning
|
|
|
|
|
<dd>Device number <code><em>devn</em></code> has been defined as
|
|
|
|
|
an integrated 3270 (SYSG) console, but a SYSG console already
|
|
|
|
|
exists. Only one SYSG console can be defined per system.
|
|
|
|
|
<dt>Issued by
|
|
|
|
|
<dd>console.c, function loc3270_init_handler
|
|
|
|
|
</dl>
|
2002-12-15 18:10:51 +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-15 18:10:51 +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-15 18:10:51 +00:00
|
|
|
</center>
|
2007-10-02 20:37:11 +00:00
|
|
|
<p class="lastupd">Last updated $Date$ $Revision$</p>
|
2002-12-15 18:10:51 +00:00
|
|
|
</BODY>
|
|
|
|
|
</HTML>
|