BEA Logo BEA Banner

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

 

   WLE Doc Home   |   Messages   |   Catalog List   |   Previous   |   Next


GP Messages 1300-1399



1303


ERROR: Invalid internal buffer: error

Description

An internal error occurred.

Action

Contact BEA TUXEDO system Technical Support.


1304


ERROR: An error occurred in the encryption subsystem code (code)

Description

An error occurred in the encryption subsystem.

Action

Contact BEA TUXEDO system Technical Support with the code number ready.


1305


ERROR: tpsubscribe failed due to a permissions violation in the EVENT_MIB

Description

A call to tpsubscribe(3c) failed because of permissions checking within the EVENT_MIB(5).

Action

Check and possibly retune the permissions on the EVENT_MIB object being accessed. For example, if you are subscribing to have a service called when an event occurs, check the T_EVENT_SERVICE class in the EVENT_MIB.


1307


ERROR: [tpunsubscribe - failed to set field field for tpunsubscribe message. Ferror32=ferror]

Description

Unable to set the given field in an FML32 buffer for tpunsubscribe. The given ferror may give insight into the reason for the failure.

Action

Contact BEA TUXEDO system Technical Support.


1308


ERROR: [tpsubscribe - failed to set field field for tpsubscribe message. Ferror32= ferror]

Description

Unable to set the given field in an FML32 buffer for tpsubscribe. The given ferror may give insight into the reason for the failure.

Action

Contact BEA TUXEDO system Technical Support.


1309


ERROR: [tppost - failed to set field field for tppost message]

Description

Unable to set the given field in an FML32 buffer for tppost. The given ferror may give insight into the reason for the failure.

Action

Contact BEA TUXEDO system Technical Support.


1310


ERROR: tppost - Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed in the generic handler.

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.


1311


ERROR: tpsubscribe - Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed in the generic handler.

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.


1312


ERROR: tpunsubscribe - Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed in the generic handler.

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.


1313


ERROR: tppost - Can't add field field to FML32 buffer

Description

Unable to set the given field in an FML32 buffer for tppost.

Action

Contact BEA TUXEDO system Technical Support.


1314


INFO: Compression Level set to level

Description

The environment variable TMCMPPRFM may be set to a level between zero and nine. The lower the number, the worse the compression, but the better CPU utilization. Hence, a value of nine will give the best possible compression at the expense of CPU utilization, whereas a value of one will give the worst compression with the best CPU utilization. The default value is one, as the compression achieved with this level is acceptable in most scenarios.

Action

None.


1316


INFO: Enabled num bit link encryption, session key fingerprint hex_num

Description

This informational message is written to the system log file when an encrypted link is established-if the REPORTENCRYPT environment variable is set to Y.

The bit length is normally 40, 56, or 128. It represents the result of negotiation between the two processes, based on their encryption parameter settings and installed encryption software.

The session key fingerprint is a 32-digit hexadecimal number that is securely derived from the session key. The fingerprint has no value to an attacker trying to break the encryption, and need not be protected. Both processes communicating over the encrypted link should report the same fingerprint value. Otherwise there may be an active network-based attack in progress, such as "man in the middle."

Action

None required

See Also

BEA TUXEDO 6.5 Release Notes


1330


WARN: _e_dl_load(val): dynloading code not yet ported to this platform

Description

The dynamic loading feature has not been ported to the current platform.

Action

Contact BEA Support.


1340


ERROR: pif: interceptor sequence for val is too long (>val)

Description

The Interception Sequence attribute for the specified registered implementation is longer than the current version of the product allows.

Action

Change the interception sequence so that it's length is less than or equal to what is supported.


1341


ERROR: pif: can't load impl 'val' that is in InterceptorSequence for 'val'

Description

The specified implementation identifier is in the Interception Sequence for the given FANOUT or STACK plug-in, but the framework was not able to realize/load it.

Action

Make sure the specified implementation is a correctly registered implementation.


1342


WARN: pif: No DefaultImpl for 'val', version val

Description

The framework was asked to realize/load a plug-in that implements the specified version of the specifieid interface but there are no such registered plug-in implementations registered.

Action

Register an appropriate implementation or contact BEA Support.


1343


WARN: pif: possible alias loop, interface 'val', alias 'val'

Description

The framework has detected a possible alias (also known as Selectors) loop (where on alias directly or indirectly is an alias for itself). Alternatively the chain of aliases is too long (unlikely unless you have more than one hundred aliases for the given interface).

Action

Remove or change aliases so that aliases ultimately map to an identifier that is not the identifier for another alias.


1344


ERROR: pif: missing ImagePath for 'val'

Description

The specified implementation is registered with out an ImagePath attribute and hence can not be realized/loaded.

Action

Reregister or edit the specified implementation with an ImagePath attribute (ImagePath is the name of the shared library or DLL that contains the executable code for the plug-in's implementation).


1345


ERROR: pif: can't load 'val'

Description

The shared library or DLL for the specified implementation could not be loaded.

Action

Check the ImagePath attribute of the specified implementation, and/or that your shared library search path is set correctly.


1346


ERROR: pif: can't get address for EntryPoint 'val' (impl 'val')

Description

The specified entry point could not be found in the shared library or DLL for the given implementation.

Action

Check the EntryPoint attribute of the specified implementation. If the EntryPoint is correct then check that the ImagePath attribute is refering to the correct shared library or DLL.


1347


ERROR: pif: 'val' InheritsFrom unregistered impl ('val')

Description

The specified implementation's InheritsFrom attribute is set to an implementation identifier that is not registered.

Action

Register the desired implementation, or change the InheritsFrom attribute.


1348


ERROR: pif: can't allocate val bytes

Description

The framework was unable to allocate memory.

Action

Check system configuration or per-process limitiations.


1349


INFO: pif: impl 'val' contributes nothing to plugin 'val'

Description

Implementation inheritance is being used and no part of the specified implementation is being used to contrust the composite plug-in.

Action

No action is needed, the message is only informational. However the InheritsFrom attribute could be deleted from the relevant implementation to stop this message from being logged.


1350


ERROR: pif: incomplete vtbl for 'val'

Description

The [composite] plug-in's virtual function table does not provide an implementation of every operation in the specified interface.

Action

Possibly missing an InheritsFrom attribute from the implementation.