CM log messages cm_call_cb to cm_init

Message text

Explanation and action

cm__call_cb: Unexpected message type <CM_MESSAGE_TYPE_ID>

An invalid message received from OpenSwitch. Correct message type is either CM_CB_SERVER or CM_CB_LOST. Call Sybase Technical Support.

cm__ctlib_cb: Unable to queue connection lost message

This is an internal CM error. Check previous errors in the CM error log and call Sybase Technical Support.

cm__match_list: could not lock the mutex

This is an internal CM error. Call to lock CM’s mutex failed. Call Sybase Technical Support

cm__msg_add: could not lock mutex

Unable to lock CM main mutex. Check your code for a proper sequence of CM API calls. Call Sybase Technical Support.

cm__msg_add: Memory allocation failure

There was a memory allocation failure. Check the memory available on the CM host and memory usage limits on the CM process. Call Sybase Technical Support if needed.

cm__msg_rem: could not lock the mutex

This is an internal CM error. Call Sybase Technical Support for assistance.

cm__msg_req_srv: Error during fetch of results

Check that the OpenSwitch server is running properly. Check network connectivity from the CM host to the OpenSwitch host. Call Sybase Technical Support if needed.

cm__msg_req_srv: Unable to bind to @appname result

This is an internal CM error. Call Sybase Technical Support for assistance.

cm__msg_req_srv: Unable to bind to @cur_server result

This is an internal CM error. Call Sybase Technical Support for assistance.

cm__msg_req_srv: Unable to bind to @database result

This is an internal CM error. Call Sybase Technical Support for assistance.

cm__msg_req_srv: Unable to bind to @hostname result

This is an internal CM error. Call Sybase Technical Support for assistance.

cm__msg_req_srv: Unable to bind to @nxt_server result

This is an internal CM error. Call Sybase Technical Support for assistance.

cm__msg_req_srv: Unable to bind to @pool result

This is an internal CM error. Call Sybase Technical Support for assistance.

cm__msg_req_srv: Unable to bind to @rsn_code result

This is an internal CM error. Call Sybase Technical Support for assistance.

cm__msg_req_srv: Unable to bind to @rsn_text result

This is an internal CM error. Call Sybase Technical Support for assistance.

cm__msg_req_srv: Unable to bind to @spid result

This is an internal CM error. Check previous errors in the CM error log, and call Sybase Technical Support.

cm__msg_req_srv: Unable to bind to @username result

This is an internal CM error. Call Sybase Technical Support.

cm__notif_cb: Unable to fetch coordinator structure

This is an internal CM error. CM is unable to execute ct_con_props(CS_GET, CS_USERDATA). Call Sybase Technical Support.

cm__notif_cb: Unable to fetch notification command

This is an internal CM error. CM is unable to execute ct_con_props(CS_GET, CS_NOTIF_CMD). Call Sybase Technical Support.

cm__notif_cb: Unable to queue message

This is an internal CM error. Check previous errors in the CM error log, and call Sybase Technical Support.

cm__notif_cb: Unexpected notification procedure <RP_NAME>

This is an internal CM error. An invalid registered procedure name was received in the notification message. Call Sybase Technical Support.

cm__ping_database: Unable to allocate command structure

This is an internal CM error. Call to ct_cmd_alloc() failed. Check the available memory on the CM host machine and any limits on memory usage for the CM process. Call Sybase Technical Support if needed.

cm__ping_database: Unable to initialize command structure

This is an internal CM error. Check previous errors in the CM error log, and call Sybase Technical Support.

cm__ping_database: Unable to send ping command

Check that the database server being pinged is running and that the network connection from the CM host to the server is intact. Call Sybase Technical Support if needed.

cm__results: <FUNCTION_NAME>: Unable to get the return status of the <RP_NAME> command

This is an internal CM error. Check the network connection to the OpenSwitch server host and the status of the OpenSwitch server to which CM is connected. Check previous errors in the CM error log for information.

cm__results: <FUNCTION_NAME>: Unable to send <RP_NAME> command

This is an internal CM error. Check the network connection to the OpenSwitch server host and the status of the OpenSwitch server to which CM is connected. Check previous errors in the CM error log for information.

cm__results: <FUNCTION_NAME>: Unexpected result set <RETURN_TYPE> from <RP_NAME>

This is an internal CM error. A call to ct_results() returned an invalid return code. Check the network connection to the OpenSwitch server host and the status of the OpenSwitch server to which CM is connected. Check previous errors in the CM error log for information.

cm__results: Error receiving results from server

This is an internal CM error. Check the network connection to the OpenSwitch server host and the status of the OpenSwitch server to which CM is connected. Check previous errors in the CM error log for information.

cm__stopstart: <FUNCTION_NAME>: Unable to allocate command structure

This is an internal CM error. Call to ct_cmd_alloc() failed. Check the memory available on the CM host and memory usage limits on the CM process. Call Sybase Technical Support if needed.

cm__stopstart: <FUNCTION_NAME>: Unable to initialize @ign_fail parameter

This is an internal CM error. Call to ct_param() failed. Call Sybase Technical Support.

cm__stopstart: <FUNCTION_NAME>: Unable to initialize @ign_tran parameter

This is an internal CM error. Call to ct_param() failed. Call Sybase Technical Support.

cm__stopstart: <FUNCTION_NAME>: Unable to initialize @pool_name parameter

This is an internal CM error. Call to ct_param() failed. Call Sybase Technical Support.

cm__stopstart: <FUNCTION_NAME>: Unable to initialize @server parameter

This is an internal CM error. Call to ct_param() failed. Call Sybase Technical Support.

cm__stopstart: <FUNCTION_NAME>: Unable to initialize @spid parameter

This is an internal CM error. Call to ct_param() failed. Call Sybase Technical Support.

cm__stopstart: <FUNCTION_NAME>: Unable to initialize command structure

This is an internal CM error. Check previous errors in the CM error log, and call Sybase Technical Support.

cm__take_mutex_nt: failed to take mutex because we already have it.

CM Internal Warning. Check the CM application code. See the OpenSwitch Coordination Module Reference Manual for details. Call Sybase Technical Support.

cm_callback: Invalid callback type

Check that the passed-in callback type in the call to cm_callback is correct. See the OpenSwitch Coordination Module Reference Manual for details.

cm_connect: Already connected

The passed-in cm_t structure is already connected to an OpenSwitch server. Check the CM application code to resolve this error.

cm_connect: Connect (cm_conn) failed to server <SERVERNAME> by user <USER_NAME>

CM was unable to connect to the OpenSwitch server using the specified username. Check previous errors in the CM log for details. Common reasons for this failure are:

  • Host machine is not reachable or server is not responding, or

  • Problems with the interfaces file used by CM (wrong host name or port number, missing OpenSwitch server name).

cm_connect: Connect (cm_conn2) failed to server <SERVERNAME> by user <USER_NAME>

CM was unable to connect to the OpenSwitch server using the specified username. Check previous errors in the CM log for details. Common reasons for this failure are:

  • Host machine is not reachable or server is down, or

  • Problems with the interfaces file used by CM (wrong host name or port number, missing OpenSwitch server name).

cm_connect: failed to receive coordinator hand-shake from server <SERVERNAME>. Check username and password.

OpenSwitch denied a CM login request due to mismatch in the CM specified username/password with configured values (COORD_USER and COORD_PASSWORD options) in the OpenSwitch configuration file.

cm_connect: failed to register to receive 'np_req_srv' notification from server <SERVERNAME>

CM was unable to register notification for the np_req_srv() registered procedure. Check the server name to ensure that CM is connecting to the intended OpenSwitch server.

cm_connect: Unable to allocate command

This is an internal CM error. A call to ct_cmd_alloc() failed. Check the memory available on the CM host and memory usage limits on the CM process. Call Sybase Technical Support if needed.

cm_connect: Unable to allocate connection structure for cm_conn

This is an internal CM error. A call to ct_con_alloc failed. Check the memory available on the CM host and limits on memory usage or file descriptors for the CM process. Call Sybase Technical Support if needed.

cm_connect: Unable to allocate connection structure for cm_conn2

This is an internal CM error. A call to ct_con_alloc failed. Check the memory available on the CM host and limits on memory usage or file descriptors for the CM process. Call Sybase Technical Support if needed.

cm_connect: Unable to initialize @options param

This is an internal CM error. Call Sybase Technical Support.

cm_connect: Unable to initialize @proc_name param

This is an internal CM error. Call Sybase Technical Support.

cm_connect: Unable to initialize command

This is an internal CM error. Call Sybase Technical Support.

cm_connect: Unable to install modification callback

Call to ct_callback (CS_SET, CS_NOTIF_CB) failed. This is an Open Client internal error. Check Open Client documentation for details.

cm_connect: Unable to send notif request

Call to ct_send failed. Check the status of the OpenSwitch server and network connectivity from the CM host to the OpenSwitch server.

cm_connect: Unable to set CS_ASYNC_NOTIFS property

This is an internal CM error. Call to ct_con_props ( CS_SET, CS_ASYNC_NOTIFS) failed. Check previous errors in the CM log. Call Sybase Technical Support.

cm_connect: Unable to set CS_PASSWORD property for cm_conn.

This is an internal CM error. Call to ct_con_props( CS_SET, CS_PASSWORD) failed. Check previous errors in the CM log. Call Sybase Technical Support.

cm_connect: Unable to set CS_PASSWORD property for cm_conn2.

This is an internal CM error. Call to ct_con_props( CS_SET, CS_PASSWORD) failed. Check previous errors in the CM log. Call Sybase Technical Support.

cm_connect: Unable to set CS_USERNAME property for cm_conn.

This is an internal CM error. Call to ct_con_props(CS_SET, CS_USERNAME) failed. Check previous errors in the CM log. Call Sybase Technical Support.

cm_connect: Unable to set CS_USERNAME property for cm_conn2

This is an internal CM error. Call to ct_con_props(CS_SET, CS_USERNAME) failed. Check previous errors in the CM log. Call Sybase Technical Support.

cm_connect: Unable to set userdata for cm_conn

This is an internal CM error. Call to ct_con_props( CS_SET, CS_USERDATA) failed. Check previous errors in the CM log. Call Sybase Technical Support.

cm_connect: Unable to set userdata for cm_conn2

This is an internal CM error. Call to ct_con_props( CS_SET, CS_USERDATA) failed. Check previous errors in the CM log. Call Sybase Technical Support.

cm_create: Invalid argument

Check the CM application code. Either context or cm_t parameter passed to cm_create is NULL.

cm_create: Invalid cm structure

Call to cm_connect() failed because of one of the following:

  • CM is already connected, or

  • Passed-in cm_t structure is NULL, or

  • Passed-in user name is NULL, or

  • Passed-in server name is NULL.

Check the CM application code to resolve this error.

cm_create: Memory allocation failure

This is an internal CM error. A call to ct_cmd_alloc() failed. Check the memory available on the CM host and limits on memory usage and file descriptors for the CM process. Call Sybase Technical Support if needed.

cm_create: Memory allocation failure

This is an internal CM error. A call to ct_con_alloc failed. Check the memory available on the CM host and limits on memory usage and file descriptors for the CM process. Call Sybase Technical Support if needed.

cm_create: Mutex allocation failure

This is an internal CM error. A call to ct_con_alloc failed. Check the memory available on the CM host and limits on memory usage and file descriptors for the CM process. Call Sybase Technical Support if needed.

cm_exit: There are <NUMBER> allocated coordinator

Invalid call to cm_exit. Check the CM application code to resolve this error. Check that all cm_t structures created using cm_create have been destroyed using cm_destroy first, before calling cm_exit.

cm_get_data: Invalid argument

The passed-in cm_t parameter is NULL. Check the CM application code to resolve this error.

cm_get_prop: Invalid cm pointer

A NULL pointer was passed as cm_t parameter. Correct the CM application code to resolve this error.

cm_get_prop: Invalid property <CM_PROPERTY_CODE>

Invalid property was passed to cm_get_prop(). Check the OpenSwitch Coordination Module Reference Manual to resolve this error. Correct the CM application code to resolve this error.

cm_getopt: -<OPTION> requires an argument

Invalid argument passed to the CM program. Check arguments passed to the CM application as command line option.

cm_getopt: Option does not take an argument -<OPTION>

The option cannot have a value passed with it. Check arguments passed to the CM application as command line options.

cm_getopt: Option requires an argument -<OPTION>

The option requires a value to be passed with it. Check arguments passed to the CM application as command line options.

cm_ignore: Invalid (or non-ignorable) message type <CM_MESSAGE_TYPE_ID>

Incorrect message type received by cm_ignore call. Check the CM application code.

cm_ignore: Memory allocation failure

This is an internal CM error. Check the memory available on the CM host and limits on memory usage for the CM process. Call Sybase Technical Support if needed.

cm_ignore_clear: Invalid (or un-clearable) message type <CM_MESSAGE_TYPE_ID>

Incorrect message type received by cm_ignore_clear call. Check the CM application code to resolve this error.

cm_ignore_clear: Invalid argument

The passed-in cm_t or message parameter is NULL. Check the CM application code.

cm_init: Argument cannot be NULL

The passed-in cm_ctx_t parameter is NULL. Check the CM application code to resolve this error.

cm_init: Memory allocation failure

This is an internal CM error. Check the CM host machine for available memory and any limit on memory usage by CM. Call Sybase Technical Support if needed.

cm_init: Unable to allocate context structure

This is an internal CM error. Call to cs_ctx_alloc failed. Check CS library documentation for more information. This error is usually due to a problem with the CM installation or the runtime environment. Call Sybase Technical Support if needed.

cm_init: Unable to initialize CT-Lib

This is an internal CM error. Call to ct_init failed. This error is usually due to a problem with the CM installation or the runtime environment. Call Sybase Technical Support if needed.

cm_init: Unable to install CS-Lib callback

This is an internal CM error. Call to cs_config(CS_SET,CS_MESSAGE_CB) failed. Call Sybase Technical Support.

cm_init: Unable to install CT-Lib callback

This is an internal CM error. Call to ct_callback ( CS_SET) failed. Call Sybase Technical Support.