Skip navigation.

WEBGUI メッセージ 4000-4099

  Previous Next

4002

ERROR:Illegal options :duplicate optval option

説明

The tuxwsvr(1) portable webserver was executed with the optval option specified multiple times. As a result of this error, tuxwsvr(1) prints a usage message and exits.

アクション

Re-execute tuxwsvr(1) with proper options.

関連項目

tuxwsvr(1)

4003

ERROR:command network address not specified

説明

The tuxwsvr(1) command was invoked without the required -l option and its associated network address. As a result of this error, tuxwsvr(1) prints a usage message and exits.

アクション

Reinvoke tuxwsvr(1) with a network address specified as an argument to the -l option.

関連項目

tuxwsvr(1)

4004

ERROR:Illegal options :duplicate optval option

説明

The tuxwsvr(1) portable webserver was executed with the optval option specified multiple times. As a result of this error, tuxwsvr(1) prints a usage message and exits.

アクション

Re-execute tuxwsvr(1) with proper options.

関連項目

tuxwsvr(1)

4005

ERROR:Illegal options :duplicate optval option

説明

The tuxwsvr(1) portable webserver was executed with the optval option specified multiple times. As a result of this error, tuxwsvr(1) prints a usage message and exits.

アクション

Re-execute tuxwsvr(1) with proper options.

関連項目

tuxwsvr(1)

4007

ERROR:Illegal options :duplicate optval option

説明

The tuxwsvr(1) portable webserver was executed with the optval option specified multiple times. As a result of this error, tuxwsvr(1) prints a usage message and exits.

アクション

Re-execute tuxwsvr(1) with proper options.

関連項目

tuxwsvr(1)

4008

ERROR:Invalid option option_letter

説明

The tuxwsvr(1) portable web server was executed with an invalid option option_letter. As a result of this error, tuxwsvr(1) prints a usage message and exits.

アクション

Re-execute tuxwsvr(1) with proper options.

関連項目

tuxwsvr(1)

4010

ERROR:Memory allocation failure

説明

The tuxwsvr(1) portable web server was unable to allocate sufficient memory to store the contents of its initialization file in memory. As a result of this error, tuxwsvr(1) is unable to process requests and will exit.

アクション

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

4011

WARN:Line line_number of initialization file has prefix of "slash_character" and is not last non-commentary line in file

説明

The tuxwsvr(1) initialization file contained a line with a prefix of / prior to the last non-comment line in the file. When tuxwsvr(1) receives a request, it searches its in-memory copy of the initialization file and looks for the first initialization file line whose prefix matches the start of the received request. Since a line starting with / will match any request, any lines following such a line can never be chosen. tuxwsvr(1) reports a warning about this situation, but will continue to execute and process requests.

アクション

The customer should modify the web server initialization file so that a prefix of / does not occur prior to the last non-comment line in the file. At a later time when there are known to be no administrators accessing the Web GUI, the customer should kill and restart the tuxwsvr(1) process so that the changed initialization file will take effect. (Each line in the file consists of three fields. The first is the literal string HTML or CGI, the second is the prefix field, and the third is the file system path to which that prefix is mapped.)

関連項目

tuxwsvr(1)

4012

ERROR:Last non-commentary line in initialization file does not have prefix of "/"

説明

The prefix field for the last non-comment line in the tuxwsvr(1) initialization file did not start with a /. When tuxwsvr(1) receives a request, it searches its in-memory copy of the initialization file and looks for the first initialization file line whose prefix matches the start of the received request. The prefix is then replaced with the pathname specified on the same line. So that every received request will map to some filesystem pathname, it is required that the last non-commentary line in the initialization file have a prefix of /. Because this is not the case, tuxwsvr(1) will exit.

アクション

Modify the web server initialization file so that the prefix field of the last non-comment line in the file is equal to /, and reexecute tuxwsvr(1) (Each line in the web server initialization file consists of three fields. The first is the literal string HTML or CGI, the second is the prefix field, and the third is the file system path to which that prefix is mapped.)

関連項目

tuxwsvr(1)

4013

ERROR:Could not become a background process

説明

Normally, the tuxwsvr(1) process starts as a background program automatically. The program could not be restarted in the background and will not run.

アクション

Check for other messages printed by the web server that may shed further light on the problem, and check the userlog to see if any other Tuxedo System/T processes have also experienced problems with OS resource limits. Determine if there is an OS resource that is exhausted and re-try the command when it is resolved.

4014

ERROR:Could not initialize network

説明

An attempt to initialize the networking software from the tuxwsvr(1) web server failed.

アクション

Make sure that the correct networking software is installed on the system and that the network is accessible.

関連項目

tuxwsvr(1)

4016

ERROR:Could not establish network accept endpoint

説明

The tuxwsvr(1) portable web server was unable to accept a network connection to a web client.

アクション

Verify that the network is operating properly and that the network parameters specified by the -l and/or -d options to tuxwsvr(1) are correct. Examine any immediately proceeding messages in the web server log to determine if they provide any further explanation for the problem.

関連項目

tuxwsvr(1)

4017

ERROR:Could not accept network connection

説明

The tuxwsvr(1) portable web server was unable to accept a network connection to a web client.

アクション

Verify that network is operating properly and that the parameters specified by the -l and/or -d options to tuxwsvr(1) are correct. Examine any immediately proceeding messages in the web server log to determine if they provide any further explanation for the problem.

関連項目

tuxwsvr(1)

4019

ERROR:Could not initialize network

説明

An attempt to initialize the networking software from the tuxwsvr(1) web server failed.

アクション

Make sure that the correct networking software is installed on the system and that the network is accessible.

関連項目

tuxwsvr(1)

4020

ERROR:Cannot convert net fd

説明

The tuxwsvr(1) portable web server encountered an internal error while passing a network file descriptor from one portion of the program to another.

アクション

Contact BEA Customer Support.

4021

ERROR:Cannot perform network sync

説明

While processing a client connection, the tuxwsvr(1) web server was unable to synchronize the state of a network file descriptor.

アクション

Make sure that the correct networking software is installed on the system and that the network is accessible.

4022

WARN:Got unknown message:'message'

説明

The tuxwsvr(1) portable web server received a network message which it did not understand. The start of the message is printed to the web server log so that the administrator can examine it.

アクション

If the message contains a request that is an extension to the basic HTML standard (i.e. is not GET, POST, or HEAD), modify your client requests so that they use only standard HTML. If the message contains incorrectly coded HTML, contact your web browser software manufacturer to report this as a browser problem. If the message contains bytes or text that are not HTML, attempt to determine which program is incorrectly connecting to the web server port and inform the person invoking this program that they are using an incorrect network address.

関連項目

tuxwsvr(1)

4025

WARN:Cannot change directory to "directory_name" (errno=number)

説明

When tuxwsvr(1) received a client request, it was unable to change directory to the directory associated with the first initialization file line containing a matching prefix. If the administrator specifies only accessible directories in the web server initialization file, this error should not occur even if clients request URLs which do not exist. The directory name and operating system error code (if any) are printed as part of the message.

アクション

If there is a temporary problem accessing directory_name, have your system administrator fix the problem. If directory_name if not a valid directory, change your web server initialization file to specify only valid directories. Changes to the web server initialization file will take effect when the web server is stopped and restarted.

関連項目

tuxwsvr(1)

4026

WARN:Got unknown request type

説明

tuxwsvr(1) received a request and the first line with a matching prefix in its in-memory copy of the web server initialization file did not have an associated type of HTML or CGI. Since tuxwsvr(1) checks its initialization file at startup time to ensure that the initialization file contains only valid types, this error should not occur. As a result of the error, the web server ignores the request which produced the error.

アクション

Contact BEA Customer Support.

関連項目

tuxwsvr(1)

4027

WARN:Attempted to reference .. in path

説明

tuxwsvr(1) received a request for a URL containing a component of '..'. Since attempting to change directory to a higher directory is a potential security violation, an error is reported to the requesting client and this message is logged.

アクション

Examine other messages in the web server log to determine if there are frequent messages indicating potential security problems. If so, there may be an intruder attempting to compromise site security, and appropriate measures should be taken. If this message appears only infrequently, no action is required.

関連項目

tuxwsvr(1)

4028

ERROR:Memory allocation failure

説明

The tuxwsvr(1) portable web server was unable to allocate sufficient memory to process a client request. As a result of this message, tuxwsvr(1) attempts to send an error response back to the client, though any subsequent errors may prevent it from doing so.

アクション

Make sure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

tuxwsvr(1)

4029

ERROR:Error placing variable into process environment

説明

tuxwsvr(1) was unable modify its process environment to set environment variables related to HTML. In most cases, the root cause of this error is a memory allocation failure.

アクション

Make sure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

tuxwsvr(1)

4030

ERROR:Memory allocation failure

説明

The tuxwsvr(1) portable web server was unable to allocate sufficient memory to process a client request. As a result of this message, tuxwsvr(1) attempts to send an error response back to the client, though any subsequent errors may prevent it from doing so.

アクション

Make sure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

tuxwsvr(1)

4031

ERROR:Error placing variable into process environment

説明

tuxwsvr(1) was unable modify its process environment to set environment variables related to HTML. In most cases, the root cause of this error is a memory allocation failure.

アクション

Make sure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

tuxwsvr(1)

4032

ERROR:Memory allocation failure

説明

The tuxwsvr(1) portable web server was unable to allocate sufficient memory to process a client request. As a result of this message, tuxwsvr(1) attempts to send an error response back to the client, though any subsequent errors may prevent it from doing so.

アクション

Make sure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

tuxwsvr(1)

4033

WARN:Open failed on "filename"

説明

tuxwsvr(1) was unable to open file filename. This error will occur if a client requests an HTML document that does not exist.

アクション

If a client requested an HTML document that does not exist, no action is required. If the requested HTML document should exist, make sure that it exists and that the user ID under which tuxwsvr(1) is running has permissions to access the document.

関連項目

tuxwsvr(1)

4034

WARN:"filename" does not exist

説明

tuxwsvr(1) was unable to obtain file status for filename. As a result of this error, an error return is sent to the client which requested this file.

アクション

Make sure that filename exists and that tuxwsvr(1) has permission to access this file.

関連項目

tuxwsvr(1)

4035

ERROR:Network send to requesting site failed

説明

tuxwsvr(1) encountered a network error while responding to a client request.

アクション

Look for any immediately proceeding messages in the web server log which may provide further details on the cause of the error. Make sure that the network is functioning properly.

関連項目

tuxwsvr(1)

4036

ERROR:read failed on "filename"

説明

tuxwsvr(1) was unable to read file filename, although a previous open on this file succeeded.

アクション

Make sure that no disk errors have occurred, that filename was not suddenly deleted, and that tuxwsvr(1) still has permission to access the file.

関連項目

tuxwsvr(1)

4037

ERROR:Network send to requesting site failed (internal code internal_code)

説明

tuxwsvr(1) encountered a network error while responding to a client request. The internal_code indicates which of several locations in the web server code the error occurred at.

アクション

Look for any immediately proceeding messages in the web server log which may provide further details on the cause of the error. Make sure that the network is functioning properly.

関連項目

tuxwsvr(1)

4038

ERROR:More than number non-comment lines in initialization file.

説明

tuxwsvr(1) allows at most 50 separate URL prefixes to be mapped to distinct HTML directories. This number is more than adequate for the BEA Tuxedo WEB GUI and for most other applications as well. This limit was exceeded in the current initialization file.

アクション

Recode the web server initialization file to contain no more than 50 non-comment lines.

関連項目

tuxwsvr(1)

4039

ERROR:Bad initialization file line; type must be HTML or CGI

説明

Each line in the tuxwsvr(1) initialization file must either be a comment line beginning with #, or must begin the literal string HTML or CGI, indicating that the associated prefix and directory path contain either HTML documents or CGI programs. The current initialization file did not obey this restriction.

アクション

Modify the web server initialization file so that each non-comment line begins either with the string HTML or with the string CGI.

関連項目

tuxwsvr(1)

4040

ERROR:Could not establish listening endpoint

説明

tuxwsvr(1) could not establish an endpoint for listening at the address specified by the -l option.

アクション

Ensure that the listening endpoint is free for use by tuxwsvr(1). If it is not, choose a different endpoint. On some operating systems, there is a long delay while the listening port is cleared. Wait 5 minutes, and try the command again.

関連項目

tuxwsvr(1)

4041

WARN:Network device does not exist

説明

The device specified for the -d option of tuxwsvr(1) does no exist or is not a character special device. If the sockets network provider is being used, the device is not needed and will be ignored. If the TLI network provider is being used, the network open will fail.

アクション

If TLI is being used, specify the correct network device parameter. If sockets is being used, do not specify a -d option when tuxwsvr is invoked in the future.

関連項目

tuxwsvr(1)

4042

ERROR:Network send to requesting site failed

説明

tuxwsvr(1) encountered a network error while responding to a client request.

アクション

Look for any immediately proceeding messages in the web server log which may provide further details on the cause of the error. Make sure that the network is functioning properly.

関連項目

tuxwsvr(1)

4043

ERROR:Cannot open initfile

説明

tuxwsvr(1) was unable to open the file specified in the -i option as the web server initialization file. As a result of this error, tuxwsvr(1) will exit.

アクション

Make sure that the file specified by the -i option exists and can be read.

関連項目

tuxwsvr(1)

4044

ERROR:Cannot write CGI program POST input to temporary file tempfile

説明

While processing a CGI POST request, tuxwsvr(1) was unable to write the POST program input to temporary file tempfile.

アクション

Make sure that the file system on which tempfile exists has adequate space available, that this user has permissions to create files in the directory where tempfile resides, and that a file named tempfile has not already been created by some other program.

関連項目

tuxwsvr(1)

4045

ERROR:Memory allocation failure

説明

The tuxwsvr(1) portable web server was unable to allocate sufficient memory to process a client request. As a result of this message, tuxwsvr(1) attempts to send an error response back to the client, though any subsequent errors may prevent it from doing so.

アクション

Make sure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

tuxwsvr(1)

4048

ERROR:Cannot create HFS Temporary File

説明

An error occurred attempting to create a temporary file in QTEMP ORION.

アクション

Contact your IBM System Administrator

4049

ERROR:Cannot create IFS link to HFS Temporary File

説明

An error occurred while creating IFS link from HFS file in QTEMP ORION.

アクション

Contact your IBM System Administrator

4050

INFO:Terminating tuxwsvr process

説明

The tuxwsvr(1) web server is exiting. This message is printed on both normal and abnormal terminations in the User Log file.

アクション

This is only an informational message. No action is required from the user for this message.

関連項目

tuxwsvr(1)

4052

WARN:Characters after third group of white space ignored

説明

While reading the initialization file for tuxwsvr(1), extra characters were found after the third field. Only first 3 fields per each line are valid entries.

アクション

Edit the initialization file to conform to the file format.

関連項目

tuxwsvr(1)

4053

WARN:Extraneous characters after third field on initialization file line val

説明

While reading the initialization file for tuxwsvr(1), extra characters were found after the third field. Only first 3 fields per each line are valid entries.

アクション

Edit the initialization file to conform to the file format.

関連項目

tuxwsvr(1)

4054

WARN:Extraneous characters after third field on initialization file line val

説明

While reading the initialization file for tuxwsvr(1), extra characters were found after the third field. Only first 3 fields per each line are valid entries.

アクション

Edit the initialization file to conform to the file format.

関連項目

tuxwsvr(1)

4055

WARN:Initialization file line val does not have closing double quote

説明

While reading the initialization file for tuxwsvr(1), a starting double quote(") was not matched with a closing double quite (").

アクション

Edit the initialization file to match double quotes on the line mentioned in the message.

4056

WARN:Embedded null character in file path on initialization file line val

説明

In the initialization file for tuxwsvr(1) there is an escaped null character within a file path. This is not a valid input in the file.

アクション

Edit the initialization file and remove the null character on the line mentioned in the message.

4057

WARN:Octal character escape val does not fit in character on initialization file line val

説明

In the initialization file for tuxwsvr(1) there is an octal value that is larger than 255 (maximum character value). This is not a valid input in the file.

アクション

Edit the initialization file and modify the octal value to be within the single byte character size, on the line mentioned in the message.

4058

WARN:Embedded null character in file path on initialization file line val

説明

In the initialization file for tuxwsvr(1) there is an embedded null character within a file path. This is not a valid input in the file.

アクション

Edit the initialization file and remove the null character on the line mentioned in the message.

4059

WARN:Hexadecimal escape 0val not followed by valid hexadecimal digits on initialization file line val

説明

In the initialization file for tuxwsvr(1) there is an invalid hexadecimal character after the hexadecimal escape sequence.

アクション

Edit the initialization file and remove the invalid hexadecimal character on the line mentioned in the message.

4060

WARN:Dubious escape val on initialization file line val

説明

In the initialization file for tuxwsvr(1) there is an invalid escape sequence after at the specified line.

アクション

Edit the initialization file and remove the invalid escape sequence on the line mentioned in the message.

4061

ERROR:Could not become a background process

説明

An attempt to become a background process failed for tuxwsvr(1) process.

アクション

Please consult the user log for more details on this failure.

 

Skip footer navigation  Back to Top Previous Next