uCosminexus Application Server, Messages

[Contents][Back][Next]

23.3.1 emerg-level messages

Of the messages output by the basic functionality of Cosminexus HTTP Server, this subsection describes messages with the error level emerg.


detailed-information: OpenEvent on event-name event

An attempt to open the event has failed.
Error level: emerg
(S) The Web server stops the termination and restart processing.
(O) Revise according to detailed-information that the OpenEvent() function returns.

detailed-information: SetEvent on event-name event

An attempt to report the event has failed.
Error level: emerg
(S) The Web server stops the termination and restart processing.
(O) Revise according to detailed-information that the SetEvent() function returns.

detailed-information: couldn't grab the accept mutex

An attempt to acquire the mutual exclusion of accept has failed.
Error level: emerg
(S) The server process terminates.
(O) Revise according to detailed-information.

detailed-information: couldn't release the accept mutex

An attempt to release the mutual exclusion of accept has failed.
Error level: emerg
(S) The server process terminates.
(O) Revise according to detailed-information.

detailed-information: Couldn't initialize cross-process lock in child

An attempt to initialize the mutual exclusion used between server processes has failed.
Error level: emerg
(S) The server process terminates.
(O) Revise according to detailed-information.

detailed-information: Couldn't create accept lock file-name

An attempt to create the exclusive environment of accept has failed. file-name might not be output.
Error level: emerg
(S) The Web server stops the start processing.
(O) Revise according to detailed-information.

detailed-information: Couldn't set permissions on cross-process lock; check User and Group directives

An attempt to set up permissions for the mutual exclusion used between server processes has failed.
Error level: emerg
(S) The Web server stops the start processing.
(O) Revise the User and Group directive values according to detailed-information.

detailed-information: apr_accept: giving up.

An (ENETDOWN) error has occurred in the accept() function.
Error level: emerg
(S) The server process that received the request will exit.
(O) Revise according to detailed-information that the accept() function returns.