Skip navigation.

CMDTUX Messages 3000-3099

  Previous Next

3000

ERROR: Cannot allocate memory to retrieve service table entries

Description

Memory allocation failed for retrieving service table entries.

Action

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.

3001

ERROR: Can't boot more than one primary svrtype server. errstr=errstr

Description

An attempt was made to boot a second primary event server.

Action

An application can only have one primary System Event server and one User Event server. All other event servers must be configured as secondary servers.

See Also

TMSYSEVT(5), TMUSREVT(5)

3003

INFO: Invalid Polling Frequency value specified, Resetting to default of 30 seconds

Description

The polling frequency must be a positive value.

Action

The value of polling frequency specified in the UBBCONFIG file for the event server is invalid. Specify a valid value.

See Also

TMSYSEVT(5), TMUSREVT(5)

3004

ERROR: Couldn't allocate memory to store control_file name

Description

Memory allocation failed for saving control file name.

Action

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.

3005

ERROR: Can't put FIELDTBLS32 into environment

Description

The BEA TUXEDO server was unable to set FIELDTBLS32 in the process's environment using putenv.

Action

Make the existing environment smaller by unsetting some unneeded variables (or make environment larger if the operating system allows it) and re-start the server.

3006

ERROR: Environment variable TUXDIR not defined

Description

The TUXDIR environment variable must be set prior to booting a BEA TUXEDO server.

Action

Set the TUXDIR variable and start the server again.

See Also

ubbconfig(5)

3007

ERROR: Can't put FIELDTBLDIR32 into environment

Description

The BEA TUXEDO server was unable to set FIELDTBLDIR32 in the process's environment using putenv.

Action

Make the existing environment smaller by unsetting some unneeded variables (or make environment larger if the operating system allows it) and re-start the server.

3008

ERROR: Fldid failed(Ferror32=value). Can't find TA_EVENT_EXPR in FIELDTBLS32 files

Description

The event server couldn't find the FML32 description files.

Action

The event server needs access to $TUXDIR/udataobj/tpadm file and $TUXDIR/udataobj/evt_mib files before it can process any requests. Make sure that the files exists in the directory and are readable by the server.

See Also

TMSYSEVT(5), TMUSREVT(5)

3009

ERROR: Failed to advertise svc service for Primary Event Server. tperrno=tperrno

Description

The event server couldn't advertise service svc. tperrno details the tperrno returned by tpadvertise().

Action

Make sure that the MAXSERVICES parameter in RESOURCES section of UBBCONFIG is big enough. If it is not big enough, either change the parameter dynamically or shut down the application and rebuild TUXCONFIG and then reboot the event server.

See Also

TMSYSEVT(5), TMUSREVT(5)

3010

INFO: TMSYSEVT is exiting

Description

The System Event server is gracefully exiting the application.

Action

No action required.

See Also

TMSYSEVT(5)

3012

WARN: Cannot open event control file file

Description

The Event Server couldn't open the static subscription file file.

Action

The Event Server couldn't open the file that lists statically defined subscriptions. Make sure that the file exists. The server uses the default file either if it can't open the specified file or if the file is not specified.

See Also

TMSYSEVT(5), TMUSREVT(5)

3013

ERROR: Cannot allocate memory for fielded buffer

Description

Memory allocation failed for an FML32 buffer.

Action

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.

3014

ERROR: Couldn't initialize the allocated the memory as a fielded buffer, Ferror32=errno

Description

The Event Server failed to Finit32 an FML32 buffer.

Action

Contact your BEA TUXEDO system Technical Support and provide the Ferror32 errno.

See Also

Finit32(3fml)

3015

ERROR: Could not allocate num more bytes for FML32 buffer

Description

Reallocation of FML32 buffer to a larger size failed.

Action

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.

3016

ERROR: Could not parse the control file file, Ferror32=errstr

Description

The event server failed to parse the control file file.

Action

Check the errstr string in the message and take corrective action. If there are errors associated with the subscriptions in the control file, a bad .PID file is created in APPDIR directory. Correct all the subscriptions that have errors and restart the event server.

See Also

Fextread(3fml)

3017

ERROR: Could not parse the control file file, Ferror32=errstr

Description

The event server failed to parse the control file file.

Action

Check the errstr string in the message and take corrective action. If there are errors associated with the subscriptions in the control file, a bad .PID file is created in APPDIR directory. Correct all the subscriptions that have errors and restart the event server.

See Also

Fextread(3fml), EVENT_MIB(5)

3018

ERROR: Could not parse the control file file, Uunixerr=errno

Description

The event server failed to parse the control file file.

Action

The event server encountered a UNIX system call error while reading the subscriptions in the control file using the FML32 function Fextread. The errno returned from the system call is specified in the userlog message. Take corrective action and restart the server.

See Also

read(2) in Unix System reference manuals, Fextread(3fml)

3019

WARN: -t option ignored as argument must be numeric

Description

The transaction timeout value specified in the UBBCONFIG file is incorrect.

Action

The transaction timeout value specified in the UBBCONFIG file for Event Server is incorrect. Specify a valid value. The Event Server defaults to 30 seconds for invalid values.

See Also

TMSYSEVT(5), TMUSREVT(5)

3020

WARN: -t option ignored as argument is too large

Description

The transaction timeout value specified in the UBBCONFIG file is too big.

Action

The transaction timeout value specified in the UBBCONFIG file for Event Server is too big. Specify a valid value. The Event Server defaults to 30 seconds for invalid values.

See Also

TMSYSEVT(5), TMUSREVT(5)

3021

ERROR: Could not parse the control file file, Unknown Ferror32=errno

Description

The Event Server failed to parse the control file file.

Action

The Event Server got an unknown error value from Fextread32. Check the control file to determine if it is corrupted.

See Also

Fextread(3fml)

3022

ERROR: Cannot open file for writing subscription records

Description

The Event Server can't open file for writing subscription records.

Action

The Event Server can't open file for writing subscription records. Check the permissions on the file and restart the server.

3023

ERROR: Field required for operation but not provided

Description

A required attribute in a subscription record is missing.

Action

A mandatory attribute in a subscription record is missing. The fieldid of the missing field is in TA_BLDFLD. Correct the error and restart the server to have this subscription take effect.

See Also

EVENT_MIB(5), TM_MIB(5)

3024

ERROR: Fieldid32 fldid32 exceeds maximum length of len

Description

The FML32 identifier whose fieldid is fldid32 exceeds allowable length.

Action

Correct the length of the field and restart the server to have this subscription take effect.

See Also

EVENT_MIB(5)

3025

ERROR: Cannot specify both TA_EVENT_FILTER and TA_EVENT_FILTER_BINARY

Description

Only one of the event filters can be specified in a subscription.

Action

You can only specify either TA_EVENT_FILTER or TA_EVENT_FILTER_BINARY in a subscription. Correct the error and resubmit the request.

See Also

EVENT_MIB(5)

3026

ERROR: fldname32 can only be set to values

Description

An invalid value has been specified for FML32 field fldname32.

Action

The only acceptable values for FML32 field fldname32 are those in values. Specify a valid value and resubmit the request.

See Also

EVENT_MIB(5)

3027

ERROR: Memory allocation failure. (IC=value)

Description

Memory allocation failed for Event Server.

Action

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.

3028

ERROR: Cannot compile event expression expr, error=errstr

Description

An invalid event expression was detected in a subscription record.

Action

The Event Server failed to compile the event expression expr. The error string returned from _gp_recomp is printed in the userlog message.

See Also

tpsubscribe(3c), _gp_recomp(3c)

3029

ERROR: Couldn't allocate memory to store control_file name

Description

Memory allocation failed for saving the control file name.

Action

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.

3030

ERROR: Couldn't initialize the allocated the memory as a fielded buffer, Ferror32=errno

Description

The Event Server failed to Finit32 an FML32 buffer.

Action

Contact your BEA TUXEDO system Technical Support and provide the Ferror32 errno.

See Also

Finit32(3fml)

3031

INFO: TMUSREVT is exiting

Description

The System Event server is gracefully exiting the application.

Action

No action required.

See Also

TMUSREVT(5)

 

Skip footer navigation  Back to Top Previous Next