uCosminexus Application Server, Messages

[Contents][Back][Next]

23.3.5 warn-level messages

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


module module-name is already loaded, skipping

The processing will not be executed because the Web server is already incorporated into the module.
Error level: warn
(S) The Web server continues the start processing.
(O) Revise the description of the LoadModule directive.

pid file file-name-that-stores-process-IDs overwritten -- Unclean shutdown of previous server run?

The file that stores process IDs is overwritten. The Web server might not have been shut down properly the last time. When the Web server is shut down properly, the file that stores process IDs is deleted.
Error level: warn
(S) The Web server continues the start processing.
(O) Make sure that no un-terminated Web server exists. The process ID of the control process is saved in the file specified in the PidFile directive, when the Web server is started. This message will be output even when the file specified in the PidFile directive is duplicated in more than one Web server. Make sure that the file is not shared among multiple Web servers.

detailed-information: apr_socket_opt_set: (TCP_NODELAY)

An error occurred during the setup of the IP protocol-level option TCP_NODELAY.
Error level: warn
(S) The Web server continues the start processing without the setup of the TCP_NODELAY option. The Nagle buffering algorithm is enabled.
(O) Revise according to detailed-information that the setsockopt() function returns.

detailed-information: getsockname failed

getsockname() has failed.
Error level: warn
(S) The server thread will be in the request-awaiting state.
(O) Revise according to detailed-information that the getsockname() function returns.

detailed-information: getpeername failed

getpeername() has failed.
Error level: warn
(S) The server thread will continue the request processing without setting up socket information of the client.
(O) Revise according to detailed-information that the getpeername() function returns.

Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting

The server threads for processing requests are insufficient.
Error level: warn
(S) The request process continues.
(O) Consider increasing the value of the ThreadsPerChild directive.

detailed-information: No installed ConfigArgs for the service "service-name", using Server defaults.

The default settings will be used for startup because the contents of the registry entry ConfigArgs of the service specified in the service-name cannot be acquired.
Error level: warn
(S) The Web server continues the start processing.
(O) Make sure that the registry entry ConfigArgs exists below the registry key of the service-name.

NameVirtualHost host-name:port-number has no VirtualHosts

The host name and port number defined in the NameVirtualHost directive are not used in the VirtualHost directive.
Error level: warn
(S) The specification of the NameVirtualHost directive will be ignored, and the Web server startup processing will continue.
(O) Delete the unnecessary NameVirtualHost directive. Specify the NameVirtualHost directive when more than one VirtualHost directive is to be defined for the same host name and port number.

_default_ VirtualHost overlap on port port-number, the first has precedence

The default virtual host overlaps on the same port number. The virtual host specified first will be enabled.
Error level: warn
(S) The virtual hosts other than the one specified first will be ignored, and the Web server startup processing will continue.
(O) More than one default virtual host (specify *, 255.255.255.255, or _default_ in the VirtualHost directive) cannot be specified for the same port. Revise the specification of the default virtual host.

VirtualHost host-name:port-number overlaps with VirtualHost host-name:port-number, the first has precedence, perhaps you need a NameVirtualHost directive

The virtual host specified in host-name:port-number overlaps. The virtual host specified first will be enabled.
Error level: warn
(S) The virtual hosts other than the one specified first will be ignored, and the Web server startup processing will continue.
(O) When specifying the same virtual host in host-name:port-number, define the NameVirtualHost directive for the corresponding host name and port number.

httpsd: gethostname() failed to determine ServerName

An attempt to determine ServerName with gethostname() has failed.
Error level: warn
(S) The Web server address will be assumed as 127.0.0.1.
(O) Revise according to the cause because of which the host name cannot be acquired.

PassEnv variable environment-variable was undefined

The environment-variable specified in the PassEnv directive is not defined as an environment variable.
Error level: warn
(S) The process continues.
(O) Set up the environment variable.

The directive directive in config-file at line line-number will probably never match because it overlaps an earlier directive.

A directive that can be applied to the same URL is specified twice. The second specification will not be applicable.
Error level: warn
(S) The Web server continues the start processing.
(O) Revise the settings of the directive in the displayed line.

detailed-information: Cannot get media type from 'media-type'

The media type of MIME cannot be acquired properly.
Error level: warn
(S) The request process continues.
(O) Revise the MIME settings.

detailed-information: Cannot get media parameter.

The media parameters of MIME cannot be acquired properly.
Error level: warn
(S) The request process continues.
(O) Revise the MIME settings.

detailed-information: Cannot get media subtype.

The media subtype of MIME cannot be acquired properly.
Error level: warn
(S) The request process continues.
(O) Revise the MIME settings.

detailed-information: mod_mime: analyze_ct: cannot get media type from 'media-type'

The media type of MIME cannot be acquired properly.
Error level: warn
(S) The request process continues.
(O) Revise the MIME settings.

detailed-information: sigaction (signal)

An error occurred when changing the action for signal.
The types of the signals are as follows:
SIGSEGV SIGBUS SIGABRT SIGILL SIGTERM SIGINT
SIGXCPU SIGXFSZ SIGPIPE SIGHUP SIGUSR1 SIGUSR2
Error level: warn
(S) The Web server continues the start processing.
(O) Revise according to detailed-information that the sigaction() function returns.

long lost child came home! (pid process-ID)

After restarting the server with graceful, the control process terminated a process that was not to be monitored.
Error level: warn
(S) The control process uses the scoreboard file to manage the status of the server process. If the process terminated after restarting with graceful does not correspond to the managed process, this message will be output.
(O) Revise according to the cause due to which the terminated process does not correspond to the process to be monitored by the control process. For example, the gcache server is a process that is not to be monitored by the control process. The server process is a process monitored by the control process, and if this message is output for the server process, the server process may have been outside the monitoring range of the control process for some reason.

detailed-information: killpg SIGTERM

To shut down the Web server, the control process sent the signal SIGTERM to the server process with the killpg() function, but an error occurred.
Error level: warn
(S) The control process will send the SIGTERM signal to each server process after a few seconds, and the server process termination processing will continue.
(O) Revise according to detailed-information that the killpg() function returns.

detailed-information: apr_socket_opt_set: (TCP_NODELAY)

An error occurred during the setup of the IP protocol-level option TCP_NODELAY.
Error level: warn
(S) The startup processing of the Web server will continue without the setup of the TCP_NODELAY option. The Nagle buffering algorithm is enabled.
(O) Revise according to detailed-information that the setsockopt() function returns.

detailed-information: write pipe_of_death

An attempt to write in the pipe to be used in the request for terminating the server process has failed.
Error level: warn
(S) The request of terminating the server process will now stop.
(O) Revise according to detailed-information.

detailed-information: get socket to connect to listener

An attempt to generate the socket to be used in the request for terminating the server process has failed.
Error level: warn
(S) The request of terminating the server process will now stop.
(O) Revise according to detailed-information that the socket() function returns.

detailed-information: set timeout on socket to connect to listener

An attempt to set up a timeout for the socket to be used in the request for terminating the server process has failed.
Error level: warn
(S) The request of terminating the server process will now stop.
(O) Revise according to detailed-information.

detailed-information: connect to listener on Web-server-address:port-number

An attempt to connect to the Web server during the processing of the server process termination request has failed.
Error level: warn
(S) The request of terminating the server process will now stop.
(O) Revise according to detailed-information.

detailed-information: The HWS trace could not obtain the shared memory identifier from the file file-name specified in the HWSTraceIdFile.

The shared memory identifier cannot be obtained from the file described in the file-name specified in the HWSTraceIdFile directive.
Error level: warn
(S) The process continues.
(O) Revise according to the cause described in detailed-information.

The format of the shared memory identifier specified in the HWSTraceIdFile is invalid.

The format of the shared memory identifier of the file specified in the HWSTraceIdFile directive is invalid.
Error level: warn
(S) The process continues.
(O) Revise the shared memory identifier.

detailed-information: HWS trace shmctl() IPC_RMID could not remove the shared memory segment (id = shared-memory-identifier).

The shared memory cannot be deleted.
Error level: warn
(S) The process continues.
(O) Revise according to the cause described in detailed-information.

detailed-information: killpg SIGUSR1

To perform restart or planned termination with graceful, the control process sent the signal SIGUSR1 to the server process with the killpg() function, but an error occurred.
Error level: warn
(S) The control process will continue with the restart or planned termination processing.
(O) Revise according to detailed-information that the killpg() function returns.

[client client-address] authenticated user 'user-name' not a member of any groups, so 'file-group' requirement cannot succeed for file 'file-name'

The file-group request has failed because the authenticated user is not a member of any group.
Error level: warn
(S) The request process continues.

detailed-information: killpg SIGHUP

To restart the Web server, the control process sent the signal SIGHUP to the server process with the killpg() function, but an error occurred.
Error level: warn
(S) The control process will send the SIGTERM signal to each server process after a few seconds, and the server process termination processing will continue.
(O) Revise according to detailed-information that the killpg() function returns.

MaxClients can't be changed by restart. Original was used

The MaxClients directive cannot be changed during restart with graceful or restart.
Error level: warn
(S) The MaxClients directive value at the time of startup of the Web server will be set up, and the restart processing will continue.
(O) Do not change the MaxClients directive value during restart.

child process process-ID still did not exit, sending a SIGTERM

The SIGTERM signal will be sent because the server process described in the process-ID has not terminated.
Error level: warn
(S) The Web server continues the termination or restart processing.
(O) Make sure that the SIGTERM signal is not blocked for the server process, and wait until the server process terminates.