Skip to content

11. CM Error Code#

FATAL#

0x70076 ( 458870) cmERR_FATAL_CMN_SHM_ATTACH Unable to attach the shared memory

Cause: Failed to invoke the shmat() function

Action: Ensure that you have permission to access the shared memory. Contact Altibase's Support Center (http://support.altibase.com).

0x70077 ( 458871) cmERR_FATAL_CMN_SHM_CTL Unable to delete the shared memory

Cause: Failed to invoke the shmctl() function

Action: Ensure that you have permission to access the shared memory. Contact Altibase's Support Center (http://support.altibase.com).

0x70078 ( 458872) cmERR_FATAL_CMN_SEM_CTL Unable to delete the semaphore

Cause: Failed to invoke the semctl() function

Action: Verify that you have permission to access the semaphore. Contact Altibase's Support Center (http://support.altibase.com).

0x70079 ( 458873) cmERR_FATAL_CMN_SEM_OP Unable to execute operations on a semaphore

Cause: Failed to invoke the semop() function

Action: Check the error number and verify that the semaphore group exists.

0x7007D ( 458877) cmERR_FATAL_CMN_MUTEX_LOCK Failed to invoke the mutex_lock() system function

Cause: Failed to invoke the mutex_lock() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7007E ( 458878) cmERR_FATAL_CMN_MUTEX_UNLOCK Failed to invoke the mutex_unlock() system function

Cause: Failed to invoke the mutex_unlock() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

ABORT#

0x71001 ( 462849) cmERR_ABORT_INVALID_MODULE Invalid module

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71003 ( 462851) cmERR_ABORT_INVALID_SESSION Invalid session

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71004 ( 462852) cmERR_ABORT_INVALID_OPERATION Invalid operation

Cause: Client version is higher than Server version or internal error occurs while interpreting protocol.

Action: Make sure Client version is same or lower than Server version or contact Altibase's Support Center (http://support.altibase.com).

0x71005 ( 462853) cmERR_ABORT_INVALID_LINK_TYPE Invalid link type

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71006 ( 462854) cmERR_ABORT_INVALID_LINK_IMPL Invalid link impl

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71008 ( 462856) cmERR_ABORT_UNSUPPORTED_LINK_IMPL Unsupported link impl

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71009 ( 462857) cmERR_ABORT_UNSUPPORTED_DISPATCHER_IMPL Unsupported dispatcher impl

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7100A ( 462858) cmERR_ABORT_SESSION_NOT_ADDED Session not added

Cause: Internal error.

Action: Verify that the session has been added.

0x7100B ( 462859) cmERR_ABORT_SESSION_LIMIT_REACH Session limit reached

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7100C ( 462860) cmERR_ABORT_SESSION_DOES_NOT_EXIST Session does not exist

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7100D ( 462861) cmERR_ABORT_SOCKET_ALREADY_OPENED Socket already opened

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7100E ( 462862) cmERR_ABORT_SOCKET_OPEN_ERROR Unable to create a socket

Cause: Failed to invoke the socket() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7100F ( 462863) cmERR_ABORT_BIND_ERROR Unable to bind the socket, errno=<0%u>

Cause: Failed to invoke the bind() system function on the socket.

Action: Check the error number and take the appropriate action.

0x71010 ( 462864) cmERR_ABORT_LISTEN_ERROR Failed to invoke the listen() system function

Cause: Failed to invoke the listen() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71011 ( 462865) cmERR_ABORT_LINK_LIMIT_REACH Link limit reached

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71012 ( 462866) cmERR_ABORT_LINK_ALREADY_IN_DISPATCHING Link already in dispatch

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71013 ( 462867) cmERR_ABORT_TIMED_OUT Timed out

Cause: A network timeout occurred

Action: Check the network.

0x71014 ( 462868) cmERR_ABORT_POLL_ERROR Failed to invoke the poll() system function

Cause: Failed to invoke the poll() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71015 ( 462869) cmERR_ABORT_SELECT_ERROR Failed to invoke the select() system function

Cause: Failed to invoke the select() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71016 ( 462870) cmERR_ABORT_ACCEPT_ERROR Failed to invoke the accept() system function

Cause: Failed to invoke the accept() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71017 ( 462871) cmERR_ABORT_CONNECT_ERROR Failed to invoke the connect() system function

Cause: Failed to invoke the connect() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71018 ( 462872) cmERR_ABORT_RECV_ERROR Failed to invoke the read() system function

Cause: Failed to invoke the read() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71019 ( 462873) cmERR_ABORT_SEND_ERROR Failed to invoke the write() system function

Cause: Failed to invoke the write() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7101A ( 462874) cmERR_ABORT_CONNECTION_CLOSED Connection closed

Cause: The connection has been closed due to network failure or abnormal client termination.

Action: Check the network or client status.

0x7101B ( 462875) cmERR_ABORT_UNIX_PATH_TRUNCATED Unix domain socket path truncated

Cause: Unix domain socket path truncated

Action: The Altibase socket path is too long. Make it shorter.

0x7101C ( 462876) cmERR_ABORT_LINK_ALREADY_REGISTERED Link already registered to Session

Cause: Link already registered to session

Action: Ensure that a session has been initialized and ensure that no link is already registered.

0x7101D ( 462877) cmERR_ABORT_PROTOCOL_HEADER_ERROR Protocol header error.(<0%s>)

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7101E ( 462878) cmERR_ABORT_UNKNOWN_MODULE Unknown module

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71021 ( 462881) cmERR_ABORT_INVALID_PROTOCOL_SEQUENCE Invalid protocol sequence

Cause: Invalid protocol sequence

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71022 ( 462882) cmERR_ABORT_INVALID_XA_XID_DATA_SIZE Invalid XA XID data size

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71023 ( 462883) cmERR_ABORT_MARSHAL_ERROR Protocol marshal error

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71024 ( 462884) cmERR_ABORT_CALLBACK_DOES_NOT_EXIST Callback does not exist

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71026 ( 462886) cmERR_ABORT_INCOMPLETE_VARIABLE Incomplete variable

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71027 ( 462887) cmERR_ABORT_VARIABLE_NOT_EMPTY Variable not empty

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71028 ( 462888) cmERR_ABORT_VARIABLE_PIECE_RANGE_MISMATCH Variable piece range mismatch

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71029 ( 462889) cmERR_ABORT_VARIABLE_SEQUENCE_SIZE_MISMATCH Variable sequence size mismatch

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7102A ( 462890) cmERR_ABORT_INVALID_VARIABLE_TYPE Invalid variable type

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7102B ( 462891) cmERR_ABORT_INVALID_DATATYPE Invalid data type

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7102E ( 462894) cmERR_ABORT_NUMERIC_SIZE_OVERFLOW Numeric data size overflow

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7102F ( 462895) cmERR_ABORT_SOCKET_SET_BLOCKING_FAILED Unable to set the socket to blocking mode

Cause: Failed to invoke the fcntl() function for setting a socket to blocking mode. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71030 ( 462896) cmERR_ABORT_SOCKET_SET_NONBLOCKING_FAILED Unable to set the socket to non-blocking mode

Cause: Failed to invoke the fcntl() function for setting a socket to non-blocking mode. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71032 ( 462898) cmERR_ABORT_SOCKET_SHUTDOWN_FAILED Unable to shut down the socket

Cause: Failed to invoke the shutdown() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71033 ( 462899) cmERR_ABORT_UNSUPPORTED_LINK_INFO_KEY Unsupported link info key

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71034 ( 462900) cmERR_ABORT_GETSOCKNAME_ERROR Failed to invoke the getsockname() system function

Cause: Failed to invoke the getsockname() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71036 ( 462902) cmERR_ABORT_SHARED_POOL_NOT_EXIST Shared pool does not exist

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71037 ( 462903) cmERR_ABORT_STRING_OUTPUT_ERROR String output error

Cause: Failed to invoke a string output function, such as printf(). This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7103A ( 462906) cmERR_ABORT_VARIABLE_PIECE_TOO_LARGE Variable piece too large

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7103B ( 462907) cmERR_ABORT_VARIABLE_SIZE_MISMATCH Variable size mismatch

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7103C ( 462908) cmERR_ABORT_VARIABLE_RANGE_MISMATCH Variable range mismatch

Cause: Variable range mismatch. This is an internal bug.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7108A ( 462986) cmERR_ABORT_CMN_SOCKET_CLOSED Socket communication error

Cause: The socket on the client has already been closed.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7108B ( 462987) cmERR_ABORT_CMN_ERR_FULL_IPC_CHANNEL No more IPC channels (MAX=<0%d>, USED=<1%d>, BUFSIZE=<2%d>)

Cause: All IPC channels have been allocated to clients.

Action: Use a TCP/UNIX Domain channel or create more IPC channels.

0x7108C ( 462988) cmERR_ABORT_CMN_SEM_INIT_OP Unable to invoke the semop() function as described in the system semaphore properties.

Cause: Failed to invoke the semop() system function

Action: Check the system semaphore properties.

0x71096 ( 462998) cmERR_ABORT_GETADDRINFO_ERROR Failed to invoke the getaddrinfo() system function: <0%s>

Cause: Failed to invoke the getaddrinfo() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71097 ( 462999) cmERR_ABORT_GETNAMEINFO_ERROR Failed to invoke the getnameinfo() system function

Cause: Failed to invoke the getnameinfo() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71098 ( 463000) cmERR_ABORT_SETSOCKOPT_ERROR Failed to invoke the setsockopt() system function: <0%s>

Cause: Failed to invoke the setsockopt() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x71099 ( 463001) cmERR_ABORT_CONNECT_INVALIDARG Invalid argument supplied for connect()

Cause: Invalid argument supplied for connect().

Action: Check the IP address and hostname.

0x7109C ( 463004) cmERR_ABORT_SHMGET_ERROR Failed to get shared memory ID

Cause: Failed to get shared memory ID with the key

Action: Check your platform.

0x7109D ( 463005) cmERR_ABORT_COMPRESS_DATA_ERROR Failed to compress data in a packet

Cause: Failed to compress packet data.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7109E ( 463006) cmERR_ABORT_DECOMPRESS_DATA_ERROR Failed to decompress data in a packet

Cause: Failed to decompress packet data.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x7109F ( 463007) cmERR_ABORT_UNSUPPORTED_NETWORK_PROTOCOL Unsupported network protocol

Cause: Unsupported network protocol

Action: Check the protocol version of the client application and use an appropriate library.

0x710A0 ( 463008) cmERR_ABORT_INVALID_CERTIFICATE Failed to load a certificate. SSL error: <0%s>

Cause: Failed to load a valid certificate from the file the user specified in the altibase.properties file.

Action: Check whether or not the certificate and its location are valid.

0x710A1 ( 463009) cmERR_ABORT_INVALID_PRIVATE_KEY Failed to load a private key. SSL error: <0%s>

Cause: Failed to load a valid private key from the file the user specified in the altibase.properties file.

Action: Check whether or not the certificate and its location are valid.

0x710A2 ( 463010) cmERR_ABORT_PRIVATE_KEY_VERIFICATION Failed to verify the private key. SSL error: <0%s>

Cause: Private key does not match the certificate loaded into SSL context.

Action: Check whether or not the private key matches the certificate.

0x710A3 ( 463011) cmERR_ABORT_SSL_HANDSHAKE SSL handshake failed. SSL error: <0%s>

Cause: SSL handshake failed.

Action: Refer to the altibase_boot.log file for further information about the failure.

0x710A4 ( 463012) cmERR_ABORT_SSL_READ SSL read failed. SSL error: <0%s>

Cause: SSL read failed.

Action: Refer to the altibase_boot.log file for further information about the failure.

0x710A5 ( 463013) cmERR_ABORT_SSL_WRITE SSL write failed. SSL error: <0%s>

Cause: SSL write failed.

Action: Refer to the altobase_boot.log file for further information about the failure.

0x710A6 ( 463014) cmERR_ABORT_SSL_SHUTDOWN SSL shutdown failed. SSL error: <0%s>

Cause: SSL shutdown failed.

Action: Refer to the altobase_boot.log file for further information about the failure.

0x710A7 ( 463015) cmERR_ABORT_INVALID_VERIFY_LOCATION Failed to load trusted certificates from the specified location(s). SSL error: <0%s>

Cause: Failed to load trusted certificates from the specified location(s).

Action: Check whether the CA and/or CAPath properties are valid.

0x710A8 ( 463016) cmERR_ABORT_INVALID_CA_LIST_FILE Failed to load trusted certificates from the CA file. SSL error: <0%s>

Cause: Failed to load trusted certificates from the CA file.

Action: Check whether or not the CA file is valid.

0x710A9 ( 463017) cmERR_ABORT_SSL_CONNECT SSL connect failed.

Cause: SSL connect failed.

Action: Refer to the altibase_boot.log file for further information about the failure.

0x710AA ( 463018) cmERR_ABORT_VERIFY_PEER_CERITIFICATE Failed to verify the peer certificate. SSL error: <0%s>

Cause: Failed to verify the peer certificate.

Action: Check whether or not the peer has a valid certificate.

0x710AB ( 463019) cmERR_ABORT_SSL_OPERATION SSL operation failed. SSL error: <0%s>

Cause: SSL operation failed.

Action: Refer to the altibase_boot.log file for further information about the failure.

0x710AC ( 463020) cmERR_ABORT_DLOPEN Failed to open the <0%s> library. Error: <1%s>

Cause: Failed to open the library.

Action: Check whether or not the library has been installed and set properly.

0x710AD ( 463021) cmERR_ABORT_DLSYM Failed to load functions from the <0%s> library. Error: <1%s>

Cause: Failed to load functions from the library.

Action: Check whether or not the library has been installed properly.

0x710AE (463022) cmERR_ABORT_GETSOCKOPT_ERROR Failed to invoke the getsockopt() system function: <0%s>

Cause: Failed to invoke the getsockopt() system function. This is a system call error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710B0 ( 463024) cmERR_ABORT_SYSTEM_CALL_ERROR Failed to invoke the <0%s> system function.

Cause: Failed to invoke the system function. This is a system call error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x710B1 ( 463025) cmERR_ABORT_IB_RSOCKET_ALREADY_OPENED IB rsocket already opened

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710B2 ( 463026) cmERR_ABORT_IB_RSOCKET_OPEN_ERROR Unable to create a IB rsocket, errno=<0%u>

Cause: Failed to invoke the rsocket() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710B3 ( 463027) cmERR_ABORT_IB_RBIND_ERROR Unable to bind the IB rsocket, errno=<0%u>

Cause: Failed to invoke the rbind() function on the IB rsocket.

Action: Check the error number and take the appropriate action.

0x710B4 ( 463028) cmERR_ABORT_IB_RLISTEN_ERROR Failed to invoke the rlisten() function

Cause: Failed to invoke the rlisten() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710B5 ( 463029) cmERR_ABORT_IB_RPOLL_ERROR Failed to invoke the rpoll() function

Cause: Failed to invoke the rpoll() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710B6 ( 463030) cmERR_ABORT_IB_RSELECT_ERROR Failed to invoke the rselect() function

Cause: Failed to invoke the rselect() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710B7 ( 463031) cmERR_ABORT_IB_RACCEPT_ERROR Failed to invoke the raccept() function

Cause: Failed to invoke the raccept() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710B8 ( 463032) cmERR_ABORT_IB_RCONNECT_INVALIDARG Invalid argument supplied for rconnect()

Cause: Invalid argument supplied for rconnect().

Action: Check the IP address and hostname.

0x710B9 ( 463033) cmERR_ABORT_IB_RCONNECT_ERROR Failed to invoke the rconnect() function, errno=<0%u>

Cause: Failed to invoke the rconnect() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710BA ( 463034) cmERR_ABORT_IB_RRECV_ERROR Failed to invoke the rread() function

Cause: Failed to invoke the rread() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710BB ( 463035) cmERR_ABORT_IB_RSEND_ERROR Failed to invoke the rwrite() function

Cause: Failed to invoke the rwrite() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710BC ( 463036) cmERR_ABORT_IB_RSOCKET_SHUTDOWN_FAILED Unable to shut down the socket

Cause: Failed to invoke the rshutdown() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710BD ( 463037) cmERR_ABORT_IB_RSETSOCKOPT_ERROR Failed to invoke the rsetsockopt() function: <0%s>

Cause: Failed to invoke the rsetsockopt() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710BE ( 463038) cmERR_ABORT_IB_RGETSOCKOPT_ERROR Failed to invoke the rgetsockopt() function: <0%s>

Cause: Failed to invoke the rgetsockopt() function.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710BF ( 463039) cmERR_ABORT_IB_RSOCKET_SET_BLOCKING_FAILED Unable to set the IB rsocket to blocking mode

Cause: Failed to invoke the rfcntl() function for setting a socket to blocking mode.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710C0 ( 463040) cmERR_ABORT_IB_RSOCKET_SET_NONBLOCKING_FAILED Unable to set the IB rsocket to non-blocking mode

Cause: Failed to invoke the rfcntl() function for setting a socket to non-blocking mode.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710C2 ( 463042) cmERR_ABORT_IB_RPOLL_INVALID_DIRECTION Invalid direction: <0%d>

Cause: Internal error.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710C3 ( 463043) cmERR_ABORT_COMPRESS_DATA_ERROR_WITH_TYPE Failed to compress data in a packet. (compress type : <0%d>)

Cause: Failed to compress packet data.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710C4 ( 463044) cmERR_ABORT_DECOMPRESS_DATA_ERROR_WITH_TYPE Failed to decompress data in a packet. (decompress type : <0%d>)

Cause: Failed to decompress packet data.

Action: Contact Altibase's Support Center (http://support.altibase.com).

0x710C5 ( 463045) cmERR_ABORT_UNSUPPORTED_BIND_HOSTNAME Unable to bind hostname to the socket. [hostname : <0%s>]

Cause: Binding a hostname to the socket is not supported.

Action: Use IP address instead of the hostname.

0x710C6 ( 463046) cmERR_ABORT_SHMGET_ERROR_WITH_KEY A system call error occurred while creating shared memory for <0%s>. [key : <1%u>]

Cause: shmget() system call failed.

Action: Check the errno and take an appropriate action. For example, if the errno is EEXIST, check the shared memory status. If there is a shared memory that has the same key value, remove the shared memory or retry with another key value.

0x710C7 ( 463047) cmERR_ABORT_SEMGET_ERROR_WITH_KEY A system call error occurred while creating semaphore for <0%s>. [key : <1%u>]

Cause: semget() system call failed.

Action: Check the errno and take an appropriate action. For example, if the errno is EEXIST, check the semaphore status. If there is a semaphore that has the same key value, remove the semaphore or retry with another key value.

0x710C8 ( 463048) cmERR_ABORT_MALFORMED_PACKET_ERROR Malformed packet. Connection closed.

Cause: The connection has been closed due to a malformed packet.

Action: Check the client and packet information from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x710C9 ( 463049) cmERR_ABORT_INVALID_PARTIAL_PACKET Invalid partial packet. Connection closed.

Cause: The connection has been closed due to an invalid partial packet.

Action: Check the client and packet information from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x710CA ( 463050) cmERR_ABORT_INTERNAL_SERVER_ERROR_ARG Internal server error (<0%s>)

Cause: The system encountered an internal server error. This is an internal programming exception.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x710CB ( 463051) cmERR_ABORT_UNSUPPORTED_OPENSSL_VERSION Unsupported OpenSSL version (<0%s>)

Cause: Unsupported OpenSSL version

Action: Check if the OpenSSL version is 3.x.

IGNORE#

0x72000 ( 466944) cmERR_IGNORE_NoError No CM module error

Cause: This is not an error.

Action: You can safely ignore this error message.

0x72038 ( 467000) cmERR_IGNORE_STRING_TRUNCATED String truncated

Cause: Output string truncated.

Action: Ignore this error message.

RETRY#

0x73031 ( 471089) cmERR_RETRY_SOCKET_OPERATION_WOULD_BLOCK Socket operation would be blocked

Cause: A socket is not ready for this operation

Action: You may safely ignore this message.

0x730C1 ( 471233) cmERR_RETRY_IB_RSOCKET_OPERATION_WOULD_BLOCK IB rsocket operation would be blocked

Cause: A IB rsocket is not ready for this operation

Action: You may safely ignore this message.