uCosminexus Application Server, Messages

[Contents][Back][Next]

23.3.3 crit-level messages

This subsection describes messages output by the basic functionality of Cosminexus HTTP Server with the error level crit.


[client client-address] detailed-information: access-control-file-name pcfg_openfile: unable to check htaccess file, ensure it is readable

The access control file cannot be read.
Error level: crit
(S) The status code 403 Forbidden will be returned to the client, and the request processing will be interrupted.
(O) Revise the access control file according to the cause described in detailed-information.

detailed-information: unable to replace stderr with error_log

The file descriptor of standard error output cannot be copied in the file descriptor of the error log.
Error level: crit
(S) The Web server continues the start processing.
(O) Revise according to detailed-information.

detailed-information: unable to replace stderr with /dev/null

The standard error output cannot be replaced with /dev/null.
Error level: crit
(S) The Web server continues the start processing.
(O) Revise according to detailed-information that the freopen() function returns.

detailed-information: Child process-ID: Failed to create a max_requests event.

The server process has failed to generate an event for the maximum number of requests.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the CreateEvent() function returns.

detailed-information: Child process-ID: _beginthreadex failed. Unable to create all worker threads. Created number-of-created-threads of the directive-value threads requested with the ThreadsPerChild configuration directive.

An attempt to generate threads failed during the generation of the number of Web server threads specified in the ThreadsPerChild directive.
Error level: crit
(S) The server process requests the termination of the Web server to the control process.
(O) Revise according to detailed-information that the _beginthreadex() function returns.

detailed-information: Child process-ID: WAIT_FAILED -- shutting down server

The server process has failed to wait for the termination event, planned termination event, or the event for the maximum number of requests.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the WaitForMultipleObjects() function returns.

detailed-information: Child server-process-ID: Unable to retrieve the ready event from the parent

The start event handle of the server process could not be acquired from the control process.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the ReadFile() function returns.

detailed-information: Child server-process-ID: Unable to retrieve the exit event from the parent

The end event handle of the server process could not be acquired from the control process.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the ReadFile() function returns.

detailed-information: Child server-process-ID: Unable to retrieve the start_mutex from the parent

The handler for the mutual exclusion could not be retrieved from the control process.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the ReadFile() function returns.

detailed-information: Child server-process-ID: Unable to access the start_mutex from the parent

The handler for mutual exclusion could not be accessed.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information.

detailed-information: Child server-process-ID: Unable to retrieve the scoreboard from the parent

The handler for the scoreboard could not be acquired from the control process.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the ReadFile() function returns.

detailed-information: Child server-process-ID: Unable to access the scoreboard from the parent

The scoreboard could not be accessed.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the MapViewOfFile() function returns.

detailed-information: Child server-process-ID: Unable to reopen the scoreboard from the parent

The scoreboard could not be opened.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information.

detailed-information: Parent: Unable to duplicate the ready event handle for the child

The start event handle of the server process could not be duplicated.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the DuplicateHandle() function returns.

detailed-information: Parent: Unable to send the ready event handle to the child

The start event handle of the server process could not be sent.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: Unable to duplicate the exit event handle for the child

The end event handle of the server process could not be duplicated.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the DuplicateHandle() function returns.

detailed-information: Parent: Unable to send the exit event handle to the child

The end event handle could not be sent to the server process.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: Unable to retrieve the start mutex for the child

The handle for mutual exclusion could not be retrieved.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: Unable to duplicate the start mutex to the child

The handle for mutual exclusion could not be duplicated.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the DuplicateHandle() function returns.

detailed-information: Parent: Unable to duplicate the start mutex to the child

The handle for mutual exclusion could not be duplicated.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the DuplicateHandle() function returns.

detailed-information: Parent: Unable to send the start mutex to the child

The handle for mutual exclusion could not be sent to the server process.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: Unable to retrieve the scoreboard handle for the child

The handle for the scoreboard could not be acquired.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: Unable to duplicate the scoreboard handle to the child

The handle for the scoreboard could not be duplicated.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the DuplicateHandle() function returns.

detailed-information: Unable to send the scoreboard handle to the child

The handle for the scoreboard could not be sent to the server process.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: setup_inherited_listeners: Unable to read socket data from parent.

The socket data from the control process could not be read.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the ReadFile() function returns.

detailed-information: Child server-process-ID: setup_inherited_listeners(), WSASocket failed to open the inherited socket.

An attempt to open the inherited data has failed.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the WSASocket() function returns.

detailed-information: Parent: WSADuplicateSocket failed for socket fd-number.

The control process failed to duplicate the socket.
Error level: crit
(S) The generation of the server process will now stop.
(O) Revise according to detailed-information that the WSADuplicateSocket() function returns.

detailed-information: Parent: Unable to write duplicated socket fd-number to the child.

The control process failed to write in the server process through the socket.
Error level: crit
(S) The generation of the server process will now stop.
(O) Revise according to detailed-information.

detailed-information: Parent: Failed to get the current path

An attempt to acquire current thread information has failed.
Error level: crit
(S) The Web server continues the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: Failed to get full path of startup-command

An attempt to acquire the absolute path of the startup-command has failed.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: Unable to create child stdin pipe.

An attempt to generate a pipe for sending information to the server process has failed.
Error level: crit
(S) The generation of the server process will now stop.
(O) Revise according to detailed-information.

detailed-information: Parent: Unable to connect child stdout to NUL.

An attempt to connect to the NUL handle for acquiring information from the server process has failed.
Error level: crit
(S) The generation of the server process will now stop.
(O) Revise according to detailed-information.

detailed-information: Parent: Unable to connect child stderr.

Could not connect to the standard error output to be set up in the server process.
Error level: crit
(S) The generation of the server process will now stop.
(O) Revise according to detailed-information.

detailed-information: Parent: Could not create ready event for child process

An attempt to generate a start event for the server process has failed.
Error level: crit
(S) The generation of the server process will now stop.
(O) Revise according to detailed-information that the CreateEvent() function returns.

detailed-information: Parent: Could not create exit event for child process

An attempt to generate an end event for the server process has failed.
Error level: crit
(S) The generation of the server process will now stop.
(O) Revise according to detailed-information that the CreateEvent() function returns.

detailed-information: Parent: Failed to create the child process.

An attempt to generate the server process has failed.
Error level: crit
(S) The generation of the server process will now stop.
(O) Revise according to detailed-information.

detailed-information: master_main: create child process failed. Exiting.

The control process failed to generate the server process.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: master_main: WaitForMultipleObjects WAIT_FAILED -- doing server shutdown

The control process has failed to wait for the termination event, planned termination event, or restart event.
Error level: crit
(S) The Web server will shut down.
(O) Revise according to detailed-information that the WaitForMultipleObjects() function returns.

detailed-information: Failed to get the full path of startup-command

An attempt to acquire the absolute path of the startup-command has failed.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: service-name: Unable to start the service manager.

An attempt to start the service has failed.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: Cannot create shutdown event event-name

The control process has failed to generate the termination event.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the CreateEvent() function returns.

detailed-information: Parent: Cannot create restart event event-name

The control process has failed to generate the restart event.
Error level: crit
(S) The Web server stops the restart processing.
(O) Revise according to detailed-information that the CreateEvent() function returns.

detailed-information: service-name: Failed to start the service process.

An attempt to start the service has failed.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: make_sock: for address Web-server-address: port-number, apr_socket_opt_set: (SO_KEEPALIVE)

An error occurred during the setup of the socket level option SO_KEEPALIVE.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the setsockopt() function returns.

detailed-information: make_sock: for address Web-server-address: port-number, apr_socket_opt_set: (SO_REUSEADDR)

An error occurred during the setup of the socket level option SO_REUSEADDR.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the setsockopt() function returns.

detailed-information: alloc_listener: failed to set up sockaddr for IP-address

The socket information concerning the IP-address could not be acquired.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to the IP-address specified in the Listen directive or BindAddress directive.

detailed-information: alloc_listener: failed to get a socket for IP-address

An error occurred during the creation of the socket terminal.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the socket() function returns.

detailed-information: Child server-process-ID: Unable to retrieve the graceful exit event from the parent

The planned termination event handle of the server process could not be acquired.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the ReadFile() function returns.

detailed-information: Parent: Unable to duplicate the graceful exit event handle for the child

The planned termination event handle of the server process could not be duplicated.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the DuplicateHandle() function returns.

detailed-information: Parent: Unable to send the graceful exit event handle to the child

The planned termination event handle could not be sent to the server process.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: Could not create graceful exit event for child process

An attempt to generate a planned termination for the server process has failed.
Error level: crit
(S) The generation of the server process will now stop.
(O) Revise according to detailed-information that the CreateEvent() function returns.

detailed-information: Parent: Cannot create graceful stop event event-name

The control process has failed to generate an event for planned termination.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the CreateEvent() function returns.

[client client-address] configuration error: couldn't text: requested-URI-value

When accessing requested-URI-value, the phenomenon described in text could not be executed because an error exists in the settings of the configuration file.
Error level: crit
(S) The status code 500 Internal Server Error will be returned to the client, and the request processing will be interrupted.
(O) Revise the configuration file according to the contents described in text.

detailed-information: Fatal error: unable to create global pool for use with by the scoreboard

The area to be used with the scoreboard could not be secured.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Unable to create scoreboard (anonymous shared memory failure)

The shared memory to be used with the scoreboard could not be secured.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

Invalid config file path config-file-name

The path of the configuration file is invalid.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to the path specified in configuration-file.

detailed-information: Invalid PID file path file-name-that-stores-process-IDs, ignoring.

The file name that stores the process IDs is invalid.
Error level: crit
(S) The Web server continues the start processing.
(O) Revise the PidFile directive according to detailed-information.

detailed-information: make_sock: could not bind to address Web-server-address : port-number

An error occurred during address binding to the socket.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the bind() function returns.

Ouch! Out of memory in add_job()!

An attempt to secure memory during the request reception processing has failed.
Error level: crit
(S) The server process terminates.
(O) Check the system status according to the memory usage.

detailed-information: Could not open pipe-of-death.

An attempt has failed to generate the pipe to be used in the request for terminating the server process.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the pipe() function returns.

detailed-information: make_sock: for address Web-server-address: port-number, apr_socket_opt_set: (IPV6_V6ONLY)

An error occurred during the setup of the socket level option IPV6_V6ONLY.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the setsockopt() function returns.

detailed-information: An attempt to load the audit log library has failed.

An attempt to load the library for the audit log output has failed.
Error level: crit
(S) The Web server stops the processing.
(O) Revise according to detailed-information.

detailed-information: An attempt to acquire the address of the audit log function has failed.

An attempt to acquire the address of the function of library for the audit log output has failed.
Error level: crit
(S) The Web server stops the processing.
(O) Revise according to detailed-information.

detailed-information: An attempt to acquire the path of the audit log library has failed.

An attempt to acquire the path of the library for the audit log output has failed.
Error level: crit
(S) The Web server stops the processing.
(O) Revise according to detailed-information.

detailed-information: Child server-process-ID: Unable to retrieve the parent process handle from the parent

The process handle of the control process could not be acquired from the control process.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the ReadFile() function returns.

detailed-information: Parent: Unable to duplicate the parent process handle for the child

The process handle of the control process could not be duplicated.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the DuplicateHandle() function returns.

detailed-information: Parent: Unable to send the parent process handle to the child

The process handle of the control process could not be sent to the server process.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Parent: SetHandleInformation failed.

An attempt to set up properties for the standard input, standard output, or standard error output of the control process has failed.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the SetHandleInformation() function returns.

detailed-information: Child server-process-ID: SetHandleInformation failed.

An attempt to set up properties for the standard input, standard output, or standard error output of the server process has failed.
Error level: crit
(S) The server process terminates.
(O) Revise according to detailed-information that the SetHandleInformation() function returns.

Parent: the child process exited before starting initialization.

The server process terminated before the initialization processing was started.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to the cause of error described in messages output other than this message.

detailed-information: Parent: WaitForMultipleObjects failed.

The control process failed to await the initialization processing start event of the server process.
Error level: crit
(S) The Web server stops the start processing.
(O) Revise according to detailed-information that the WaitForSingleObject() function returns.

the service control dispatcher terminated before completing initialization of the service.

The service control dispatcher thread terminated before the service initialization processing was complete.
Error level: crit
(S) The startup processing of the service stops.
(O) Revise according to the cause of error described in messages output other than this message.

service initialization wait timed out.

A timeout occurred when the service startup process was awaiting the service initialization processing completion event.
Error level: crit
(S) The startup processing of the service stops.
(O) Revise according to the cause of error described in messages output other than this message.

detailed-information: WaitForMultipleObjects failed.

The service startup process failed to await the service initialization processing completion event.
Error level: crit
(S) The startup processing of the service stops.
(O) Revise according to detailed-information that the WaitForSingleObject() function returns.