This chapter explains the output messages.
For messages not described in this chapter, check the content of the message and take appropriate action. If the problem cannot be resolved, contact Fujitsu technical staff(support).
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
By default, checksums are verified and checksum failures are reported for any possible page corruptions
[System Processing]
Continues processing.
[Action]
Check the message text and confirm that the event indicated in supplementary information reported by the system is a planned event.
[Description]
The input parameter in invalid.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
can only be called in a sql_drop event trigger function
[System Processing]
Processing will be aborted.
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
The function pg_event_trigger_table_rewrite_oid() can only be called in a table_rewrite event trigger function
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
The function pg_event_trigger_ddl_commands() can only be called in a event trigger function
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
SQL row locking clause such as "FOR UPDATE" cannot be applied to a function
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
SQL row locking clause such as "FOR UPDATE" cannot be applied to a join
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
SQL row locking clause such as "FOR UPDATE" cannot be applied to a WITH query
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
SQL row locking clause cannot be applied to the nullable side of an outer join
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
SQL row locking cannot be applied to VALUES
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
commands VACUUM or ANALYZE cannot be executed from VACUUM or ANALYZE
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
Reserved name cannot be used as a role name here
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
Cause an error in heartbeat.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Causes an error at application connection.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred, when specified column of the function is different than the available column
[System Processing]
Continues processing.
[Action]
Investigate the cause of the error from the message body, and then remove the cause.
[Description]
The return type of function LCS_asString is not allowed with aggregate functions.In this error case,the return type of LCS_asString is "FOR some"
[System Processing]
Processing will be aborted.
[Action]
To investigate the cause of the occurrence from the message, and remove cause
[Description]
SQL row locking clause such as "FOR UPDATE" is not allowed with DISTINCT clause
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
SQL row locking clause such as "FOR UPDATE" is not allowed with GROUP BY clause
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
SQL row locking clause such as "FOR UPDATE" is not allowed with HAVING clause
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
SQL row locking clause such as "FOR UPDATE" is not allowed with set-returning functions in the target list
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
Locking clause is not allowed with UNION/INTERSECT/EXCEPT
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
SQL row locking clause such as "FOR UPDATE" is not allowed with window functions
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
The function is not an ordered-set aggregate, so it cannot have WITHIN GROUP
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
When creating a new replication slot, we must put CREATE_REPLICATION_SLOT and USE_SNAPSHOT in REPEATABLE READ isolation mode transAction.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
When creating a new replication slot, we must put CREATE_REPLICATION_SLOT and USE_SNAPSHOT in a transAction.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
When creating a new replication slot, we must not put CREATE_REPLICATION_SLOT and USE_SNAPSHOT in a subtransAction.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
When creating a new replication slot, it is not allowed to put CREATE_REPLICATION_SLOT and EXPORT_SNAPSHOT in a transAction.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
SQL row locking clause such as "FOR UPDATE" must specify unqualified relation names
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
needs a slot to be specified using --slot
[System Processing]
Processing aborts
[Action]
To investigate the cause of the occurrence from the message, and remove cause.
[Description]
The prepared transaction has been completed.
[System Processing]
Continues processing.
[Action]
No action required.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
There was insufficient free space in the server's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
Not a directory.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Not pid file: number of line is not enough.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
"root" execution of the conmgr is not permitted. The conmgr must be started under an unprivileged user ID to prevent possible system security compromise. See the documentation for more information on how to properly start the conmgr.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Variables that have greather than 48 level have VARYING clause.
[System Processing]
Precompling will be aborted.
[Action]
Remove "VARYNING" clause or change the level number.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
A new encryption key has been set. The current number of save keys is the number on the left, and the maximum number of save keys is the number on the right.
[System Processing]
This is an information messaage when TDE_h is loaded.
[Action]
Provides notification of the current number of saved keys. If the maximum number is reached, the oldest key is deleted first. Check that the operation is as expected, and if it is not as expected, consider modifying postgresql.conf.
[Description]
Rollback any active transactions because the database system is being requested to shut down.
[System Processing]
Continues processing.
[Action]
Retry any necessary applications or commands after restarting the database system.
[Description]
An error occurred due to unexpected directory entry found at specific path
[System Processing]
Cancels processing.
[Action]
Remove those unexpected directories, or set allow_in_place_tablespaces to ON transiently to let recovery complete.
[Description]
Another conmgr process is running.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Another conmgr process is shutting down.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Another conmgr process is starting up.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Another conmgr process is running.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Application connection is closed by remote.
[System Processing]
Processing continues.
[Action]
Check log of remote system.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
When assigning to a slice of an empty array value, slice boundaries must be fully specified.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Timeout occurred during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Check the following:
- If executing SQL that outputs a large volume of search results, add a conditional expression to filter the results further.
- If numerous SQLs are being simultaneously executed, reduce the number of simultaneously executed SQLs.
- If a large volume of data is to be updated in a single transaction, modify the SQL to reduce the volume of data to be updated in a single transaction.
- If executing a complex SQL, modify it to a simple SQL.
- Check if there are any problems in the network.
- Before conducting maintenance that involves the processing of a large volume of data, use the SET statement to temporarily increase the value of maintenance_work_mem.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
Timeout occurred during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Check the following:
- If executing SQL that outputs a large volume of search results, add a conditional expression to filter the results further.
- If numerous SQLs are being simultaneously executed, reduce the number of simultaneously executed SQLs.
- If a large volume of data is to be updated in a single transaction, modify the SQL to reduce the volume of data to be updated in a single transaction.
- If executing a complex SQL, modify it to a simple SQL.
- Check if there are any problems in the network.
- Before conducting maintenance that involves the processing of a large volume of data, use the SET statement to temporarily increase the value of maintenance_work_mem.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
This error occurs if a function wants to set client_encoding and is invoked by the parallel query.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that client_encoding is not set by the parallel query operation.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Try using the function jsonb_set to replace the key value.
[Description]
Could not uniquely identify the id.
[System Processing]
Processing will be aborted.
[Action]
Please refer to the server log, and determine the cause of the error.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
Checkpoints are occurring too frequently.
[System Processing]
Continues processing.
[Action]
Consider increasing the value of configuration parameter max_wal_size.
[Description]
Closing all application connections.
[System Processing]
Processing continues.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Cmdata directory does not exist.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Conmgr process is ready.
[System Processing]
Continues processing.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Conmgr process is starting.
[System Processing]
Processing continues.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Conmgr process shutting down.
[System Processing]
Continues processing.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Conmgr process stopped.
[System Processing]
Processing continues.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Connection manager directory does not exist.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
COPY statement cannot be null.
[System Processing]
Processing will be aborted.
[Action]
Please specify COPY FROM statement.
[Description]
Could not accept application connection.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not accept heartbeat connection.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Could not access to cmdata directory.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not access to connection manager directory.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not add node.
[System Processing]
Processing aborts.
[Action]
Check messages near this message.
[Description]
Could not be ready for next command.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
Could not bind port with following causes.
[System Processing]
Processing aborts.
[Action]
Check messages near this message.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
Could not change directory.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
Could not connect due to the following errors.
[System Processing]
Processing aborts.
[Action]
Check messages near this message.
[Description]
Could not connect to conmgr process.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
There was insufficient free space in the server's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
Could not create an additional interval event.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
Could not create bufferevent.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not create conmgr process.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
Could not create pid file.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
There was insufficient free space in the database server's shared memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
There was insufficient free space in the database server's shared memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
There was insufficient free space in the server's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
Could not establish heartbeat connection.
[System Processing]
Processing aborts.
[Action]
Check messages near this message.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
Could not get a result from conmgr process.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Failed to load a function in the PKCS11 library.
[System Processing]
Processing will be aborted.
[Action]
Check that the PKCS11 library version and/or path are correct and take action.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
Could not get string format address.
[System Processing]
Processing continues.
[Action]
Check log of Operating System.
[Description]
There was insufficient free space in the database server's shared memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Could not listen for socket.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
Could not notify application.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
Could not open file.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not open pid file.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Could not prepare for heartbeat.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
Could not read from pid file.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
Could not receive a heartbeat packet.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
Could not remove pid file.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not reply all application info.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not reply all node info.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not reply for startup.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not reply target node info.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not resolve address.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
Could not seek pid file.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not send.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
Could not send signal to conmgr process
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not send signal to conmgr process.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Could not start conmgr process due to setsid() failure.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not start conmgr process in time.
[System Processing]
Processing aborts.
[Action]
Check log of conmgr process.
[Description]
Could not start conmgr process.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Could not start conmgr process.
[System Processing]
Processing aborts.
[Action]
Check log of conmgr process.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
Could not stop conmgr process in time.
[System Processing]
Processing aborts.
[Action]
Check log of conmgr process.
[Description]
Could not sync to pid file.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
An error occurred while translating domain name to Kerberos realm name in SSL.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the domain name is written correctly.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
Could not write pid file.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
There are the following cases:
- failed to write transaction log file
- failed to write transaction log file on backup data storage destination
[System Processing]
Processing will be aborted.
[Action]
Lack of storage space or malfunction of storage allocating the file shown in this message is considered.
If it's ture, recover the database system accoring to "Actions when an Error Occurs" of "Operation Guide" or "Cluster Operation Guide (Database Multiplexing)".
If it's not true, identify the cause according to the informations in this message such as errno, and work around.
The following major causes are considered.
- the file has no permission or the permission has been changed
- power of the storage allocating the file has been turned off
- unmounted the storage allocating the file
- another process or human operated the file
- the storage allocating the file has crashed
[Description]
Could not write to pid file.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Either backend_host or backend_hostaddr is needed for instance.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Ending log output to stderr.
[System Processing]
Continues processing.
[Action]
Future log output will be output to the log destination.
[Description]
Error is occured for completion of asynchronous connect for heartbeat.
[System Processing]
Processing aborts.
[Action]
Check log of Operating System.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
Execution of conmgr by a user with administrative permissions is not permitted. The conmgr must be started under an unprivileged user ID to prevent possible system security compromises. See the documentation for more information on how to properly start the conmgr.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Failed to add new prepared transaction.
[System Processing]
Processing will be aborted.
[Action]
Please refer to the server log, and determine the cause of the error.
[Description]
Could not delete the row in pgx_loader_state table.
[System Processing]
Processing will be aborted.
[Action]
Please refer to the server log, and determine the cause of the error.
[Description]
Could not execute SPI.
[System Processing]
Processing will be aborted.
[Action]
Please refer to the server log, and determine the cause of the error.
[Description]
Failed to fetch the id column.
[System Processing]
Processing will be aborted.
[Action]
Please refer to the server log, and determine the cause of the error.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Failed to update the state column.
[System Processing]
Processing will be aborted.
[Action]
Please refer to the server log, and determine the cause of the error.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Heartbeat connect is refused.
[System Processing]
Processing aborts.
[Action]
Check log of remote system.
[Description]
Heartbeat connect is timed out.
[System Processing]
Processing aborts.
[Action]
Check log of remote system.
[Description]
Heartbeat connection is established.
[System Processing]
Processing continues.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Heartbeat is timed out.
[System Processing]
Processing aborts.
[Action]
Check log of remote system.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Increase watchdog.max_hb_connections.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Invalid parameter in configuration file.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Invalid pid file.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
invalid record length was found on archive log or transaction log data.
[System Processing]
The following causes could be considered.
- if the log level is information(INFO, NOTICE, LOG, DEBUG)
Continue processing.
- if the log level is error(ERROR, FATAL, PANIC)
Processing will be aborted.
[Action]
If the log level is information(INFO, NOTICE, LOG, DEBUG), no action is required.
When the log level is error(ERROR, FATAL, PANIC), take either of the following actions.
- if this message is output during starting instance
Please restore according to "Deal at the time of abnormality" of "Operation Guide" or "Cluster Operation Guide (Database Multiplexing)".
- if this message is output during recovering
Cannot continue to recover with the current backup data because an archive log in the backup has an error.
Recover from the other backup data.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Invalid timeout specified.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Invalid value for integer parameter in configuration file.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Invalid value for parameter.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Invalid value for parameter in configuration file.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Invalid value for parameter of instance.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
keystore-passphrase command line option and PGX_KEYSTORE_PASSPHRASE environment variable should not be set when using TDE_z extension.
[System Processing]
Processing will be aborted.
[Action]
Remove keystore-passphrase from command line option or unset PGX_KEYSTORE_PASSPHRASE environment variable before starting the server with TDE_z extension loaded.
[Description]
Lack of max_prepared_transactions.
[System Processing]
Processing will be aborted.
[Action]
Please increase max_prepared_transactions.
[Description]
A group data item contains the 77 level variable.
[System Processing]
Precompling will be aborted.
[Action]
Remove the variable from the group data item.
[Description]
77 level variable is used in the TYPEDEF statement.
[System Processing]
Precompling will be aborted.
[Action]
Change the level number.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
Listening on port.
[System Processing]
Processing continues.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Logical replication target relation uses some of the system columns to identify rows which are updated or deleted.
[System Processing]
Processing will be aborted.
[Action]
Usage of system columns for REPLICA IDENTITY should be avoided as these data vary across databases.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
Materialize mode required, but it is not allowed in this context.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Lack of max_prepared_transactions.
[System Processing]
Processing will be aborted.
[Action]
Please increase max_prepared_transactions.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
No cmdata directory specified and environment variable CMDATA unset.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
No connection manager directory is specified and environment variable CMDATA is unset.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
There was insufficient free space in the disk of the database server during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Delete user data stored in the database server to free up space on the disk.
[Description]
No operation mode is specified.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
There was insufficient free space in the server's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
There was insufficient free space in the server's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
There was insufficient free space in the database server's shared memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
The number of workers must not be negative.
[System Processing]
Processing will be aborted.
[Action]
Please specify more than one.
[Description]
Terminated normally but a warning was output.
[System Processing]
Continues processing.
[Action]
Close open transactions with multixacts soon to avoid wraparound problems.
[Description]
one of -d/--dbname and -f/--file must be specified
[System Processing]
Processing will be aborted.
[Action]
Check the command-line, and re-execute the command with correct options.
[Description]
There was insufficient free space in the server's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
There was insufficient free space in the client's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- Modify the application to reduce memory usage.
[Description]
There was insufficient free space in the client's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- Modify the application to reduce memory usage.
[Description]
There was insufficient free space in the server's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
There was insufficient free space in the database server's shared memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
pgx_global_metacache must be set to at least 10MB when enabled.
[System Processing]
Processing will be aborted.
[Action]
Set the pgx_global_metacache parameter to at least 10MB and restart the database.
[Description]
pgx_loader can be available only COPY FROM command.
[System Processing]
Processing will be aborted.
[Action]
Please specify COPY FROM statement.
[Description]
Pid file does not exist.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Reduce the value of maintenance_work_mem.
[Description]
postmaster exited during a parallel loading.
[System Processing]
Processing will be aborted.
[Action]
Please refer to the server log, and determine the cause of the error.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
To disable the policy for the table owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY.
[Description]
Real and effective user IDs must match.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred while translating domain name to Kerberos realm name in SSL.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the domain name is written correctly.
[Description]
Received fast shutdown request.
[System Processing]
Processing continues.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Received immediate shutdown request.
[System Processing]
Processing continues.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Received invalid startup packet.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Received smart shutdown request.
[System Processing]
Processing continues.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
Rejected a connection from application due to going shutdown.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Remote node closes heartbeat connection.
[System Processing]
Processing aborts.
[Action]
Check log of remote system.
[Description]
Remote node shuts down heartbeat connection.
[System Processing]
Processing aborts.
[Action]
Check log of remote system.
[Description]
An error occurred due to unexpected directory entry found at specific path
[System Processing]
Cancels processing.
[Action]
Remove those unexpected directories, or set allow_in_place_tablespaces to ON transiently to let recovery complete.
[Description]
The backup data may be corrupted.
[System Processing]
Processing will be aborted.
[Action]
Copy the backup data to the backup storage directory from backup media.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
An error occurred during DB Server processing in the database.
[System Processing]
Processing will be aborted.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
Set-valued function called in context that cannot accept a set.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Sleep until another process releases global meta cache because global meta cache cannot be swept away yet. Please increase pgx_global_metacache.
[System Processing]
Processing continues.
[Action]
If this message occurs frequently, increase the pgx_global_metacache parameter setting and restart the database.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The depth of the execution stack exceeded the allowable value during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
If executing a complex SQL, modify it to a simple SQL.
[Description]
An error occurred during DB Server processing in the database.
[System Processing]
Processing will be aborted.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
Started conmgr process successfully.
[System Processing]
Continues processing.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Starting conmgr process.
[System Processing]
Continues processing.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Stopped conmgr process successfully.
[System Processing]
Continues processing.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
The string may have unclosed double quotation marks.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Check the value of synchronous_standby_names, which may come from postgresql.conf or the SQL command line.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
Syntax error in configuration file.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The TDE_h extension cannot be dynamically loaded by the user.
[System Processing]
Processing will be aborted.
[Action]
In postgresql.conf specify shared_preload_libraries = 'tde_h'
[Description]
The PKCS11 function call failed.
[System Processing]
Processing will be aborted.
[Action]
The specified value in the PKCS11 configuration file (grep11client.yaml) or the TDE_h execution environment is incorrect, or the HPCS is detecting an error. Check the message and take appropriate action according to the reported PKCS11 error code. Also, if you have specified a log in the PKCS11 configuration file, check the output log and take action.
[Description]
The call to the C_OpenSession function of PKCS11 has failed.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and take appropriate action based on the reported PKCS11 error code.
[Description]
During encryption or decryption processing TDE_h was not able to find an expected PKCS11 key.
[System Processing]
Processing will be aborted.
[Action]
The keystore and the PKCS11 token key objects are not consistent with each other. This may happen if the keystore and/or PKCS11 token directory have been incorrectly copied (or not copied at all). Check all files have been copied correctly.
[Description]
The TDE_h extension cannot be dynamically loaded by the user.
[System Processing]
Processing will be aborted.
[Action]
In postgresql.conf specify shared_preload_libraries = 'tde_h'
[Description]
The PKCS11 API key associated with the token of Slot ID was not defined at load time.
[System Processing]
This is only a warning message when TDE_h is loaded.
[Action]
The token API key must be known to tde_h before secure keys can be used. Specify the API key at load time with --api-key option, or by GUC tde_h.API_KEY in postgresql.conf. Or, specify the API key at run-time using SELECT pgx_open_keystore(API Key); or SELECT pgx_set_master_key(API Key);
[Description]
The PKCS11 Slot ID for transparent data encryption is not defined.
[System Processing]
Processing will be aborted.
[Action]
In postgresql.conf set the GUC tded_h.SLOT_ID to the PKCS11 Slot ID configured for transparent data encryption.
[Description]
The specified Slot ID does not support a mechanism required by TDE_h.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The specified Slot ID does not support a mechanism required by TDE_h.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The call to the C_OpenSession function of PKCS11 has failed.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and take appropriate action based on the reported PKCS11 error code.
[Description]
The specified Slot ID does not support a mechanism required by TDE_h.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The specified Slot ID does not support a mechanism required by TDE_h.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The specified Slot ID does not support a mechanism required by TDE_h.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The PKCS11 token model at the specified Slot ID is not suported by TDE_h.
[System Processing]
Processing will be aborted.
[Action]
Only "EP11" and "CCA" tokens are supported.
[Description]
Logs the PKCS11 Slot ID and token model that TDE_h will be using.
[System Processing]
This is an information messaage when TDE_h is loaded.
[Action]
No action is required. Confirm the Slot and token type are as expected.
[Description]
Failed to initialize execution environment for TDE_h.
[System Processing]
Processing will be aborted.
[Action]
The specified value in the PKCS11 configuration file (grep11client.yaml) or the TDE_h execution environment is incorrect, or the HPCS is detecting an error. Check the message and take appropriate action according to the reported PKCS11 error code. Also, if you have specified a log in the PKCS11 configuration file, check the output log and take action.
[Description]
The call to the C_Initalize function of PKCS11 has failed.
[System Processing]
Processing will be aborted.
[Action]
The specified value in the PKCS11 configuration file (grep11client.yaml) or the TDE_h execution environment is incorrect, or the HPCS is detecting an error. Check the message and take appropriate action according to the reported PKCS11 error code. Also, if you have specified a log in the PKCS11 configuration file, check the output log and take action.
[Description]
The TDE_z extension cannot be dynamically loaded by the user.
[System Processing]
Processing will be aborted.
[Action]
In postgresql.conf specify shared_preload_libraries = 'TDE_z'
[Description]
The TDE_z extension cannot be dynamically loaded by the user.
[System Processing]
Processing will be aborted.
[Action]
In postgresql.conf specify shared_preload_libraries = 'TDE_z'
[Description]
The call to the C_OpenSession function of PKCS#11 has failed.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and take appropriate action based on the reported PKCS#11 error code.
[Description]
During encryption or decryption processing TDE_z was not able to find an expected opencryptoki key.
[System Processing]
Processing will be aborted.
[Action]
The keystore and the opencryptoki token key objects are not consistent with each other. This may happen if the keystore and/or opencryptoki token directory have been incorrectly copied (or not copied at all). Check all files have been copied correctly.
[Description]
The opencryptoki Slot ID for transparent data encryption is not defined.
[System Processing]
Processing will be aborted.
[Action]
In postgresql.conf set the GUC TDE_z.SLOT_ID to the opencryptoki Slot ID configured for transparent data encryption.
[Description]
The opencryptoki User PIN associated with the token of Slot ID was not defined at load time.
[System Processing]
This is only a warning message when TDE_z is loaded.
[Action]
The token User PIN must be known to TDE_z before secure keys can be used. Specify the User PIN at load time with --user-pin option, or by GUC TDE_z.USER_PIN in postgresql.conf. Or, specify the User PIN at run-time using SELECT pgx_open_keystore(user pin); or SELECT pgx_set_master_key(user pin);
[Description]
The specified Slot ID does not support a mechanism required by TDE_z.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The specified Slot ID does not support a mechanism required by TDE_z.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The call to the C_OpenSession function of PKCS#11 has failed.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and take appropriate action based on the reported PKCS#11 error code.
[Description]
The specified Slot ID does not support a mechanism required by TDE_z.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The specified Slot ID does not support a mechanism required by TDE_z.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The specified Slot ID does not support a mechanism required by TDE_z.
[System Processing]
Processing will be aborted.
[Action]
Specify a different token which supports the necessary mechanism.
[Description]
The opencryptoki token model at the specified Slot ID is not supported by TDE_z.
[System Processing]
Processing will be aborted.
[Action]
Only "EP11" and "CCA" tokens are supported.
[Description]
Logs the opencryptoki Slot ID and token model that TDE_z will be using.
[System Processing]
This is an information messaage when TDE_z is loaded.
[Action]
No action is required. Confirm the Slot and token type are as expected.
[Description]
The call to the C_Initalize function of PKCS#11 has failed.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and take appropriate action based on the reported PKCS#11 error code.
[Description]
The TDE type specified in shared_preload_libraries in postgresql.conf does not match the keystore format of the execution environment.
[System Processing]
Processing will be aborted.
[Action]
Inconsistent value specified for shared_preload_libraries in keystore and postgresql.conf. Determine which is correct and take appropriate action.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
Timeout occurred during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Check the following:
- If executing SQL that outputs a large volume of search results, add a conditional expression to filter the results further.
- If numerous SQLs are being simultaneously executed, reduce the number of simultaneously executed SQLs.
- If a large volume of data is to be updated in a single transaction, modify the SQL to reduce the volume of data to be updated in a single transaction.
- If executing a complex SQL, modify it to a simple SQL.
- Check if there are any problems in the network.
- Before conducting maintenance that involves the processing of a large volume of data, use the SET statement to temporarily increase the value of maintenance_work_mem.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the server is still running.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Could not prepare statement.
[System Processing]
Processing aborts.
[Action]
Check messages near this message.
[Description]
Terminated connections.
[System Processing]
Processing continues.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
The database system is shutting down.
[System Processing]
Processing will be aborted.
[Action]
This message is output when the stopping process is operating normally. Retry any necessary applications or commands after restarting the database system.
[Description]
The database system is starting up.
[System Processing]
Processing will be aborted.
[Action]
This message is output when the startup process or recovery process is operating normally. Restart any necessary the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
A required program was not found. Check your installation.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
The program was not the same version.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
value of sslservercertcn is different from common name in the server certificate.
[System Processing]
Processing is aborted.
[Action]
Set SSL certificate's common name to sslservercertcn.
[Description]
Timeout occurred during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Check the following:
- If executing SQL that outputs a large volume of search results, add a conditional expression to filter the results further.
- If numerous SQLs are being simultaneously executed, reduce the number of simultaneously executed SQLs.
- If a large volume of data is to be updated in a single transaction, modify the SQL to reduce the volume of data to be updated in a single transaction.
- If executing a complex SQL, modify it to a simple SQL.
- Check if there are any problems in the network.
- Before conducting maintenance that involves the processing of a large volume of data, use the SET statement to temporarily increase the value of maintenance_work_mem.
[Description]
Too long literal in configuration file.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Up to max_worker_processes background worker can be registered with the current settings.
[System Processing]
Processing will be aborted.
[Action]
Consider increasing the value of configuration parameter max_worker_processes.
[Description]
Too many command-line arguments.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the items in the GROUPING SET are less than the maximum allowable value.
[Description]
An error occurred while translating account name to Kerberos user name in SSL.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the account name is written correctly.
[Description]
Trigger created with DO block cannot be replaced by EXECUTE PROCEDURE.
[System Processing]
Processing is aborted.
[Action]
Please redefine it after deleting the trigger.
[Description]
Trigger created with EXECUTE PROCEDURE cannot be replaced by DO block.
[System Processing]
Processing is aborted.
[Action]
Please redefine it after deleting the trigger.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Continues processing.
[Action]
Check the message text and confirm that functions are not marked as volatile.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Continues processing.
[Action]
Check the message text and confirm that functions are not marked as volatile.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Continues processing.
[Action]
Check the message text and confirm that functions are not marked as volatile.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Continues processing.
[Action]
Check the message text and confirm that functions are not marked as volatile.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Continues processing.
[Action]
Check the message text and confirm that functions are not marked as volatile.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Continues processing.
[Action]
Check the message text and confirm that functions are not marked as volatile.
[Description]
Unexpected directory entry found at specific path while recovery.
[System Processing]
Cancels processing.
[Action]
Remove those unexpected directories, or set allow_in_place_tablespaces to ON transiently to let recovery complete.
[Description]
An error occurred because execution is temporarily impossible.
[System Processing]
Processing will be aborted.
[Action]
Restart the application. If the same error occurs when you restart the application, to check if there are any problems in the database server.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
Unrecognized operation mode was specified.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Unrecognized stop mode was specified.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Unrecognized value specified for option '-i'.
[System Processing]
Processing aborts.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
Supplementary information was output.
[System Processing]
None.
[Action]
Refer to this message together with the message that was output immediately beforehand.
[Description]
Waiting conmgr process to connect to watchdog.
[System Processing]
Continues processing.
[Action]
Recheck command line, configuration file, or logic of your application. Hint message may follow with this message.
[Description]
Could not accept heartbeat connection.
[System Processing]
Processing aborts.
[Action]
Check messages near this message.
[Description]
Could not send attribute.
[System Processing]
Processing aborts.
[Action]
Check messages near this message.
[Description]
You might need to increase max_worker_processes.
[System Processing]
Processing will be aborted.
[Action]
You might need to increase max_worker_processes
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
Timeout occurred during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Check the following:
- If executing SQL that outputs a large volume of search results, add a conditional expression to filter the results further.
- If numerous SQLs are being simultaneously executed, reduce the number of simultaneously executed SQLs.
- If a large volume of data is to be updated in a single transaction, modify the SQL to reduce the volume of data to be updated in a single transaction.
- If executing a complex SQL, modify it to a simple SQL.
- Check if there are any problems in the network.
- Before conducting maintenance that involves the processing of a large volume of data, use the SET statement to temporarily increase the value of maintenance_work_mem.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
Could not find a suitable target server.
[System Processing]
Processing is aborted.
[Action]
Check following settings (host, IP address, port number,or targetServer):
- Connection string
- Connection service file
- Data source of JDBC or ODBC
- Environment variables for default connection parameter values(ex. PGHOST)
- Arguments of functions of libpq
- Options of command
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
value of targetserver is invalid.
[System Processing]
Processing is aborted.
[Action]
Set one of the following:
- primary
- standby
- prefer_standby
- any(can be specified only JDBC)
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
There was insufficient free space in the server's memory during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Estimate memory usage and take the following action:
- If the number of simultaneous connections from client applications is high, reduce it.
- If the number of simultaneous SQL executions is high, reduce it.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
value of sslservercertcn is different from common name in the server certificate.
[System Processing]
Processing is aborted.
[Action]
- Set SSL certificate's common name to sslservercertcn.
- Check the program of class specified by hostnameverifier.
[Description]
The operating environment such as the status of the connection definition file and the connection method specification is abnormal.
[System Processing]
Processing will be aborted.
[Action]
Confirm that the operating environment such as the status of the connection definition file and the connection method specification is normal.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
An error occurred during communication between the application and the database server.
[System Processing]
Processing will be aborted.
[Action]
Check if there are any problems in the network, eliminate the cause of any error and re-execute the command.
[Description]
The database server was disconnected during execution of the application.
[System Processing]
Processing will be aborted.
[Action]
Communication may have been disconnected for the following reasons:
- An error occurred in the communication line (TCP/IP etc.)
- The database server terminated abnormally.
Take the following actions:
- Eliminate the cause of the communication disconnection.
Examine the application and check whether the transaction for implementing update is a long transaction. Judge whether it is a long transaction from the following viewpoints and modify the application.
a) If the COMMIT process is not executed after update, add the COMMIT process.
b) If the total number of update records in a single transaction is high, split it into short transactions.
c) If search was conducted for a long period of time after update, execute COMMIT after update or review the search SQL statement.
- If none of the above situations applies, perform the following:
a) Confirm that the database server has not stopped.
b) If the database server is starting or stopping, re-execute the command after the database server starts.
[Description]
An error occurred during execution of the application or command.
[System Processing]
Processing will be aborted.
[Action]
Check the message text and confirm that the application is written correctly and the command is being used correctly.