iTP Secure WebServer Operator Messages Manual

WEBSERV Messages
iTP Secure WebServer Operator Messages Manual429507-002
1-54
Events 3000 through 3999: Common Gateway
Interface (CGI Server Processes and CGI Library)
3007
Cause. The CGI library called the malloc function, but was unable to obtain memory
from the heap.
Effect. The generic or Pathway CGI process where the error occurred exits.
Recovery. Check for the following possible causes:
Insufficient heap size
Memory leaks in user-written code
If any of these conditions exist, correct them.
3008
Cause. A user at a web browser stopped an open connection to a CGI program before
the interaction between the browser and the program completed. This occurs when a
user supplies their own copy of CGI_connection_abort.
Effect. The generic or Pathway CGI process where the error occurred exits.
Recovery. You have the following two recovery options:
Use the default copy of CGI_connection_abort to terminate the CGI program.
To terminate the CGI program using the user-written copy of
CGI_connection_abort, set the environment variable
TANDEM_CGI_CONNECTION_ABORT_EXIT to the NO and supply a user-written
copy of CGI_connection_abort.
3009
ferror-code
is an error code for the file-system error that occurred. See the
Guardian
Procedure Errors and Messages Manual
for explanations of the file-system error
codes.
Cause. The CGI library encountered an error in a Guardian call to the REPLYX
function. Refer to the error reported in the message for more details about the cause.
Effect. The generic or Pathway CGI process where the error occurred exits.
(#3007) cgilib: Malloc failure!
(#3008) cgilib: Aborted Dialog not stopped by user supplied
CGI_abort procedure! Aborting!
(#3009) cgilib: Error on Receive Write=
ferror-code