iTP Secure WebServer Operator Messages Manual
WEBSERV Messages
iTP Secure WebServer Operator Messages Manual—429507-002
1-57
Events 3000 through 3999: Common Gateway
Interface (CGI Server Processes and CGI Library)
3016
Cause. The CGI library and the httpd server interact using Pathsend dialogs. The
proper sequence for a dialog conversation on $RECEIVE is that the first message
contains a DIALOG_BEGIN indication, and the following messages contain a
DIALOG_CONTINUE indication. The CGI library $RECEIVE code checks to insure that
the dialog attributes in incoming messages are those that are expected based on the
stage of the dialog. This error indicates that the CGI library code has detected an out-
of sequence dialog attribute.
Effect. The generic or Pathway CGI process where the error occurred exits.
Recovery. Check that $RECEIVE is not being read by user-written code.
If the problem persists, contact your service provider and provide the following
information:
•
The number of this error message
•
The configuration files (httpd.config)
•
The EMS log file
•
A saveabend file of the CGI process
3017
Cause. The CGI library called the realloc 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.
(#3016) cgilib: Improper Dialog
(#3017) cgilib: realloc failure!