Messages

Oracle Tuxedo System Messages provide the following information:

Description: The meaning and context of the message.

Action: What steps you can take to correct any problems identified.

See Also: A pointer to related information (not specified for all messages).

The Oracle Tuxedo System Messages are numbered and organized in catalogs, based on parts of the Oracle Tuxedo 10g Release 3 (10.3) system from which they are generated. For information about a specific message, click on the name of the appropriate catalog.

Note: Some messages for deprecated features may still display. Be aware that deprecated features are not supported.


100


ERROR: Cannot execute build_command

Description

The system was unable to successfully execute the specified build_command.

Action

Check for any error messages in the compiler output. Verify that the user has permission to write to the specified output file. Verify that the PATH is set so that the compiler and buildserver commands are found. Verify that the CFLAGS environment variable is not set or that it points to the proper compiler if set.


101


ERROR: Cannot execute command_line

Description

The operating system could not successfully execute the specfiied command_line to build the Windows manifest file.

Action

Check for any error messages in the command output. Verify that the user has permission to write to the specified output file. Verify that the PATH is set so that the linker and buildserver commands are found. Verify that the compiler version matches the supported compiler version for the installed version of Tuxedo.


102


ERROR: The Tuxedo MQ Adapter is not supported on this platform

Description

WebSphere MQ binaries for this platform were not available at the time Tuxedo was ported to this problem. Therefore, the buildmq command prints this message and exits.

Action

If IBM has recently introduced WebSphere MQ support for this platform, contact BEA Support to determine if the MQ Adapter is now supported on this platform. If WebSphere MQ is not installed on this machine or the Tuxedo MQ Adapter is not supported on this platform, redesign your application so that the MQ Adapter servers run on a platform where WebSphere MQ is supported.


103


ERROR: Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system failed.

Action

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.


104


ERROR: Cannot specify output file name when building all three MQ Adapter servers

Description

-o is not a valid option for the buildmqadapter command, although it is a valid option for the buildTM_MQI, buildTM_MQO, and buildTMQUEUE_MQM commands.

Action

If the standard MQ adapter server locations in $TUXDIR/bin are acceptatble, remove the -o option from the buildmqadapter command line. Otherwise, use the buildTM_MQI, buildTM_MQO, and buildTMQUEUE_MQM commands to build the MQ Adapter servers one at a time in a location of your choosing.


105


ERROR: TUXDIR environment variable not set

Description

The TUXDIR environment variable must be set when building the MQ Adapter servers.

Action

Set and export the TUXDIR environment variable and reexecute the failed command.