BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Jolt   |   Topic List   |   Previous   |   Next   |   Contents   |   Index

   Using BEA Jolt

Jolt Relay (JRLY) Messages

ERROR

Ignoring syntax error in configuration file line %d

Description

The line in question doesn't contain an equal sign or (in case of the LISTEN and CONNECT tag) is missing the colon.

Action

Verify the syntax of the configuration file at the specified line.

ERROR

Ignoring unknown tag '%s' in configuration file line %d.

Description

The line in question is does not contain one of the valid tags: LOGDIR, ACCESS_LOG, ERROR_LOG, LISTEN, CONNECT.

Action

Verify the syntax of the configuration file at the specified line.

ERROR

MSG_MALLOC: perror().

Description

Memory allocation failed. The relay will exit.

Action

Make more memory available on the machine on which the relay is running. Remove other unnecessary processes that may be running on the same host as the relay. Restart the relay.

ERROR

Client structure != NULL for file descriptor %ld

Description

An internal error occurred. The relay will continue to run, but a client process may have been disconnected.

Action

None. If this message appears repeatedly and can be reproduced consistently, notify BEA Customer Support.

ERROR

Invalid file descriptor %ld

Description

An internal error occurred. The relay will continue to run, but a client process may have been disconnected.

Action

None. If this message appears repeatedly and can be reproduced consistently notify BEA Customer Support.

ERROR

Could not open configuration file %s

Description

The specified configuration file does not exist or is not readable. The relay will exit.

Action

Check the file name and the permissions on the file and the directory.

ERROR

No log directory specified.

Description

LOGDIR was not specified in the configuration file or no value for it was given.

Action

Verify the entry for the tag LOGDIR in the configuration file. Check that the correct configuration file is being used (-f parameter).

ERROR

No access log file specified.

Description

ACCESS_LOG was not specified in the configuration file or no value for it was given.

Action

Verify the entry for the tag ACCESS_LOG in the configuration file.Check that the correct configuration file is being used (-f parameter).

ERROR

No error log file specified.

Description

ERROR_LOG was not specified in the configuration file or no value for it was given.

Action

Verify the entry for the tag ERROR_LOG in the configuration file. Check that the correct configuration file is being used (-f parameter).

ERROR

No JRLY host specified

Description

The value for the LISTEN tag does not contain the host name or IP address or the relay host, e.g., LISTEN=host:port.

Action

Verify the entry for the tag LISTEN in the configuration file. Check that the correct configuration file is being used (-f parameter).

ERROR

No JRAD host specified.

Description

The value for the CONNECT tag does not contain the host name or IP address or the JRAD host, for example, CONNECT=host:port.

Action

Verify the entry for the tag CONNECT in the configuration file. Check that the correct configuration file is being used (-f parameter).

ERROR

No listener port specified or listener port <= 0.

Description

The value for the LISTEN tag does not contain a valid port number on the relay host.

Action

Verify the entry for the tag LISTEN in the configuration file. Check that the correct configuration file is being used (-f parameter).

ERROR

No JRAD port specified or JRAD port <= 0.

Description

The value for the CONNECT tag does not contain a valid port number on the relay host.

Action

Verify the entry for the tag CONNECT in the configuration file.Check that the correct configuration file is being used (-f parameter).

ERROR

Could not determine IP address of listener host

Description

The relay could not look up the IP address of the host machine.

Action

If the host was specified as a host name replace it with the IP address and restart the relay. If it already was given as IP address make sure that the IP address is correct and that you're trying to start the relay on this host. Note that the address specified must be the address of the host on which the relay is running.

ERROR

Cannot bind socket

Description

The listener port specified in the configuration file is already being used by another application or still in a final wait state from a previous run of jrly.

Action

Either specify a different port number in the configuration file (and all HTML files containing the IP address and port number of the relay) or wait a few minutes. The command "netstat -a" displays existing connections.

ERROR

Can't open log file %s

Description

Either the error log file or access log file (or both) could not be opened for writing.

Action

Check the configuration file for correct spelling of the LOGDIR. Make sure you have write permissions on this directory and the files specified. On Windows NT, the directory separators must be back slashes, not forward slashes.

ERROR

WSAStartup failed (NT only)

Description

The Winsock driver could not initialize. Possible causes:

The underlying network subsystem is not ready for network communication Version 2.0 of Windows Sockets support is not provided by this particular Windows Sockets implementation.

Limit on the number of tasks supported by the Windows Sockets implementation has been reached.

Action

Check the networking software configuration on your system.

ERROR

Couldn't load Winsock Driver version 2.X. (NT only)

Description

The relay requires Winsock version 2 or higher, but could not load it.

Action

Check the networking software configuration on your system. An older version of Windows Sockets support was detected.

ERROR

FATAL ERROR: unknown message code %ld.

Description

Internal error. The relay will exit

Action

Restart the relay. If this message appears repeatedly and can be reproduced consistently notify BEA Customer Support.

ERROR

connect: Connection refused

Description

The relay could not connect to JRAD.

Action

Make sure the relay adapter (JRAD) is running. Check that the CONNECT tag in the relay configuration file identifies the correct host and port on which the JRAD is running.

ERROR

accept(): accept failed, errno: 24, strerror: Too many open files

Description

The relay tried to open more files/sockets than the system limit.

Action

The default maximum number of open file descriptors for a process is 64 on most UNIX systems. Set this number to at least 1024 (with the limit or ulimit commands).