Chapter 2. Common Error Messages

Table of Contents

2.1. Common Error Messages (0001 ~ 0100)
2.2. Common Error Messages (0101 ~ 0200)
2.3. Common Error Messages (0201 ~)

This chapter describes error messages that may occur in common modules.

2.1. Common Error Messages (0001 ~ 0100)

0001 memory allocation error : size = Size

TypeERROR
DescriptionAn error occurred while allocating the specified size of memory.
ActionCheck the available physical memory.

0002 memory allocation error : size = Size

TypeERROR
DescriptionAn error occurred while allocating the specified size of memory.
ActionCheck the available physical memory.

0003 memory allocation error : size = Size

TypeERROR
DescriptionAn error occurred while allocating the specified size of memory.
ActionConfirm that a specified size is available.

0004 memory allocation error : size = Size

TypeERROR
DescriptionAn error occurred while allocating the specified size of memory.
ActionCheck the available physical memory.

0005 memory allocation error : size = Size

TypeFATAL
DescriptionAn error occurred while allocating the specified size of memory.
ActionCheck the available physical memory. If the error occurs while booting the system, the configuration file is likely to become damaged. Reboot the system after performing CFL again.

0006 memory reallocation error : size = size

TypeERROR
DescriptionAn error occurred while allocating the specified size of memory.
ActionCheck for memory leaks in the application or in system memory.

0010 file open error : Filename

TypeERROR
DescriptionCould not open a file (Filename) in a defined route.
Action

Check the file name and access authentication. Check the maximum number value of the file descriptor (fd) defined in the operating system. In case of a Korn shell, an opened file will be checked using "ulimit -a".

0010C tmpfile open error

TypeFATAL
DescriptionCould not open the temporary file through tmpfile.
ActionCheck the file name and access authentication. Check the maximum number value of the file descriptor (fd) defined in the operating system. In case of a Korn shell, an opened file will be checked using "ulimit -a".

0011 file read error : ReturnValue ReadSize

TypeERROR
DescriptionCould not read the contents of a file as an exact size.
ActionCheck the file size. If the ReturnValue is negative, please refer to the system error messages.

0011A file read error : Filename

TypeERROR
DescriptionCould not read the contents of a file as an exact size.

0012 file write error : ReturnValue WriteSize

TypeERROR
DescriptionCould not write the contents of a file as an exact size.
ActionCheck file access authentication and disk space. If the ReturnValue is negative, refer to the system error messages.

0013 file access error : Filename

TypeERROR
DescriptionCould not use a file in a defined route.
ActionCheck the file name and access authentication.

0014 exec error : Filename

TypeERROR FATAL
DescriptionCould not execute a file in a defined path or not enough resources are available.
ActionCheck the file name and access authentication. Check the error message to remove unnecessary processes or secure memory.

0015 fcntl error : Action Value

TypeERROR
DescriptionFailed to use a system function (fcntl).
ActionRefer to the fcntl.h file and then contact a system administrator for more information.

0016 file locking error : Action Value

TypeERROR
DescriptionFailed to use a system function (file lock).
ActionRefer to the unistd.h file and then contact a system administrator for more information.

0020 socket init error

TypeERROR
DescriptionFailed to initialize a UNIX domain socket.
ActionContact a system administrator.

0021 socket listen error : Filename

TypeERROR
DescriptionFailed to initialize a UNIX domain socket.
ActionCheck the file name and access authentication. Then check the status of the named pipe (Filename) in PATHDIR.

0022 socket accept error

TypeERROR
DescriptionFailed to connect to a UNIX domain socket.
ActionCheck the status of the named pipe (Filename) in PATHDIR. Check the maximum number value of the file descriptor (fd) defined in the operating system. In the case of a Korn shell, it can be checked using "ulimit -a".

0023 socket connect error : Filename

TypeERROR
DescriptionFailed to initialize a UNIX domain socket.
ActionCheck the file name and access authentication. Check the status of the named pipe (Filename) in PATHDIR. Note: Please check the maximum number value of the file descriptor (fd) defined in the operating system. In case of a Korn shell, check it using "ulimit -a".

0024 socket close error

TypeERROR
DescriptionFailed to close a UNIX domain socket.
ActionPlease contact a system administrator.

0025 write error : ReturnValue WriteSize

TypeERROR
DescriptionFailed to send data to a UNIX domain socket.
ActionCheck the status of the named pipe (Filename) in PATHDIR. If the ReturnValue is negative, refer to the system error messages.

0026 write error : ReturnValue WriteSize

TypeERROR
DescriptionFailed to send data to a UNIX domain socket.
ActionConfirm that a specified WriteSize is available. Please check the status of the named pipe (Filename) in PATHDIR. If the ReturnValue is negative, refer to the system error messages.

0027 write error : ReturnValue

TypeERROR
DescriptionFailed to send data to a UNIX domain socket.
ActionCheck the operation status of server processes. Check the status of the named pipe (Filename) in PATHDIR. If the ReturnValue is negative, refer to the system error messages.

0028 read error : ReturnValue ReadSize

TypeERROR
DescriptionFailed to receive data from a UNIX domain socket.
ActionCheck the status of the named pipe (Filename) in PATHDIR. If the ReturnValue is negative, refer to the system error messages.

0029 read error : ReturnValue ReadSize

TypeERROR
DescriptionFailed to receive data from a UNIX domain socket.
ActionConfirm that a specified ReadSize is available. Check the status of the named pipe (Filename) in PATHDIR. If the ReturnValue is negative, refer to the system error messages.

0030 read error : ReturnValue

TypeERROR
DescriptionFailed to receive data from a UNIX domain socket.
ActionCheck the operation status of server processes. Check the status of the named pipe (Filename) in PATHDIR. If the ReturnValue is negative, refer to the system error messages.

0040 socket init error

TypeERROR
DescriptionFailed to initialize a TCP/IP socket.
ActionContact a system administrator for more information.

0041 socket listen error : PortNo

TypeERROR
DescriptionFailed to initialize a TCP/IP socket.
ActionCheck for duplicate use of a port. It can be checked by using netstat. Contact a system administrator for more information.

0042 socket listen error : PortNo

0042 socket listen error : errno portno

0042 socket listen error, we’ll retry after 10 seconds : errno portno

0042 socket listen error, we’ll retry after 10 seconds : errno = %d, portno = %d

0042 socket listen error : errno = %d, portno = %d

0042 socket listen error, we’ll retry after 5 seconds : errno = %d, portno = %d

TypeERROR
DescriptionFailed to initialize a TCP/IP socket. Failed to listen to the socket. If a port is being used, a retry will be attempted after a certain time interval.
ActionCheck for duplicate use of the port. It can be checked by using netstat. Contact a system administrator for more information. If the error does not stop occurring, check the network status of the system.

0043 socket accept error

TypeERROR
DescriptionFailed to connect a TCP/IP socket.
ActionCheck for communication interference in the client. Check the maximum number of the file descriptor (fad) value defined in the operating system. In the case of a Korn shell, it can be checked using "ulimit -a".

0044 socket accept error

TypeERROR
DescriptionFailed to connect a TCP/IP socket.
ActionCheck for communication interference between nodes defined in the Tmax configuration file.

0045 socket connects error : HostName PortNo

TypeERROR
DescriptionFailed to connect a TCP/IP socket.
Action

1) Confirm that HostName and PortNo are used correctly.

2) Confirm that the Tmax system has started.

3) Check for communication interference.

4) Check the maximum number of the file descriptor (fd) value defined in the operating system. In case of a Korn shell, it can be checked using "ulimit -a".

0046 socket connects error : HostName PortNo

TypeERROR
DescriptionFailed to connect a TCP/IP socket.
Action

1) Confirm that HostName and PortNo are used correctly.

2) Confirm that the Tmax system has started.

3) Check for communication interference between nodes defined in the Tmax configuration file.

0046A socket connect error : nodename = %s, racport = %d

TypeERROR
DescriptionFailed to connect to a TCP/IP socket.
Action

1) Confirm that HostName and PortNo are used correctly.

2) Confirm that Tmax system has started.

3) Check for communication interference between nodes defined in the Tmax configuration file.

0047 socket close error

TypeERROR
DescriptionFailed to close a TCP/IP socket.
ActionContact a system administrator for more information.

0050 write error : ReturnValue WriteSize

TypeERROR
DescriptionFailed to send data to a TCP/IP socket.
ActionCheck for communication interference between nodes defined in the Tmax configuration file. If the ReturnValue is negative, refer to the system error messages.

0051 write error : ReturnValue WriteSize

TypeERROR
DescriptionFailed to send data to a TCP/IP socket.
Action

1) Confirm that the WriteSize is available.

2) Check for communication interference between nodes defined in the Tmax configuration file.

3) If the ReturnValue is negative, refer to the system error messages.

0052 write error : ReturnValue WriteSize

TypeERROR
DescriptionFailed to send data to a TCP/IP socket.
ActionCheck for communication interference between clients and the Tmax engine module. If the ReturnValue is negative, refer to the system error messages.

0053 write error : ReturnValue WriteSize

TypeERROR
DescriptionFailed to send data to a TCP/IP socket.
Action

1) Confirm that the WriteSize is available.

2) Check for communication interference between clients and the Tmax engine module.

3) If the ReturnValue is negative, refer to the system error messages.

0054 write error : ReturnValue

TypeERROR
DescriptionFailed to send data to a TCP/IP socket.
ActionCheck for communication interference between clients and the Tmax engine in the engine module. If the ReturnValue is negative, refer to the system error messages.

0055 read error : ReturnValue ReadSize

TypeERROR
DescriptionFailed to receive data from a TCP/IP socket.
ActionCheck for communication interference between the defined nodes. If the ReturnValue is negative, refer to the system error messages.

0056 read error : ReturnValue ReadSize

TypeERROR
DescriptionFailed to receive data from a TCP/IP socket.
Action

1) Confirm that the WriteSize is available.

2) Check for communication interference between defined nodes in the Tmax configuration file.

3) If the ReturnValue is negative, refer to the system error messages.

0057 read error : ReturnValue ReadSize

TypeERROR
DescriptionFailed to receive data from a TCP/IP socket.
ActionCheck for communication interference between clients and the Tmax engine in the engine module. If the ReturnValue is negative, refer to the system error messages.

0058 read error : ReturnValue ReadSize

TypeERROR
DescriptionFailed to receive data from a TCP/IP socket.
Action

1) Confirm that the WriteSize is available.

2) Check for communication interference between clients and the Tmax engine in the engine module.

3) If the ReturnValue is negative, refer to the system error messages.

0059 read error : ReturnValue

TypeERROR
DescriptionFailed to receive data from a TCP/IP socket.
ActionCheck for communication interference between clients and the Tmax engine in the engine module. If the ReturnValue is negative, refer to the system error messages.

0060 Winsock startup error

TypeERROR
DescriptionA Windows client failed to initialize winsock.
ActionConfirm that winsock.dll can be used.

0061 Winsock version error : version1 version2

TypeERROR
DescriptionThe version of Winsock is not matched.
ActionConfirm that the version of winsock.dll is 2.0.

0062 setsockopt error : [SO_REUSEADDR|SO_KEEPALIVE]

TypeERROR
DescriptionAn error occurred while configuring a TCP/IP socket option.
ActionContact a system administrator about the option.

0063 gethostbyname error : hostname

TypeERROR
DescriptionFailed to get a network address from a hostname by using the gethostbyname system call.
Action

1) Confirm that the hostname is correct. It can be checked using the hostname command.

2) Confirm that the domain name server (DNS) defined in the system is operating properly. Check that the hostname is registered in the /etc/hosts file if a DNS is not being used.

0064 socket connecting : rgwhost port

TypeINFO
DescriptionMaking a TCP/IP connection to the server.

0080 select error

TypeERROR
DescriptionAn error occurred while using the select system call internally.
ActionRefer to the system error messages.

0081 pipe error

TypeERROR
DescriptionAn error occurred while using the pipe system call internally.
Action

1) Refer to the system error message.

2) Check the maximum number of the file descriptor (fd) value defined in the operating system. In case of a Korn shell, it can be checked using "ulimit -a".

0082 fd dup2 error : original_fd new_fd

TypeERROR
DescriptionFailed to call dup2 system.
Action

Check the maximum number of the file descriptor (fd) value defined in the operating system.

In case of a Korn shell, it can be checked using "ulimit -a". Refer to the system error messages for more information.

0083 seek error : whence seeksize

TypeERROR
DescriptionFailed to perform fseek (or lseek).
ActionCheck if the seeksize exceeds the file size. If the ReturnValue is negative, refer to the system error message.

0090 shared memory attaches error : shmkey

TypeFATAL ERROR
DescriptionFailed to initialize shared memory.
ActionCheck for the duplicate use of shmkey. It can be checked using "ipcs -m".

0091 shared memory open error : shmkey

TypeFATAL ERROR
DescriptionFailed to initialize shared memory.
ActionCheck for the duplicate use of shmkey. It can be checked using "ipcs -m".

0092 shared memory truncate error : shmkey

TypeFATAL ERROR
DescriptionFailed to initialize shared memory.
ActionCheck for the duplicate use of shmkey. It can be checked using "ipcs -m" on the console.

0093 shared memory detach error

TypeERROR
DescriptionFailed to initialize shared memory.
ActionIf the error occurs while terminating the Tmax engine, remove the shared memory by using ipcrm.

0094 shared memory revoke error

TypeERROR
DescriptionFailed to initialize shared memory.
ActionRemove the shared memory by using ipcrm.

0095 shared memory map error

TypeFATAL
DescriptionA mmap() error occurred.
ActionRefer to the system error message.

0100 getenv error : EnvName

TypeERROR
DescriptionThe environment variable (EnvName) was not defined.
ActionDefine EnvName correctly.

2.2. Common Error Messages (0101 ~ 0200)

0110 signal SigNum catche, ignored

TypeWARNING
DescriptionSigNum (signal number=SigNum) was ignored.
ActionRefer to the signal.h file.

0111 signal SigNum catche

TypeERROR
DescriptionSigNum (signal number=SigNum) occurred.
ActionRemove the error in reference to signal.h. Contact a TmaxSoft administrator for more information.

0112 signal error : SigNum

TypeWARNING
DescriptionFailed to initialize the signal processor.
ActionCheck SigNum in reference to signal.h.

0113 alarm expired : No response from where

TypeWARNING
DescriptionThere is no response from "where" within a defined time.
ActionCheck for a network failure or a UNIX domain socket failure.

0121 failed to get thread variables

TypeFATAL
DescriptionFailed to retrieve a thread context in a multi-tasking environment.
ActionCheck whether the thread has called tpstart or not. Or, check whether a context has been set through tpsetctxt or not.

0200A magic number error : Number

TypeFATAL
DescriptionAn internal error from config file has occurred.
ActionContact the TmaxSoft technical support team.

0200 magic number error : Number1 Number2

TypeERROR
DescriptionThe data received from a socket was damaged.
Action

1) Check for communication interference between clients and the Tmax engine module.

2) Inform a TmaxSoft administrator of the service codes, Number1 and Number2.

2.3. Common Error Messages (0201 ~)

0201 unrecognized option : [-opt] [opting]

TypeERROR
DescriptionAn invalid option was used while starting server processes.
Action

Check the related server options in the SERVER section of the configuration file.

Refer to the "Tmax Administrator's Guide" for more information.

0202 unrecognized option : [-opt] [opting]

TypeERROR
DescriptionAn invalid option was used while starting the Tmax engine process (such as Tm, cl, and clh).
ActionContact the TmaxSoft technical support team.

0203 unrecognized option : [-opt] [opting]

TypeERROR
DescriptionAn invalid option was used while starting up a Tmax tool (such as tmadmin, tmboot, tmdown, fdlc, and sdlc).
ActionInput the related options correctly. Refer to the following if necessary: "Tmax Administrator's Guide" and "Tmax Reference Guide".

0204 invalid message from Source : Field Value

TypeWARNING
DescriptionA message value (Field Value) received via a UNIX domain socket from a Source was invalid. The message was ignored.
ActionCheck for the value in PATHDIR.

0205 invalid message from client (host:port) : Field Value

TypeWARNING
DescriptionA message value (Field Value) received via TCP/IP from a client was invalid. The message was ignored.
ActionCheck for communication interference between the client and the server.

0206 invalid message from Source : Field Value

TypeERROR
DescriptionA message value (Field Value) received via a UNIX domain socket from Source was invalid. The message was ignored.
ActionCheck for the value in PATHDIR.

0207 invalid message from client (host:port) : Field Value

TypeERROR
DescriptionA message value (Field Value) received via TCP/IP from a client was invalid. The message was ignored.
ActionCheck for communication interference between the client and the server.

0208 invalid message from node (host:port) : Field Value

TypeERROR
DescriptionA message value (Field Value) received via TCP/IP from a client was invalid. The message was ignored.
ActionCheck for communication interference between defined nodes.

0209 internal error : err_msg

TypeERROR
DescriptionAn internal Tmax engine error.
Action

1) Check that the version of Tmax modules are not mis-matched.

2) Clean the SVR module's environment variable $(APPDIR), and regenerate binaries following the "cfl → gst → compile" sequence. After following those steps check the network status.

0210 invalid message from tmadmin : Field Value

TypeERROR
DescriptionThe message value (Field Value) received from tmadmin was invalid.
ActionConfirm that tmadmin and the engine version are identical.

0211 General Information : Message

TypeINFO
Descriptiontpreturn (TPEXIT) was used to terminated the Tmax system.

0212 env file error : grammer_check_msg

TypeERROR
DescriptionAn error occurred in an envfile, which is contained Tmax environment information.
Action

1) Rewrite the envfile in reference to grammer_check_msg.

2) Check the envfile specified ENVFILE = envfile in the SVRGROUP section of the Tm and Boot module configuration file.

3) Check that the envfile passed as an argument to tmaxreadenv in the SVR and CLI modules.

0215 Send to remote node error

TypeERROR
DescriptionFailed to send data to a remote node.
Action

1) Terminate the tmadmin, tmboot, and tmdown utilities manually in the CFL, BOOT, ADM, and DOWN modules. Restart the racd daemon.

2) Check the network status of the Tm and CLH modules.

0216 Receive from remote node error

TypeERROR
DescriptionFailed to receive data from a remote node.
Action

1) Terminate the tmadmin, tmboot, and tmdown utilities manually in the CFL, BOOT, ADM, and DOWN modules. Restart the racd daemon.

2) Check the network status of the Tm and CLH modules.

0217 gethostname error

TypeERROR
DescriptionCould not find the hostname.
ActionContact a system administrator.

0218 cannot find hostname in config : hostname

TypeERROR
DescriptionA binary configuration file contains no information about a node (hostname).
ActionUpdate the configuration file and regenerate it using "cfl".

0218A failed to find hostname in config : %s or invalid TMAXDIR environment variable

TypeERROR
DescriptionA binary configuration file contains no information about a node (hostname).
ActionUpdate the configuration file and regenerate it using "cfl". Check that TMAXDIR is configured.

0219 option error : errmsg

TypeERROR
DescriptionAn invalid option is specified when starting a Tmax tool (such as tmadmin, tmboot, tmdown, fdlc, and sdlc).
ActionRefer to the "Tmax Administrator's Guide" and "Tmax Reference Guide" for valid options.

0222 possible network layer malfunction, Resetting the network

TypeERROR
DescriptionA Tmax system resets all sockets connected to external system due to network problems.
ActionCheck the system network status.

0223 network error recovered

TypeERROR
DescriptionNetwork error recovery.

0224 network error not recovered

TypeERROR
DescriptionFailed to recover a network error.
ActionCheck the system network status.

0225 FD %d is found bad

TypeINFO
DescriptionAn invalid file description (FD) found in a system.

0226 invalid booting option

TypeERROR
DescriptionAn invalid booting option.
ActionAn administrator must use tmboot to manually boot a process. tmboot is a Tmax system command.

0230 daemon init error

TypeERROR
DescriptionFailed to initialize a process daemon.
ActionRefer to the system error message.

0237 ftell error

TypeERROR
DescriptionAn error occurred while performing ftell.
ActionRefer to the system error message.