Variable Information
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
Old log files cannot be deleted.
User Action
Because old log files may exhaust the free disk space, manually delete old log files beyond the specified number of generations. Refer to "PL/extJava Log Information" in the Operation Guide for information on the log file output destination.
Variable Information
<serverName> = Server name of Web server
<serverPort> = Port number of Web server
<host> = Host name of container
<port> = Port number of container
<uri> = Web browser request URL
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The Web server connector cannot be connected to the container.
Cause
Possible causes are as follows:
The container process was forced to stop due to an application timeout.
A TCP/IP resource shortage occurred.
When this message is output and the "netstat -a" command lists a large number of "TIME_WAIT" connections between ephemeral ports and server instance ports, it means that the ephemeral ports may be depleted.
The container is overloaded. A memory shortage may have occurred in the Java VM.
The number of requests that was received exceeded the maximum number of connections to the server instance.
The container is in diminished operation.
In other cases, an error may have occurred in the container.
System Action
If the container process concurrency is 1, the Web server connector interrupts connection to the container, and posts a message containing status code 500 (Internal Server Error) to the web browser.
If the container process concurrency is 2 or more, the Web server connector ends connection to the container and attempts to connect to another container.
If connection to all containers fails, the Web server connector posts a message containing status code 500 (Internal Server Error) to the Web browser.
User Action
Tune the TCP/IP parameter. Check the network status with the "netstat -a" command, and check if there is a large number of connections in a "TIME_WAIT" state.
If it was confirmed that the ephemeral port was depleted, release unnecessary ports. Alternatively, increase the number of ports that can be used as ephemeral ports.
If this error message is output frequently, increase the server instance (JavaVM) or check the system configuration (hardware and software) and reconfigure an overload-resistant system. Consider upgrading the CPU as needed.
Refer to the event log (system log), or the logs mentioned in "Container" in the Operation Guide. If there is insufficient JavaVM memory ('OutOfMemoryError' occurs), refer to "Java Function Errors" in the Operation Guide, and then take action.
Check the logs mentioned in "Container" of the Operation Guide, and if an error was output, take the action advised in the message.
Variable Information
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
A socket cannot be created because of a resource shortage.
System Action
The Web server connector interrupted its attempt to connect to the container, and sent the error message status code 500 (Internal Server Error) to the web browser.
User Action
Terminate other applications or increase the number of files that can be opened in the system.
Variable Information
<filename> = Old log file name
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
Cleaning up the old log files.
Variable Information
<filename> = Property file of Web server connector
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The property file of the Web server connector is loaded.
Variable Information
<dir> = Directory name
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The disk is short of free space.
User Action
Check if there is sufficient space to collect the logs mentioned in "Internal Log" of the Operation Guide. The required size can be calculated from the log size and the number of log generations.
Variable Information
<filename> = Log to be rotated
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
A file with the same name as the log file to be rotated already exists.
Many logs were generated in a short period, so rotation could not be performed.
Log rotation will be performed with a new name the next time a message is output.
User Action
Refer to the other messages that were output to the log file, and remove the cause of many logs being output.
Variable Information
<serverName> = Server name of Web server
<serverPort> = Port number of Web server
<host> = Host name of container
<port> = Port number of container
<uri> = Web browser request URL
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The connection with the container has been interrupted.
Cause
Possible causes are as follows:
The container process is forcibly stopped because of an application timeout.
The container is stopped.
The container is temporarily stopped because an error occurred in the Java application.
The container is overloaded. A memory shortage may have occurred in the Java VM.
The number of requests that was received exceeded the maximum number of connections to the server instance (JavaVM).
The Web server connector Server instance IP address:Port Number settings are incorrect.
In other cases, an error may have occurred in the container.
System Action
The Web server connector interrupted connection to the container, and sent the error message status code 500 (Internal Server Error) to the web browser.
User Action
Do as follows:
Additionally, if a message was output to a log mentioned in "Container" of the Operation Guide, take the action advised in the message.
If this error message is output frequently, use the add-instance subcommand of the pgx_jadmin command to increase the number of server instances, or check the system configuration (hardware and software) and reconfigure an overload-resistant system. You may also consider upgrading the CPU.
Refer to the event log (system log), or the logs mentioned in "Container" in the Operation Guide. If there is insufficient JavaVM memory ('OutOfMemoryError' occurs), refer to "Java Function Errors" in the Operation Guide, and then take action.
Check the logs mentioned in "Container" of the Operation Guide. If an error has occurred, take action according to the message.
Variable Information
<filename> =Rotating log
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The web server connector log was rotated to a new file.
Variable Information
<filename> = Property file of Web server connector
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The latest Web server connector properties have been loaded.
Variable Information
<serverName> = Server name of Web server
<serverPort> = Port number of Web server
<host> = Host name of container
<port> = Port number of container
<uri> = Web browser request URL
<func> = Name of the function in which an error occurred
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
Data cannot be transferred to the Java application.
Cause
Possible causes are as follows:
A system resource shortage occurred.
A network or system error occurred.
The connection with the container was aborted.
User Action
Check the event log (system log) for system errors.
Refer to the User Action in message IJServer12027 and take action.
Variable Information
<serverName> = Server name of Web server
<serverPort> = Port number of Web server
<host> = Host name of container
<port> = Port number of container
<uri> = Web browser request URL
<time> = Timeout time
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
A timeout occurred during data transfer to the Web application. The form data sent from the Java browser cannot be transferred to the Java application.
Cause
Possible causes are as follows:
Java application processing was delayed.
The container is overloaded. A memory shortage may have occurred in the Java VM.
A network error occurred between the Web server and container.
System Action
The Web server connector interrupted connection to the container, and sent the error message status code 500 (Internal Server Error) to the web browser.
User Action
If this error message is output frequently, increase the server instance (JavaVM) or check the system configuration (hardware and software) and reconfigure an overload-resistant system. Consider upgrading the CPU as needed.
Check whether a processing delay occurred in the Java application.
Refer to the event log (system log), or the logs mentioned in "Container" in the Operation Guide. If there is insufficient JavaVM memory ('OutOfMemoryError' occurs), refer to "Java Function Errors" in the Operation Guide, and then take action.
Variable Information
<serverName> = Server name of Web server
<serverPort> = Port number of Web server
<host> = Host name of container
<port> = Port number of container
<uri> = Web browser request URL
<func> = Name of the function in which an error occurred
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
A response from the Java application cannot be received.
Cause
Possible causes are as follows:
A system resource shortage occurred.
A network or system error occurred.
The connection with the container was aborted.
System Action
The Web server connector interrupted connection to the container, and sent the error message status code 500 (Internal Server Error) to the web browser.
User Action
Check the event log (system log) for system errors.
Refer to the User Action in message IJServer12027 and take action.
Variable Information
<filename> = File name
<error> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
Web server connector message cannot be logged.
Cause
Possible causes are as follows:
Write permission is not granted to the log file or the directory to which a log is to be output.
The log file has been opened by another application.
A directory having the same name as the log file exists.
When on a Windows(R) system, the network drive is specified to the log output directory of a Web server connector.
User Action
Close the log file.
If <filename> is a directory, change or delete the directory.
Specify the path name for a log output directory to be on a local disk
Move of delete <filename>.
Restart the instance.
.
Variable Information
<filename> = File name
<error> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
A Web server connector log file could not be created
Cause
Because too many files were open.
User Action
Terminate other applications, or increase the number of files that can be opened in the system.
Variable Information
<filename> = File name
<error> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The indicated file cannot be opened.
Cause
Possible causes are as follows:
The file does not exist.
Read permission is not granted to the file.
Too many files are open.
User Action
Check whether the file exists.
Grant the file read permission.
Terminate other applications, or increase the number of files that can be opened in the system.
Variable Information
<filename> = Name of old log file
<error> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The indicated old log file cannot be deleted.
Cause
Possible causes are as follows:
Permission to write to the old log file is not granted.
The old log file is opened by another application.
User Action
Because the old log file may exhaust the free disk space, manually delete the old log file.
Variable Information
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
Log file rollover failed.
Cause
A log file could not be rolled over.
User Action
Take action according to the message that was output to the Web server connector log or event log (system log).
Variable Information
<filename> = Property file of Web server connector
"none" is output if an error occurs immediately after the Web server connector is activated.
<webtype> = Web server I/F which the Web server connector is using.
"nsapi" is output when Microsoft (R) Internet Information Services is used, and "isapi" is output when Sun Java System Web Server is used.
This variable information is not outputted at the time of use of Interstage HTTP Server.
Property file of Web server connector
"none" is output if an error occurs immediately after the Web server connector is activated.
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The Web server connector cannot be activated.
System Action
The Web server connector sent the error message status code 404 (Not Found) to the web browser.
The status code 404 (Not Found) may be notified. Moreover, after this message is output, the status code 404 (Not Found) may be notified also to other requests.
User Action
Take action according to the message that was output to the Web server connector log or event log (system log). If the Web server is active, stop it and restart it.
Note
In Microsoft(R) Internet Information Services 6.0, this message is output after the Web Server is started and the first access is made from the client. In Web Servers other than Microsoft(R) Internet Information Services 6.0, this message is output when the Web Server is started.
Variable Information
<filename> = File name
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
Web server connector messages cannot be logged.
Cause
An I/O error occurred. The disk was removed or the availabilities of a disk are insufficient.
User Action
Check the event viewer (system log) to check for system errors.
Variable Information
<serverName> = Server name of Web server
<serverPort> = Port number of Web server
<host> = Host name of container
<port> = Port number of container
<uri> = Web browser request URI
<time> = Timeout time
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The Web application does not respond. A timeout occurred during waiting for a response from the Java application.
Cause
Possible causes are as follows:
The Java application failed to respond within the specified timeout time.
Java application processing was delayed.
The container is overloaded. A memory shortage may have occurred in the Java VM.
A network error occurred between the Web server and container.
System Action
The Web server connector interrupted connection to the container, and sent the error message status code 500 (Internal Server Error) to the web browser.
User Action
Check whether a processing delay or a hang-up occurred in the Java application.
If this error message is produced frequently, increase the server instances (Java VM) by referring to "Adding or Deleting Server Instances (Java VM)" under "Setting up and Operating PL/extJava" in the Operation Guide, or check the system configuration (hardware and software) and reconfigure an overload-resistant system. Consider upgrading the CPU as needed.
Refer to the event log (system log), or the logs mentioned in "Container" in the Operation Guide. If there is insufficient JavaVM memory ('OutOfMemoryError' occurs), refer to "Java Function Errors" in the Operation Guide, and then take action.
Variable Information
<filename> = Property file of Web server connector
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The property file of the Web server connector cannot be loaded. The Web server connector operates with the properties most recently loaded, or those properties used at start of the Web server.
The Web server connector operates with the properties most recently loaded, or those properties used at start of the Web server.
The Web connector posts status code 500 (Internal Server Error) to the Web browser.
The Web connector posts status code 500 (Internal Server Error) to the Web browser also to the request after this message was output.
User Action
Refer to the Operation Guide, and take the action advised in the message output to the internal log or event log (system log).
Variable Information
<filename>= Web server connector property file
<pid>= Web server process ID
<tid>= Web server thread ID
Explanation
The Web server connector has been activated.
Variable Information
<filename>= Web server connector property file
<pid>= Web server process ID
<tid>= Web server thread ID
Explanation
The Web server connector has been stopped.
Variable Information
<filename> = File name
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
A file cannot be opened.
Cause
There are too many opened files.
User Action
End other applications or increase the number of files that can be opened by the system.
Variable Information
<filename> = File name
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
Unable to open file.
Cause
Possible causes are as follows:
There is no authority written in the directory to which the file exists.
The file is already opened by another application.
A directory exists with the same name as the file.
User Action
Close the file.
When <filename> is a directory, move the directory or delete the directory.
Variable Information
<filename> = File name
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
Unable to read file.
Cause
The I/O error occurred. The disk may have been removed.
User Action
Check whether with reference to an event log (system log), there are any abnormalities in a system.
Variable Information
<filename> = File name
<errno> = Error number
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
Unable to write file.
Cause
The I/O error occurred. The disk may have been removed, or be insufficiently available.
User Action
Check whether with reference to an event log (system log), there are any abnormalities in a system.
Variable Information
<http_header> = HTTP header
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
An HTTP request containing an illegal HTTP header was received.
Cause
The server may have been attacked externally.
System Action
The Web server connector aborts the connection to the container and notifies a status code 400 (Bad Request) message to the Web browser.
User Action
Based on the IP address or host name of the request source that is output to the access log described in "Web Server" in the Operation Guide, investigate the possibility that an attack has occurred.
Variable Information
<pid> = Web server process ID
<tid> = Web server thread ID
Explanation
The Web server does not exist.
Cause
A system error occurred.
User Action
Contact a service engineer.
Variable Information
<func>= Function in which the error occurred
<error>= Error ID
<pid>= Web server process ID
<tid>= Web server thread ID
Explanation
A system error was returned by the operating system.
Cause
An operating system error occurred in the processing of the web server connector.
Another program may have locked an internal file of the web server connector.
User Action
Check if another program has locked a file under "Server Server installDir/java". If it has, stop the processing.
If the problem cannot be resolved, contact Fujitsu technical support.
Variable Information
<pid>= Web server process ID
<tid>= Web server thread ID
Explanation
Web server connector initialization failed.
User Action
Contact Fujitsu technical support.
Variable Information
<filename>= Web server connector property file
<section>= Section in the web server connector property file
<key>= Key in the web server connector property file
<value>= Value specified in the web server connector property file
<pid>= Web server process ID
<tid>= Web server thread ID
Explanation
An invalid value was set in the web server connector property file.
User Action
Contact Fujitsu technical support.
Variable Information
{0}: Detailed message
<pid>= Web server process ID
<tid>= Web server thread ID
Explanation
An internal error occurred.
User Action
Contact Fujitsu technical support.
If not explained in the Messages, identify the cause of the problem from the message body and take appropriate action. If the problem still exists, contact Fujitsu technical support.