uCosminexus Application Server, Messages

[Contents][Back][Next]

23.3.8 Messages without any level

This subsection describes messages output by the basic functionality of Cosminexus HTTP Server that do not have any error level.


httpsd: module "module-name" is not compatible with this version (found version-number-of-module, need compatible-version-numbers).

The module that was attempted to be added is not compatible with the server.
Error level: None
(S) The Web server stops the startup processing.
(O) Use a module of a version specified in the compatible-version-numbers.

Please contact the vendor for the correct version.

Contact the vendor for a module of a version that is compatible with the server.
Error level: None
(S) The Web server stops the startup processing.
(O) Obtain the module of a version that is compatible with the server according to the modules specified in messages output other than this message.

httpsd: could not open document config file config-file-name

The file specified in config-file-name could not be opened.
Error level: None
(S) The Web server stops the startup processing.
(O) Revise according to config-file-name.

Syntax error on line line-number of file-name:
error-message

A syntax error exists at the position specified in the file-name and line-number.
Error level: None
(S) The Web server stops the startup processing.
(O) Based on error-message, revise the line in which the syntax error occurred.

Warning: DocumentRoot [directory-name] does not exist

The directory specified in the DocumentRoot directive cannot be found.
Error level: None
(S) The Web server continues the startup processing.
(O) Revise according to the DocumentRoot directive specified in the <VirtualHost> block.

Cannot resolve host name host-name

An invalid value was specified in BindAddress directive.
Error level: None
(S) The Web server stops the startup processing.
(O) Revise according to the IP address specified in the BindAddress directive.

Host host-name has multiple addresses --- you must choose one explicitly.

A single IP address could not be determined from the host name specified in the BindAddress directive.
Error level: None
(S) The Web server stops the start processing.
(O) Specify the BindAddress directive with the IP address.

detailed-information: Couldn't start ErrorLog process

An attempt to generate a process for the output of the error log has failed.
Error level: None
(S) The Web server stops the start processing.
(O) Revise the ErrorLog directive according to detailed-information.

detailed-information: Couldn't start RequestLog process

An attempt to generate a process for the output of the request log has failed.
Error level: None
(S) The Web server stops the start processing.
(O) Revise the HWSRequestLog directive according to detailed-information.

detailed-information: httpsd: Invalid error log path file-name.

The file path specified in the ErrorLog directive is invalid.
Error level: None
(S) The Web server stops the start processing.
(O) Revise the ErrorLog directive according to detailed-information.

detailed-information: httpsd: Invalid request log path file-name.

The file path specified in the HWSRequestLog directive is invalid.
Error level: None
(S) The Web server stops the start processing.
(O) Revise the HWSRequestLog directive according to detailed-information.

detailed-information: httpsd: could not open error log file file-name.

The error log file could not be opened.
Error level: None
(S) The Web server stops the start processing.
(O) Revise the ErrorLog directive according to detailed-information.

detailed-information: httpsd: could not open request log file file-name.

The request log file could not be opened.
Error level: None
(S) The Web server stops the start processing.
(O) Revise the HWSRequestLog directive according to detailed-information.

piped_log_spawn: unable to setup child process 'log-output-program': error-message

The initial setup of properties of the process for the output of the log could not be performed.
Error level: None
(S) The processing for the generation of the process for log output will be interrupted.
(O) Revise according to error-message.

unable to start piped log program 'log-output-program': error-message

The log output based on the log-output-program could not be started.
Error level: None
(S) The processing for the generation of the process for log output will be interrupted.
(O) Revise according to error-message.

piped log program 'log-output-program' failed unexpectedly

An unexpected error occurred in the log output program.
Error level: None
(S) The process for log output will be regenerated.

piped_log_maintenance: unable to respawn 'log-output-program': error-message

An attempt to regenerate the process for log output has failed.
Error level: None
(S) The processing for the generation of the process for log output will be interrupted.
(O) Revise according to error-message.

Ouch! malloc failed in detailed-information

An attempt to secure the memory has failed.
Error level: None
(S) The memory is insufficient. The Web server process will terminate.
(O) Check the system status according to the memory usage.

WARNING: ThreadsPerChild of directive-value exceeds ThreadLimit value of maximum-limit threads, lowering ThreadsPerChild to maximum-limit. To increase, please see the ThreadLimit directive.

The value of the ThreadsPerChild directive exceeds the upper limit.
Error level: None
(S) Maximum limit will be set up for the ThreadsPerChild directive value of the Web server, and the startup processing will continue.
(O) Revise the ThreadsPerChild directive value.

WARNING: Require ThreadsPerChild > 0, setting to 1

An invalid value is specified in ThreadsPerChild directive.
Error level: None
(S) 1 will be set up for the ThreadsPerChild directive value of the Web server, and the startup processing will continue.
(O) Revise the ThreadsPerChild directive value.

WARNING: detected MinSpareServers set to non-positive.
Resetting to 1 to avoid almost certain Server failure.
Please read the documentation.

An invalid value is specified in MinSpareServers directive.
Error level: None
(S) 1 will be set up for the MinSpareServers directive value of the Web server, and the startup processing will continue.
(O) Revise the MinSpareServers directive value.

WARNING: MaxClients of directive-value exceeds compile time limit of maximum-limit servers,
lowering MaxClients to maximum-limit.

The MaxClients directive value has exceeded the maximum limit.
Error level: None
(S) Maximum limit will be set up for the MaxClients directive value of the Web server, and the startup processing will continue.
(O) Revise the MaxClients directive value.

WARNING: Require MaxClients > 0, setting to 1

An invalid value is specified in MaxClients directive.
Error level: None
(S) 1 will be set up for the MaxClients directive value of the Web server, and the startup processing will continue.
(O) Revise the MaxClients directive value.

httpsd: bad user name user-name

The specified user is not registered in the system.
Error level: None
(S) The Web server stops the start processing.
(O) Specify the user-name registered in the system.

httpsd: bad group name group-name

The specified group is not registered in the system.
Error level: None
(S) The Web server stops the start processing.
(O) Specify the group-name registered in the system.

detailed-information: sending signal to server

An attempt to send a signal to the Web server has failed.
Error level: None
(S) The process of sending a signal to the Web server will be interrupted.
(O) Revise according to detailed-information that the kill() function returns.

detailed-information: Error retrieving pid file PID-storation-file-name

An attempt to search the PID storage file has failed.
Error level: None
(S) The process of sending a signal to the Web server will be interrupted.
(O) Revise according to detailed-information.

Ouch! function-name1 failed : (error-code) detailed-information (function-name2) (process-ID)

An attempt to execute function-name1 has failed.
Error level: None
(S) The processes of the Web server will terminate.
(O) Revise according to detailed-information that function-name1 returns. One of the causes of the error could be the insufficient desktop heap that Windows uses internally.