beautypg.com

HP NonStop G-Series User Manual

Page 155

background image

1101

ERROR: Bad hex number provided for listening address: %s.

Description The JSL process was invoked with a -n option that specified a hexadecimal value as an option-argument.
However, the value specified was not a valid hexadecimal constant.

Action Change the network address specified for the JSL so that it contains an even number of hexadecimal digits, and make
certain that each digit is '0' through '9', 'A' through 'F', or 'a' through 'f'. Also, remember that the WSNADDR environment
variable in client processes associated with this JSL must be set to this same address. The JSL -n option and its associated
network address are part of the CLOPT parameter specified for the JSL process in the configuration file. The options for a
server may be updated while the system is running through use of the tmconfig (1) command, or may be updated while the
system is shut down by reloading the configuration file through use of tmloadcf (1).

1102

ERROR: Bad hex number provided for listening address: %s.

Description The JSL process was invoked with a -n option that specified a hexadecimal value as an option-argument.
However, the value specified was not a valid hexadecimal constant.

Action Change the network address specified for the JSL so that it contains an even number of hexadecimal digits, and make
certain that each digit is '0' through '9', 'A' through 'F', or 'a' through 'f'. Also, remember that the WSNADDR environment
variable in client processes associated with this JSL must be set to this same address. The JSL -n option and its associated
network address are part of the CLOPT parameter specified for the JSL process in the configuration file. The options for a
server may be updated while the system is running through use of the tmconfig (1) command, or may be updated while the
system is shut down by reloading the configuration file through use of tmloadcf (1).

1197

INFO: Exiting system.

Description Informational message, no action required.

Action Refer to the NonStop TUXEDO Administrator's Guide.

1202

ERROR: Could not initialize network.

Description An attempt to initialize the networking software from the JSL or JSH failed.

Action Make sure that the correct networking software is installed on the system and that the network is accessible.

1221

ERROR: Unrecognized message magic %d.

Description The Jolt listener has tried all TCP ports within the range specified by the -p and -P options. It could not bind to
any of the TCP ports in the range. The Jolt listener could not bind to the given address.

Action If there are more Jolt handlers than ports available in the range specified by -p and -P, then a new handler will not be
able to bind to any of the TCP ports in the allowable range. Do not forget about the TCP port which is used by the
workstation listener as well. Increase the range specified by the -p and -P options. Make sure that address is correct.