TJA Messages 0-99

  Previous Next

1

Parsing Error

Description

SAX parser found error while parsing DMCONFIG file, the processing of the configuration file by DMConfigChecker utility will be stopped.

Action

Check the error message on the console screen for more detailed information and correct the error in the DMCONFIG file.

2

Fatal parsing Error

Description

SAX parser found fatal error while parsing DMCONFIG file, the processing of the configuration file by DMConfigChecker utility will be stopped.

Action

Check the fatal error message on the console screen for more detailed information and correct the error in the DMCONFIG file.

3

Parsing Error

Description

SAX parser found error while parsing DMCONFIG file, the processing of the configuration file by DMConfigChecker utility will be stopped.

Action

Check the warning message on the console screen for more detailed information and correct the error in the DMCONFIG file.

4

Error encountered while examine configurae file(configName), stop processing!

Description

This message telling user that DMConfigChecker encountered error while processing the the Tuxedo JCA Adapter's configuration file and the processing will be stopped.

Action

Check the previous error message for the true cause and correct the error accordingly.

5

Transformation failure.

Description

DMConfigChecker failed to transform the Tuxedo JCA Adapter configuration file.

Action

Check the error message on the console for more detailed information and correct the error in the Tuxedo JCA Adapter configuration file.

6

Failure [index]

Description

Failure occurred while processing the Tuxedo JCA Adapter configuration file.

Action

This is information about the exception index.

7

cause:

Description

The exection that caused the failure.

Action

Check the indexed exception message on the console to determine the cause of the failure.

8

No network address specified.

Description

The required network address for local or remote access point is not specified.

Action

Correct this error by adding network address information to the local and remote access point in the Tuxedo JCA Adapter configuration file.

9

Network address is not started with "//".(nwaddr)

Description

The configured network address does not start with "//".

Action

Correct the network address format in the Tuxedo JCA Adapter configuration file.

10

Missing port number in network address.(nwaddr)

Description

The configured network address for local or remote access point does not contain the port number. The nwaddr is the string value of the network address that Tuxedo JCA Adapter detected the error.

Action

Correct the network address in the configuraiton file.

11

Network address value out of range.(nwaddr)

Description

The network address is specified in numeric value, and at least one of the value is out of range. The nwaddr is the string value of the network address that causes the failure.

Action

Correct the network in the configuration file.

12

Network address number format error.(nwaddr)

Description

The network address is incorrectly specifed with invalid numeric value. The nwaddr is the string value of the network address that causes the failure.

Action

Correct the network address value.

13

Unsupported network address format.(nwaddr)

Description

The network address specified is not in any of the format supported by Tuxedo JCA Adapter. The nwaddr is the string value of the network address that has this problem.

Action

Correct the network address in the configuration file.

14

Bad port number error.(nwaddr)

Description

The port number specifec in the nwaddr is not a decimal number.

Action

Correct the network address in the configuraiton file.

15

Port number format error.(nwaddr)

Description

The port number specified in the network address, nwaddr, is not a decimal number.

Action

Correct the network address in the configuration.

16

Invalid IPv6 address format, missing right bracket.(nwaddr)

Description

The IPv6 network address specified is not properly formatted, it misses a right bracket.

Action

Correct the network address format in the configuration for network address nwaddr.

17

Invalid IPv6 address format, invalid port number format.(nwaddr)

Description

The IPv6 network address specified is not properly formatted, it contains an invalid port number.

Action

Correct the port number portion of the network address in the configuration for network address nwaddr.

18

Bad IPv6 port number.(nwaddr)

Description

The port number specified in the nwaddr is an invalid IPv6 port number.

Action

Correct the port number portion of the network address in the configuration file for network address nwaddr.

19

Port number contains invalid character.(nwaddr)

Description

The port number specified in the nwaddr contains invalid character.

Action

Correct the port number of the network address in the configuration file for network address nwaddr.

20

Invalid IPv6 address format.(nwaddr)

Description

The IPv6 address specified in the nwaddr is not using correct address IPv6 format.

Action

Correct the network address format to confirm with IPv6 standard.

21

Invalid IPv6 format, invalid delimiter ":::" found.(nwaddr)

Description

The IPv6 network address specified in the nwaddr contains invalid delimiter ":::".

Action

Correct the network address format to confirm with IPv6 standard.

22

Invalid IPv6 format, the "::" can only appear once.(nwaddr)

Description

The IPv6 network address specified in the nwaddr contains multiple "::".

Action

Correct the network address format to confirm with IPv6 standard.

23

Unsupported network address format.(nwaddr)

Description

The network address, nwaddr, specified uses invalid format.

Action

Check for previous network address format error to determine the true cause of the failure.

24

Invalid IPv6 address format, not 16-bit value.(nwaddr)

Description

The IPv6 address specified, nwaddr, contains none 16-bit value.

Action

Correct the network address format to confirm with IPv6 standard.

25

Invalid IPv6 address format, none hexdecimal charater detected.(nwaddr)

Description

The IPv6 network address specified, nwaddr, contains none hexdecimal character.

Action

Correct the network address in the configuration file.

26

Invalid IPv4 address format, address too long.(nwaddr)

Description

The IPv4 network address specified, nwaddr, is too long.

Action

Correct the network address in the configuration file.

27

Invalid IPv4 address format, value too large.(nwaddr)

Description

The IPv4 network address specified, nwaddr, contains an invalid large value.

Action

Correct the network address in the configuration file.

28

Invalid IPv4 address format, value out of range.(nwaddr)

Description

The IPv4 network address specified, nwaddr, contains a decimal value that is out of legal 0-255 range.

Action

Correct the network address in the configuraiton file.

29

Invalid IPv4 address format, contains invalid character.(nwaddr)

Description

The IPv4 network address specified, nwaddr, contains invalid character.

Action

Correct the network address in the configuration file.

30

Invalid field table class name.(className)

Description

Unable to load the field table class with name className.

Action

Check whether the class name is correctly configured and with full package in the configuration file, or update the system class path CLASSPATH environmental variable to include path to this field table class.

31

Failed to load view class clsName, reason: cause

Description

Failed to load VIEW class with class name clsName due to reason cause.

Action

Check the reason and cause of failure from the message and correct the situation.

32

Fail to register Local Access Point Id(id, reason: cause

Description

Check the reason and cause of failure from the message and correct the situation.

Action

Check the error message for the cause of the failure. The most common failure reported by this message is duplicated Access Point Id. The Access Point Id has to be unique across all participating Tuxedo Domain. Correct the situation to guarantee unique APID and then correct the configuration.

33

Duplicated Local Access Point.(lap)

Description

There are duplicated Local Access Point configured.

Action

The duplication is cause by the duplicated name attribute of LocalAccessPoint in the configuraiton file. The name must be unique among the Local Access Point in the same configuration file.

34

Failed to create Local Access Point(lapid), reason: cause

Description

Tuxedo JCA Adapter failed to create an object instance to represent Local Access Point with the LAPID lapid, and the cause of the failure is in cause.

Action

Check the cause of the failure and correct the situation according to it.

35

Failed to create Remote Access Point(rapid), reason: cause

Description

Tuxedo JCA Adapter failed to create an instance of object to represent Remote Access Point with the RAPID rapid, and the cause of the failure is in cause.

Action

Check the cause of the failure and correct the situation according to it.

36

Failed to register Remote Access Point Id(rapid), reason: cause

Description

Check the reason and cause of failure from the message and correct the situation.

Action

Check the error message for the cause of the failure. The most common failure reported by this message is duplicated Access Point Id. The Access Point Id has to be unique across all participating Tuxedo Domain. Correct the situation to guarantee unique APID and then correct the configuration.

37

Duplicated Remote Access Point.(name)

Description

There are duplicated Remote Access Point configured.

Action

The duplication is cause by the duplicated name attribute of RemoteAccessPoint in the configuraiton file. The name must be unique among the Remote Access Point in the same configuration file.

38

Failed to create Session Profile(profName), reason: cause

Description

Tuxedo JCA Adapter failed to create an instance of object to represent Session Profile with the session profile name profName; the the cause of the failure is in cause.

Action

Check the cause of the failure and correct the situation according to it.

39

Duplicated Session Profile.(profName)

Description

There are duplicated session profile of the same profile name profName.

Action

Change the session profile name of the duplicated Session Profile.

40

Failed to create Session(sessName), reason cause

Description

Tuxedo JCA Adapter failed to create an instance of object to represent a Session with the session name sessName; the cause of the failure is described in cause.

Action

Check the cuase of the failure and correct the situation according to it.

41

Duplicate Session.(sessName)

Description

Tuxedo JCA Adapter detects a duplicated session, sessName, is configured in the configuration file.

Action

Modify the configuration file to remove the duplication.

42

IOException while open Selector: detail

Description

Tuxedo JCA Adapter failed to open on selector, the cause of the failure is described in detail.

Action

Correct the situation according to description given in this message.

43

IOException while close Selector: detail

Description

IOException occurred while closing a network Selector. The cause of the exception is described in detail.

Action

Correct the situation according to the description given in this message.

44

IOException while process selector: detail

Description

IOException occurred while processing network Selector event. The cause of the exception is described in detail.

Action

Correct the situation according to the description given in this message.

45

ClosedSelectorException while process Selector: detail

Description

A ClosedSelectorException occured while processing network Selector event. The cause of this exception is described in detail.

Action

Correct the situation according to the description given in this message.

46

Using next address to connect to remote.(//hostname:port)

Description

Informational message, use next network address in the NetworkAddress element to connect to Remote Access Point.

Action

Informational message, no action required.

47

Nor more valid address to try for session(lap, rap)

Description

There is no more valid address to try to connect to for session defined between Local Access Point lap and Remote Access Point rap.

Action

Check whether network addresses of the Remote Access Point are correctly configured, then check whether the Tuxedo GWTDOMAIN that representing Remote Access Point is booted and ready to accept connection.

48

Invalid magic number received.

Description

Tuxedo JCA Adapter received a message that has invalid magic number.

Action

Check whether there is unauthorized access, or incompatible program trying to access Tuxedo JCA Adapter; if cannot identify the source of message contact Oracle Technical Support.

49

No valid listening address.(lapid)

Description

Failed to create listening end point for Local Access Point lapid using the configured network address.

Action

correct the configured the network address for Local Access Point with Id lapid.

50

A message has been dropped.

Description

A received message has been dropped from the system by the Tuxedo JCA Adapter.

Action

The common cause of this problem are either not enough memory to create message object or it failed to convert the received message into Java Object. The common reason for the second type is that the VIEW related typed buffer class not configured and caused the failure to convert. The VIEW related typed buffer are VIEW, VIEW32, X_COMMON, and X_C_TYPE. They require ViewFile16Classes or ViewFile32Classes element to be configured under Resources in the configuration file. Correctly configure the VIEW/VIEW32/X_COMMON/X_C_TYPE classes in the configuration file.

51

TuxedoEncryptionServiceException encountered while retriving domain password pair: info

Description

Failed to decrypt the Domain password pair.

Action

When the session security is configured as DM_PW then the domain password pair is needed for authentication between Local Access Point and Remote Access Point. These password pairs are encrypted after DMConfigChecker transformed the configuration file. So at runtime the encryption key is need to decrypt the password pair. The common cause of failure is either the encryption key file is not configured, or it is not found, or its contents is corrupted. Make sure the configuration file contains location of a good encryption key file. Modify the user application to avoid converting STRING to Java array object type.

52

A connection cannot be established between local domain lap and remote domain rap due to a problem with local or remote password used to authenticate connection between these domains.

Description

Failed to find any password pair for authentication between lap and rap for a Tuxedo JCA Adapter initiated connection.

Action

Correctly configure the required domain authentication password pair if a session security is DM_PW.

53

A connection cannot be established between local domain lap and remote domain rap due to a problem with local or remote password used to authenticate connection between these domains.

Description

Failed to find any password pair for authentication between lap and rap for a Tuxedo initiated connection.

Action

Correctly configure the required domain authentication password pair if a session security is DM_PW.

54

Faile to listen for local access point lapid on address (//hostname:port), try next address.

Description

Informational message recording that Tuxedo JCA Adapter failed to open a listening end point, and it will try next network address configured.

Action

No action to take.

55

No valid host INET address for Remote Access Point rapid.

Description

There is no valid network address configured for Remote Access Point rapid.

Action

Check the configuration and correct any error regarding network address.

56

TuxedoEncryptionServiceException encountered while retriving domain password pair: sessName

Description

Unable to establish connection for session sessName because it encountered a TuxedoEncryptionServiceException.

Action

Make sure the encryption key file is correctly configured, the configuraiton file ran through DMConfigChecker, and the password pair are configured correctly.

57

Failed to establish connection between local domain lap and remote domain rap because of password pair.

Description

Can not continue the create connection between local access point lap and remote access point rap because of no password pair found.

Action

Make sure the encryption key file is correctly configured, the configuration file ran through DMConfigChecker, and the password pair are correctly configured.

58

Failed to establish connection between local domain lap and remote domain rap because missing password in password pair.

Description

Can not continue the create connection between local access point lap and remote access point rap because of missing password in password pair.

Action

Correct the problem with missing password in password pair.

59

Cound not find application password, session negotiation for Session (sessName) terminated.

Description

Failed to find the cnfigured applicatoin password so Tuxedo JCA Adapter terminates the session negotiation process.

Action

Configure an application password in the Resources section of the configuration file.

60

Connection policy for sessName is INCOMING_ONLY.

Description

The adapter trying to start a session connection with INCOMING_ONLY policy for session sessName.

Action

It is not allowed for a session with INCOMING_ONLY policy to initiate a connection. Stop doing that or change the connection policy to ON_DEMAND or ON_STARTUP.

61

Unable to schedule a connection due to exception.

Description

Failed to schedule a task to establish a connection due to scheduling related exception.

Action

Contact your Oracle Techical support.

62

Unable to schedule a connection due to exception.

Description

Failed to schedule a task to establish a connection due to scheduling related exception.

Action

Contact your Oracle Techical support.

63

Unable to schedule a connection due to exception.

Description

Failed to schedule a task to establish a connection due to scheduling exception.

Action

Contact your Oracle Techical support.

64

XA.end() failed

Description

Unable to end work performed on behalf of a transactional branch.

Action

Check the the of the transaction and whether the transaction still exists.

65

Security is DM_PW for session sessName, but password pair is not configured.

Description

The security configured for session sessName is DM_PW but there is no password pair configured for it to be used for authentication between the Local Access Point and Remote Access Point.

Action

Configure the correct password pair.

66

Missing or incomplete domain password pair for Session(sessName), session negotiation terminated.

Description

The Session sessName is configured with DM_PW for security but the password pair is missing at least one of the password in the pair. This error is detected while processing inbound connection request.

Action

Correctly configure the password pair for session sessName.

67

Could not find application password, session negotiation for Session(sessName) terminated.

Description

The configuration does not have application password configured and the adapter has to terminate the session negotiation process for the inbound connection request because it will not be able to authenticate the request.

Action

Correctly configure the application passowrd pair in the Resources.

68

Accepted connection from remote domain rapid.

Description

Informational message, indicating Tuxedo JCA Adapter accepted a connection request from remote access point rapid.

Action

Nothing.

69

XA.end() failed

Description

Unable to end work performed on behalf of a transactional branch.

Action

Check the the of the transaction and whether the transaction still exists.

70

Naing exceptoin error: exceptionMessage

Description

Naming exception occurred during lookup of adapter's admin name.

Action

Read the exceptionMessage and fix the problem accordingly.

71

Invalid attributes exception trying to create Subcontext: exceptionMessage

Description

InvalidAttributesException occured while trying to create a naming subcontext.

Action

Read the exceptionMessage and fix the problem accordingly.

72

Naming exception error: exceptionMessage

Description

NamingException occured while trying to create a naming subcontext.

Action

Read the exceptionMessage and fix the problem accordingly.

73

Invalid attribtes exception when binding connection factory: exceptionMessage

Description

InvalidAttributesException occurred while trying to binding connection factory to namespace.

Action

Read the exceptionMessage and fix the problem accordingly.

74

Naming exception error: exceptionMessage

Description

NamingException occurred while trying to create naming subcontext.

Action

Read the exceptionMessage and fix the problem according.

75

Name already bound error: exceptionMessage

Description

NameAlreadyBoundException occurred while trying to create naming subcontext.

Action

Read the exceptionMessage and fix the problem according.

76

Invalid attribute execption when binding connection factory: exceptionMessage

Description

InvalidAttributesException occurred while trying to binding connection factory to namespace.

Action

Read the exceptionMessage and fix the problem accordingly.

77

Naming exception error: exceptionMessage

Description

NamingExcption occurred while trying to create naming subcontext.

Action

Read the exceptionMessage and fix the problem according.

78

Unable to register the resource with transaction manager: exceptionMessage

Description

SytemException occurred while register resource with transaction manager.

Action

Read the exceptionMessage and fix the problem according.

79

A transaction identifier exists for a non-existing domain sessName

Description

A transaction exists for a session that no longer configiured.

Action

Check the configuration see whether there is an error.

80

A transaction identifier exists for a non-existing domain sessName

Description

A transaction exists for a session that no longer exists.

Action

Check the configuration see whether there is an error.

81

Unable to find a transaction manager. Transaction recovery will not continue.

Description

Failed to find a suitable transaction manager. The transaction recovery will not continue.

Action

Contact your Oracle Technical Support.

82

While attempting to recover transactions, the recover method vailed.

Description

XAException occurred calling recover interface of the XAResource.

Action

Contact your Oracle Technical Support.

83

A transaction identifier exists for a non-existing domain sessName

Description

A transaction exists for a session that no longer configured.

Action

Check the configuration see whether there is an error.

84

A transaction identifier exists for a non-existing domain sessName

Description

A transaction exists for a session that no longer exists.

Action

Check the configuration see whether there is an error.

85

Commit of xid failed with status msg.

Description

XAException occurred during recovery commit.

Action

Check the XAException message msg and correct the problem accordingly.

86

Unable to reply to unknown transaction with exception caught: msg

Description

TPException occurred while send transaction reply.

Action

Check the TPException message msg and correct the problem accordingly.

87

Application server rollback had a failure: msg

Description

XAException occurred while rollback a transaction during recovery phase.

Action

Check the XAException message msg and correct the problem accordingly.

88

Unable to unknown transaction with exception caught: msg

Description

TPException occurred while send a transaction reply for an unknown transaction.

Action

Check the TPException message msg and correct the problem accordingly.

89

Failed to create Import(name, reason: rsn

Description

Unable to create an instance of object to represent an Import for resource name, the cause of the failure is in the message rsn.

Action

Check the failure message rsn logged in this message and correct the problem accordingly.

90

Duplicated Import.(name)

Description

There are duplicated entries for Import with name name.

Action

Correct the problem in the configuration file.

91

Failed to create Export(name), reason: rsn

Description

Unable to create an instance of object to represent an Export for resource name. The cause of the failure is in the message rsn.

Action

Check the failure message rsn logged in this message and correct the problem accordingly.

92

Duplicated Export.(name)

Description

There are duplicated entries for Export for resource name.

Action

Correct the problem in the configuration file.

93

CCI local transaction ResourceException occurred, reason: msg, code

Description

The local transaction encountered a ResourceException while processing a transactional event. The exception message is captured in msg, and the error code is captured in code.

Action

Contact your Oracle Technical Support.

94

CCI local transaction already exist on this connection: msg, code

Description

The local transaction encountered a ResourceException indicating the transaction already infested on the connection while processing a transactional event. The exception message is captured in msg, and the error code is captured in code.

Action

Contact your Oracle Technical Support.

95

Failed to get a connection.

Description

Unable to allocate a new connection from Application Server's Connection Manager.

Action

Make sure application code close the connection when they are not needed anymore, and if necessary increase the size of connection pool.

96

Connection (conn) already in a container managed transaction.

Description

The Connection already in a container managed transaction.

Action

Contact your Oracle Technical Support.

97

Failed to get a connection.

Description

Unable to allocate a new connection from Application Server's Connection Manager.

Action

Make sure application code close the connection when they are not needed anymore, and if necessary increase the size of connection pool.

98

Failed to start cci local transactoin.

Description

Fail to create a transactional context for the new transaction. This a warning message.

Action

Contact your Oracle Technical Support.

99

Missing required Tuxedo JCA Adapter configuration.

Description

The required Tuxedo JCA Adapter configuration file is no configured in ra.xml file.

Action

Correct the problem.

 

Skip footer navigation  Back to Top Previous Next