Breadcrumb(); > Message Index (by Number) (by Subsystem) > JTA Subsystem Messages
![]()
JTA Subsystem Messages
The JTA1.0 catalog contains messages in the range BEA110000 - BEA118999. Messages in this catalog are part of the
weblogic.transaction.internal Internationalization package and the
weblogic.transaction.internal Localization package.
Warning: Transaction log record class name encoding error [className]: t
Description
An error occurred while writing a record to the transaction log. Cause
Internal error. Action
Contact BEA Customer Support. Warning: Transaction log record encoding error [className]: t
Description
An error occurred while writing a record to the transaction log. Cause
Internal error. Action
Contact BEA Customer Support. Warning: Transaction log record checksum calculation error.
Description
An error occurred while writing a record to the transaction log. Cause
Internal error. Action
Contact BEA Customer Support. Warning: onError() callback exception: t
Description
An error occurred while writing a record to the transaction log, followed by an exception in the callback handler. Cause
Internal error. Action
Contact BEA Customer Support. Warning: Unable to read transaction log record checksum.
Description
An error occurred while reading the transaction log. Cause
The transaction log file is corrupted, possibly due to a crash or file system error. If this error occurs only once per system re-boot, a crash caused the transaction being logged at that time to be rolled back. Action
No action required. Recovery is automatic. Warning: Transaction log record checksum failure [failureCode]
Description
An error occurred while reading the transaction log. Cause
A record in the transaction log file is corrupted, possibly due to a crash or file system error. If this error occurs only once per system re-boot, a crash caused the transaction being logged at that time to be rolled back. Action
No action required. Recovery is automatic. Error: Log record class instantiation problem [className]: t
Description
An error occurred while reading a record from the transaction log. Cause
An internal error occurred. This may have also occurred due to crash recovery processing of a new transaction log file performed by an older WebLogic software version. Action
Contact BEA Customer Support. Error: Log record class readExternal problem [className]: t
Description
An error occurred while reading externalized state information for a record from the transaction log. Cause
An internal error occurred. This may have also occurred due to crash recovery processing of a new transaction log file performed by an older WebLogic software version. Action
Contact BEA Customer Support. Critical: Transaction log I/O buffer overflow, bufferCount bytes buffered.
Description
More than bufferCount bytes are waiting to be written to the transaction log disk. The system will not buffer any more log records, since it appears that the disk cannot keep up. Transactions cannot be committed until the I/O buffer begins to empty out. Cause
Either the disk is unavailable or full, the system cannot keep up with the rate of transaction commit calls, or the maximum buffer size (250KB) for the transaction log buffer has been reached. Action
Verify that the transaction log disk is available and not full, and verify that transaction log writes for a transaction do not exceed 250KB. If this error happens occasionally due to peaks in traffic, consider reconfiguring the stem to add more/faster hardware. Warning: onDisk() callback exception: t
Description
A callback handler exception occurred after writing an object to the transaction log. Cause
Internal error. Action
Contact BEA Customer Support. Warning: onRecovery() callback exception: t
Description
A callback handler exception occurred after recovering an object from the transaction log. Cause
Internal error. Action
Contact BEA Customer Support. Critical: Transaction log circular collision, file number fileID.
Description
Due to the length of time transaction log file number fileID was open, this file number needed to be reused. Cause
Records in this transaction log file were not released for a very long time, preventing the file from being deleted. This file was eventually needed for newer transactions. Action
If a resource manager (database or JMS) crashed while in the process of committing transactions, bring the resource back up as quickly as possible so that space in the transaction log can be released during crash recovery processing. Error: An error occurred while writing transaction log: t.
Description
An error occurred while writing the transaction log. Cause
The file system is full or permission problems exist. Action
Verify the transaction log file location, and locate any file system problems. Error: An error occurred while reading transaction log header file [headerFileName]: t.
Description
An error occurred while reading the header file named [headerFileName] of the transaction log. Cause
File system damage, possibly caused by a crash. Action
The system will automatically create an empty transaction log. Error: A version error occurred while reading the transaction log header file.
Description
The transaction log header file contains an unrecognized version number. Cause
File corruption exists. A new transaction log file may have been given to an older version of WebLogic. Action
The system will automatically create an empty transaction log. Error: A format error occurred while reading transaction log header file: t
Description
The transaction log header file could not be processed due to a format problem. Cause
File corruption exists. A new transaction log file may have been given to an older version of WebLogic.. Action
The system will automatically recover by writing a new header file, but might lose part of the previous contents of the transaction log. Error: An error occurred while writing the transaction log header file [headerFileName]: t
Description
An error occurred while writing the transaction log header file named [headerFileName]. Cause
The file system is full or permission problems exist. Action
Verify the transaction log file location, and locate any file system problems. Error: An error occurred while writing transaction log file [fileName]: t
Description
An error occurred while writing the transaction log, file [fileName]. Cause
The file system is full or permission problems exist. Action
Verify the transaction log file location, and locate any file system problems. Error: An error occurred while deleting transaction log file [fileName]: t
Description
An error occurred while freeing space in the transaction log, file [fileName]. Cause
File system or permission problems exist. Action
Verify the transaction log file location, and locate any file system problems. Error: Error reading transaction log file [fileName]: t
Description
There was an error reading transaction log file [fileName] during crash recovery. Cause
File system or permission problems, or possible corruption of the transaction log. Action
Verify the transaction log file location, and check for file system problems. Crash recovery processing continues as best it can. Error: Format error [code] occurred while reading transaction log file [fileName]
Description
A format error occurred while reading transaction log file [fileName] during crash recovery. Cause
Possible corruption of the transaction log file. Action
Contact BEA Customer Support. Error: Format error [code] occurred while reading transaction log file [fileName]: t
Description
A format error occurred while reading transaction log file [fileName] during crash recovery. Cause
Possible corruption of the transaction log file. Action
Contact BEA Customer Support Warning: Transaction log record checksum failure [failureCode]: t
Description
An error occurred while reading the transaction log Cause
A record in the transaction log file is corrupted, possibly due to a crash or file system error. If this error occurs only once per system re-boot, a crash caused the transaction being logged at that time to be rolled back. Action
No action required. Recovery is automatic. Warning: Transaction log record unabbreviation failure [abbrev code code]: t
Description
An error occurred while reading the transaction log. Cause
A record in the transaction log file is corrupted, possibly due to a crash or corruption in the header file. Action
No action required. Recovery is automatic. Notice: Creating new transaction log file [headerFileName].
Description
The transaction log header file could not be opened for reading, and a new one is being created. Cause
The transation log header file is missing. This is normal and expected when a new installation is booted for the first time. Otherwise, perhaps the transaction log was deleted, in which case, crash recovery will not run and some committed transactions being processed at the time of the crash might not be recovered properly. Action
No action required. The system looks for a backup copy of the transaction log header file. If not found, a new transaction log is created. Error: Missing transaction log file [fileName]
Description
Transaction log file [fileName] could not be opened for reading. Cause
File system or permission problems exist, or the transaction log might be corrupted. The file might have been manually deleted. Action
Verify the transaction log file location, and check for file system problems. Crash recovery processing will continue. Debug: msg
Description
Uncatalogued debug message - please do not change Cause
Debugging - please do not change. Action
No action required. Info: The transaction manager did not call XA.forget() for transaction [xid] on resource [resourceName], which reported a heuristic decision during commit.
Description
Due to an explicit setting of the "forgetHeuristics" configuration property, the transaction manager did not call XA.forget() on resource [resourceName] for transaction [xid]. The resource reported a heuristic decision during transaction commit processing. Cause
See the message details for probably cause. Action
After correcting any data inconsistencies due to the heuristic outcome, use the resource manager administrative commands to instruct the resource to ignore the transaction. Info: The transaction manager did not call XA.forget() for transaction [xid] on resource [resourceName], which reported a heuristic decision during rollback.
Description
Due to an explicit setting of the "forgetHeuristics" configuration property, the transaction manager did not call XA.forget() on resource [resourceName] for transaction [xid]. The resource reported a heuristic decision during transaction rollback processing. Cause
See the message details for the probable cause. Action
After correcting any data inconsistencies due to the heuristic outcome, use the resource manager administrative commands to instruct the resource to ignore the transaction.. Warning: XA resource [resourceName] has not responded in the last lastResponse second(s).
Description
The XA resource [resourceName] has not responded to XA calls in the last lastResponse seconds. Cause
The resource is unavailable. Possibly the resource is down, or network problems exist. Action
Check the resource manager and network condition. When the resource is available again, take the following actions to inform the Transaction Manager: For JDBC connection pools, refresh the connection pool. You can also enable the auto-refresh feature of the connection pool to do this automatically. For other third-party XA resources, the resource provider should re-register the resource by calling weblogic.transaction.TransactionManager.unregisterResource(), followed by weblogic.transaction.TransactionManager.registerStaticResource() or weblogic.transaction.TransactionManager.registerDynamicResource(). Error: An error occurred while deleting file [headerFileName].
Description
When re-writing the transaction log header file, an error occurred while deleting file [headerFileName]. Cause
File system or permission problems might exist. Action
Check permissions on this file and the directory in which it resides. The system will attempt to recover automatically. Error: Error renaming file [fromFileName] to [toFileName].
Description
When re-writing the transaction log header file, an error occurred while renaming file [fromFileName] to [toFileName]. Cause
File system or permission problems might exist. Action
Check permissions on these files and the directory in which they reside. The system will attempt to recover automatically. Error: Recovered transaction log header file from backup location [headerFileName].
Description
An error occurred while reading the transaction log header file, but a backup copy was found. Cause
This error is probably caused by a crash that occurs when the the transaction log header file is being re-written. Action
No action required. Recovery is automatic. Info: No license exists for two-phase commit (2PC) processing.
Description
A valid two-phase commit (2PC) license is not present. The server is limited to coordinating transactions with zero or one resources. Cause
The 2PC license is not present. Action
Contact sales@bea.com to obtain a 2PC license. Warning: A transaction with multiple resources was rolled back due to an invalid two-phase commit (2PC) license.
Description
An attempt was made to commit a transaction with multiple resources, but the two-phase commit (2PC) feature is not licensed. The server is limited to coordinating transactions with zero or one resources. Cause
The 2PC license is not present. Action
Contact sales@bea.com to obtain a 2PC license. Error: User [principal] is not authorized to invoke startCommit on a transaction branch.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the SubCoordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that the client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke startRollback on a transaction branch.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the SubCoordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke rollback on a transaction branch.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the SubCoordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: *** Please ignore the following 3 error messages intentionally triggered by transaction/SecurityTest.java unit test.
Description
Error messages immediately following this one regarding transaction branch authorization are caused by a unit test of transaction subsystem security. Cause
This error message should be generated only in a BEA test environment. Action
No action required. Warning: XA resource [resourceName] returns XAER_RMFAIL and is unavailable.
Description
XA resource [resourceName] returns XAER_RMFAIL and is unavailable. Cause
The resource is unavailable. The resource is down, or network problems exist. Action
Check the resource manager and network conditions. When the resource is available again, take the following actions to inform the Transaction Manager: For JDBC connection pools, refresh the connection pool. You can also enable the auto-refresh feature of the connection pool to do this automatically. For other third-party XA resources, the resource provider should re-register the resource by calling weblogic.transaction.TransactionManager.unregisterResource(), followed by weblogic.transaction.TransactionManager.registerStaticResource() or weblogic.transaction.TransactionManager.registerDynamicResource(). Error: User [arg0] is not authorized to invoke startRollback on a transaction.
Description
The user with identity [arg0] should not be attempting to directly invoke internal methods on the SubCoordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that the client software is not directly invoking an internal WebLogic system object. Error: *** Please ignore the database down SQL exceptions immediately following this message. They are intentionally triggered by transaction/JDBCConnPoolTest unit test.
Description
SQL exceptions that immediately follow this exception regarding the database crash are caused by a transaction subsystem unit test. Cause
This error message should be generated only in a BEA test environment. Action
No action required. Info: A previously unavailable XA resource [resourceName] is now available.
Description
The XA resource [resourceName] was previously unavailable but has just become available again. Cause
The previously unavailable resource is now available. It is possible that the resource has recovered from earlier failures, or previous network problems are cleared. Action
No action required. Warning: Unregistration of Transaction Recovery Service for server [serverName] failed.
Description
An attempt to unregister the Transaction Recovery Service for server [serverName] from the migratable service framework failed. Cause
Internal error. Action
No action required. Warning: Registration of Transaction Recovery Service for server [serverName] failed.
Description
An attempt to register the Transaction Recovery Service for server [serverName] from the migratable service framework failed. Cause
Internal error. Action
No action required. Warning: Fail-back of Transaction Recovery Service for server [serverName] failed.
Description
Transaction recovery actions are performed for the Transaction Recovery Service for server [serverName]. An attempt to fail-back the Transaction Recovery Service failed. Cause
Internal error. Action
The administrator should examine the migration errors and perform manual migration of the Transaction Recovery Service back to server [serverName]. Warning: Fail-back retry of Transaction Recovery Service for server [serverName] failed.
Description
Transaction recovery actions are performed for the Transaction Recovery Service for server [serverName]. Both the first and second attempt to fail-back the Transaction Recovery Service failed. JTA is going to give up implicitly failing back the Transaction Recovery Service for server [serverName]. Cause
Internal error. Action
The administrator should examine the migration errors and perform manual migration of the Transaction Recovery Service back to server [serverName]. Warning: An attempt was made to manually migrate the Transaction Recovery Service of the current server away from it while it is still active.
Description
Attempts were made to manually migrate the current server Transaction Recovery Service away from it while it is still active. Cause
User error. Action
For controlled migration, the administrator should suspend or shut down the current server first before manually migrating it to a backup server. Warning: The activation of Transaction Recovery Service for server [serverName] failed.
Description
The activation of Transaction Recovery Service for server [serverName] failed. Cause
Internal error. Action
The administrator should examine the error details, correct the error conditions and perform the necessary manual migration again if possible. If unsuccessful, contact BEA Customer Support. Warning: An error occurred while unregistering Resource Runtime MBean: t
Description
A management error was detected while unregistering a Resource Runtime MBean. Cause
The MBean may have been unregistered previously, or there may be an issue with the JMX admin server. Action
No action required. Warning: Ignoring error in afterCompletion. Object=arg1, Exception=t
Description
An exception was thrown in a Synchronization.afterCompletion() synchronization callback . The exception is ignored by the Transaction Manager. Cause
The application-defined javax.transaction.Synchronization callback may have thrown an exception. Action
No action required. Warning: Unknown state in getStatus(): arg0
Description
The Transaction.getStatus() method was called and the transaction status is not a valid value. Cause
Internal error. Action
Contact BEA Customer Support. Warning: An unexpected exception was thrown while processing a transaction during a transaction manager timer event. Exception=t
Description
The transaction manager manages a timer service that periodically checks active transactions for timeouts and performs general housekeeping activities. An exception occurred during this processing and was ignored. Cause
Refer to the exception information found in the error message. Action
No action required. Warning: Heuristic log record not flushed after 1 second. log=arg0
Description
A heuristic log entry for an imported transaction was not written to disk in a timely manner. Cause
There may be contention for the file system or a device error. Action
Verify that the log device is functioning properly. Warning: Resource resource was not assigned to any of these servers: servers
Description
During transaction commit or rollback processing, a participating resource could not be assigned to any of the participating servers. The operation was aborted. Cause
The transaction coordinator maintains information regarding where resources are registered among all the servers that are known to the coordinator. The participating resource may have been unregistered or become unavailable prior to attempting the operation. This condition may also occur if the cache belonging to the coordinator is out of date or has not completed initialization at the time the operation is invoked. Action
Verify the state of resource managers participating in the transaction and retry the operation. Warning: Internal error interpreting heuristic status. Expected=expected, Actual=actual
Description
The heuristic completion status of a transaction is calculated based on the expected and actual completion states of all participants. The logic to determine the heuristic outcome did not account for the combination of the actual and expected completion states. Cause
Internal error. Action
Contact BEA Customer Support. Warning: Unknown state in getStatus(): state
Description
The Transaction.getStatus() method did not recognize the transaction state as a valid state. Cause
Internal error. Action
Contact BEA Customer Support. Warning: An attempt to add a duplicate transaction to the transaction manager list was ignored.
Description
The internal transaction table of the server already contains the transaction instance being added. This event is innocuous. Cause
Internal error. Action
No action required. Error: Unable to advertise resource resourceName: t
Description
An error occurred while trying to advertise the name of the resource being registered with the transaction manager. Cause
A problem may exist with the JNDI provider, or another object is already bound to this context. Action
Contact BEA Customer Support. Error: Failed to construct local ServerCoordinatorDescriptor: t
Description
During server initialization, information about the local server could not be obtained from the local JNDI context. Cause
Internal error. Action
Contact BEA Customer Support. Error: tx completed heuristically: heurMsg
Description
The specified transaction completed heuristically. A heuristic completion occurs when a participating resource makes a unilateral decision to commit or rollback its work and that decision differs from the coordinator view of the transaction. Cause
The resource manager may have failed, timed out or detected locking conflicts that prompted it to commit or rollback work for the transaction branch. If the heuristic error was due to a resource manager failure, the resource may not be able to determine if work for the transaction branch was committed, aborted, or both. In this case, the condition is considered a HAZARD or MIXED heuristic. Action
The participants of the transaction should be checked for possible data corruption. The resource manager reporting the heuristic may maintain state information related to the updates involved in the heuristic error. If the JTA ForgetHeuristics configuration parameter is set to false, this information may be preserved in the resource manager. This information might be useful in correcting any data inconsistencies. Error: Illegal State (expected: Prepared or Committing). tx
Description
While attempting to retry the commit phase of a transaction, it was detected that the state of the transaction is not valid. To be in the commit phase, a transaction can only be in the prepared or committing states. Cause
Internal error. Action
Contact BEA Customer Support. Error: Illegal state. Proceeding with rollback anyway. tx
Description
While attempting to retry the rollback of a prepared transaction, it was detected that the state of the transaction is not valid. Cause
Internal error. Action
Contact BEA Customer Support. Error: The JTARuntime MBean for the server could not be created. t
Description
While starting the transaction manager subsystem, the JTARuntime MBean could not be created. This MBean provides transaction runtime statistics, information about active transactions and access to the related transaction name and resource manager runtime MBeans. Cause
Internal error. Action
Contact BEA Customer Support. Error: An attempt was made to add an incompatible object as transaction property: keys must be String and values must be Serializable.
Description
Transaction properties are Serializable objects that are associated with a transaction and indexed by a String key. These objects become associated with the transaction context, propagate with the transaction, and are stored in the transaction log. The class of the key object must be a String and the class of the value object must be Serializable. Cause
See message detail. Action
Change the application to assign the transaction property using a String key and a Serializable value. Error: An attempt was made to add an incompatible object as a local transaction property: keys must be String.
Description
Local transaction properties are objects that are associated with a transaction object but do not propagate with the transaction or get stored in the transaction log. The key object must be of the class String. Cause
See message detail. Action
Change the application to add the local property with a String key. Error: Internal error (possibly harmless): Timer method was called on committed transaction tx.
Description
The transaction manager invoked a timer method on a transaction that has already completed. The transaction manager periodically checks for transactions that should be aborted due to timeout. This transaction should have been removed from the internal transaction table. Cause
Internal error. Possibly due to a race condition. Action
No action required. Error: Forcibly aborting a transaction found in an unexpected internal state. Details=tx
Description
While processing a transaction, the transaction manager detected that the transaction is in an illegal state. The only course of action for the coordinator is to attempt to force a rollback of all participants. Cause
Internal error. Action
Check for any data inconsistencies among participating resources. Contact BEA Customer Support. Error: Abandoning transaction after secs seconds: tx
Description
When a transaction is abandoned, knowledge of the transaction is removed from the transaction manager that was attempting to drive the transaction to completion. The JTA configuration attribute AbandonTimeoutSeconds determines how long the transaction manager should persist in trying to commit or rollback the transaction. Cause
A resource or participating server may have been unavailable for the duration of the AbandonTimeoutSeconds period. Action
Check participating resources for heuristic completions and correct any data inconsistencies. Error: An unexpected exception was caught during begin: exc
Description
While the transaction manager was creating a new transaction, an unexpected exception was thrown. Cause
Check the exception detail portion of message. Action
Correct the condition described in the exception detail portion of the log message. Error: Unable to create resource runtime MBean for resource resourceName: t
Description
When a resource manager is registered with the transaction manager, a runtime MBean is created to track transaction statistics that are specific to the resource. This MBean could not be created. Cause
There may be a problem with the JMX Admin Server, or another MBean with this name is already registered with the Admin Server. Action
Contact BEA Customer Support. Error: Error advertising TransactionManager object: t
Description
The transaction service could not advertise the TransactionManager object in the server JNDI context. Cause
There may be a problem with the JNDI provider or another object is already bound to this context. Action
Contact BEA Customer Support. Error: An error occurred while advertising UserTransaction object: t
Description
The transaction service could not advertise the UserTransaction object in the server JNDI context. Cause
There may be a problem with the JNDI provider, or another object is already bound to this context. Action
Contact BEA Customer Support. Error: An error occurred while advertising Coordinator object: t
Description
The transaction service could not advertise the Coordinator object for the server in the JNDI context. Cause
There may be a problem with the JNDI provider, or another object is already bound to this context. Action
Contact BEA Customer Support. Error: An error occurred while exporting Coordinator object ID: t
Description
The Coordinator remote object is pinned to a specific object ID. During transaction service initialization, the Coordinator object for the server could not be exported under this object ID. Cause
Another remote object may be bound to this object ID. Action
Contact BEA Customer Support. Error: Error advertising SubCoordinator object: t
Description
The transaction service could not advertise the SubCoordinator RMI object for the server in the JNDI context. Cause
There may be a problem with the JNDI provider, or another object is already bound to this context. Action
Contact BEA Customer Support. Debug: msg: t
Description
Uncatalogued debug message - please do not change Cause
Debugging - please do not change. Action
No action required. Warning: Execute queue executeQueue thread count of threadCount is less than the recommended minimum value of recommendedMinimum. Transaction performance may be adversely affected.
Description
The JTA subsystem utilizes a dedicated pool of threads to process asynchronous messages to improve overall performance in a multiple server configuration that is experiencing a heavy application load. The administrator has overridden the default thread count for this execute queue to a value that is less than the recommended minimum. Cause
See message detail. Action
Remove or change the offending ExecuteQueue definition in the server configuration. Error: Unable to register with the Health Monitoring Service: t
Description
An exception occurred while registering the JTA Runtime MBean with the server Health Monitoring Service. Cause
Refer to the exception portion of the error message. Action
Check for related messages in the server error log. Contact BEA Customer Support. Error: Unable to obtain ownership of the Transaction Log.
Description
The server is unable to obtain ownership of its own transaction log within the specified time. Cause
The Transaction Recovery Service associated with the current server is currently owned by other servers. Action
Migrate the Transaction Recovery Migratable Service back to the current server before restarting it. Warning: Unable to unregister from the Health Monitoring Service: t
Description
An exception occurred while unregistering the JTA Runtime MBean from the server Health Monitoring Service. Cause
Refer to the exception portion of the error message. Action
Check for related messages in the server error log. Contact BEA Customer Support. Alert: The transaction logger is unable to load the native file driver to support the "oldPolicy" synchronous write policy. The transaction logger will use the Java file driver and the "newPolicy" policy instead, without any loss of reliability. It may be that WebLogic does not support native file I/O on this operating system. For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.
Description
The transaction logger is unable to load the native file driver to support the "oldPolicy" synchronous write policy. The transaction logger will use the Java file driver and the "newPolicy" policy instead, without any loss of reliability. It may be that WebLogic does not support native file I/O on this operating system. For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help. Cause
The native file I/O may not be supported on this platform. Action
Contact BEA Customer Support. Info: Opening transaction log with driver version "driverVersion" and synchronous write policy "policy". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.
Description
Opening transaction log with driver version "driverVersion" and synchronous write policy "policy". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help. Cause
Informational message. Action
None required. Info: An administrative request was made to locally rollback the transaction associated with Xid xid
Description
An administrative client, such as the WebLogic Admin Console, issued a force local rollback operation for the specified transaction. Cause
The force local rollback was initiated by an administrative application. Action
No action required. Info: An administrative request was made to locally commit the transaction associated with Xid xid
Description
An administrative client, such as the WebLogic Admin Console, issued a force local commit operation for the specified transaction. Cause
The force local commit was initiated by an administrative application. Action
No action required. Info: An administrative request was made to globally commit the transaction associated with Xid xid.
Description
An administrative client, such as the WebLogic Admin Console, issued a force global rollback operation for the specified transaction. Cause
A force global rollback was initiated by an administrative application. Action
No action required. Info: An administrative request was made to globally commit the transaction associated with Xid xid.
Description
An administrative client, such as the WebLogic Admin Console, issued a force global commit operation for the specified transaction. Cause
A force global commit was initiated by an administrative application. Action
No action required. Error: The administrative request to locally rollback the transaction associated with Xid xid failed, because the transaction does not exist
Description
An administrative client, such as the WebLogic Admin Console, issued a force local rollback operation for the specified transaction, and that transaction does not exist on the server. Cause
The transaction may have completed before the administrative request was made. Action
No action required. Error: The administrative request to locally commit the transaction associated with Xid xid failed because the transaction does not exist.
Description
An administrative client, such as the WebLogic Admin Console, issued a force local commit operation for the specified transaction, and that transaction does not exist on the server. Cause
The transaction may have completed before the administrative request was made. Action
No action required. Error: The administrative request to globally rollback the transaction associated with Xid xid failed because the transaction does not exist
Description
An administrative client, such as the WebLogic Admin Console, issued a force global rollback operation for the specified transaction, and that transaction does not exist on the server. Cause
The transaction may have completed before the administrative request was made. Action
No action required. Error: The administrative request to globally commit the transaction associated with Xid xid failed because the transaction does not exist
Description
An administrative client, such as the WebLogic Admin Console, issued a force global commit operation for the specified transaction, and that transaction does not exist on the server. Cause
The transaction may have completed before the administrative request was made. Action
No action required. Error: The administrative request to locally rollback the transaction xid encountered an error t.
Description
An administrative client, such as the WebLogic Admin Console, issued a force local rollback operation for the specified transaction. An error was encountered while processing the request. Cause
Refer to the exception information in the error message. Action
Check to see if the transaction still exists. The operation may have resolved the transaction. If the problem persists, contact BEA Customer Support. Error: The administrative request to globally rollback the transaction xid encountered an error t.
Description
An administrative client, such as the WebLogic Admin Console, issued a force global rollback operation for the specified transaction. An error was encountered while processing the request. Cause
Refer to the exception information in the error message. Action
Check to see if the transaction still exists, the operation may have resolved the transaction. If the problem persists, contact BEA Customer Support. Error: The administrative request to locally commit the transaction xid encountered an error t.
Description
An administrative client, such as the WebLogic Admin Console, issued a force local commit operation for the specified transaction. An error was encountered while processing the request. Cause
Refer to the exception information in the error message. Action
Check to see if the transaction still exists. The operation may have resolved the transaction. If the problem persists, contact BEA Customer Support. Error: The administrative request to globally commit the transaction xid encountered an error t.
Description
An administrative client, such as the WebLogic Admin Console, issued a force global commit operation for the specified transaction. An error was encountered while processing the request. Cause
Refer to the exception information in the error message. Action
Check to see if the transaction still exists. The operation may have resolved the transaction. If the problem persists, contact BEA Customer Support. Error: The administrative request to locally rollback the transaction xid failed because the transaction is in an invalid state. tx
Description
An administrative client, such as the WebLogic Admin Console, issued a force local rollback operation for the specified transaction. However, the transaction is in an invalid state and cannot be rolled back. Cause
The administrative request is invalid. Action
Issue a force commit operation instead to resolve the transaction. Error: The administrative request to globally rollback the transaction xid failed because the transaction is in an invalid state. tx
Description
An administrative client, such as the WebLogic Admin Console, issued a force global rollback operation for the specified transaction. However, the transaction is in an invalid state and cannot be rolled back. Cause
The administrative request is invalid. Action
Issue a force commit operation instead to resolve the transaction. Error: The administrative request to locally commit the transaction xid failed because the transaction is in an invalid state. tx
Description
An administrative client, such as the WebLogic Admin Console, issued a force local commit operation for the specified transaction. However, the transaction is in an invalid state and cannot be committed. Cause
The administrative request is invalid. Action
Issue a force rollback operation instead to resolve the transaction. Error: The administrative request to globally commit the transaction xid failed because the transaction is in an invalid state. tx
Description
An administrative client, such as the WebLogic Admin Console, issued a force global commit operation for the specified transaction. However, the transaction is in an invalid state and cannot be committed. Cause
The administrative request is invalid. Action
Issue a force rollback operation instead to resolve the transaction. Error: The administrative request to globally rollback the transaction xid failed, because the coordinator url could not be contacted. t
Description
An administrative client, such as the WebLogic Administration Console, issued a force global rollback operation and the coordinator for the transaction could not be contacted. Global operations require the coordinating server to be available to process the request among all participating servers for the transaction. Cause
The server that has been chosen, since the coordinator for the transaction is either not running or is unreachable. Action
Verify that the coordinating server is available and retry the operation. Alternatively, perform local operations to resolve the transaction. Error: The administrative request to globally commit the transaction xid failed, because the coordinator at url could not be contacted. t
Description
An administrative client, such as the WebLogic Administration Console, issued a force global commit operation and the coordinator for the transaction could not be contacted. Global operations require the coordinating server to be available to process the request among all participating servers for the transaction. Cause
The server that has been chosen as the coordinator for the transaction is either not running or is unreachable. Action
Verify that the coordinating server is available and retry the operation. Alternatively, perform local operations to resolve the transaction. Error: The administrative request to globally rollback the transaction xid failed, because the coordinator does not support manual transaction resolution.
Description
An administrative client, such as the WebLogic Administration Console, issued a force global rollback operation, and the coordinator for the transaction does not support manual transaction resolution. Cause
The coordinating server is an older version of WebLogic Server that does not support manual transaction resolution. Action
Perform local commit operations on all participants that support manual transaction resolution. Error: The administrative request to globally commit the transaction xid failed, because the coordinator does not support manual transaction resolution.
Description
An administrative client, such as the WebLogic Administration Console, issued a force global commit operation, and the coordinator for the transaction does not support manual transaction resolution. Cause
The coordinating server is an older version of WebLogic Server that does not support manual transaction resolution. Action
Perform local commit operations on all participants that support manual transaction resolution. Error: The administrative request to locally commit the transaction xid failed, because the transaction has been marked for rollback
Description
An administrative client, such as the WebLogic Administration Console, issued a force local commit operation. However, the transaction has been marked for rollback only. The commit operation can not complete. Cause
The transaction has been marked for rollback by an application component. Action
Attempt to resolve the transaction by using a forced rollback operation instead. Error: The administrative request to globally commit the transaction xid failed, because the transaction has been marked for rollback.
Description
An administrative client, such as the WebLogic Administration Console, issued a force global commit operation. However, the transaction has been marked for rollback only. The commit operation can not complete. Cause
The transaction has been marked for rollback by an application component. Action
Attempt to resolve the transaction by using a forced rollback operation instead. Error: The forced commit operation for transaction xid on resource resource was not performed, because the resource is busy.
Description
An administrative client, such as the WebLogic Administration Console, issued a forced commit operation. However, the resource is busy with another operation for this transaction. Cause
There may be a blocked resource operation for this transaction. The resource may be experiencing problems or it may be slow to respond. Action
Attempt to retry the commit operation. The associated resource changes for the transaction may need to be manually resolved using a resource-specific utility. Error: The forced rollback operation for transaction xid on resource resource was not performed, because the resource is busy
Description
An administrative client, such as the WebLogic Administration Console, issued a forced rollback operation. However, the resource is busy with another operation for this transaction. Cause
There may be a blocked resource operation for this transaction. The resource may be experiencing problems or it may be slow to respond. Action
Attempt to retry the commit operation. The associated resource changes for the transaction may need to be manually resolved using a resource-specific utility. Info: The forced commit operation for transaction xid on resource resource was not performed, because the resource has already been committed.
Description
An administrative client, such as the WebLogic Administration Console, issued a forced commit operation. However the transaction has already been committed. Cause
The transaction may have completed before the administrative client invoked the commit operation. Action
No action required. The transaction has been resolved. Info: The forced rollback operation for transaction xid on resource resource was not performed, because the resource has already been rolled back.
Description
An administrative client, such as the WebLogic Administration Console, issued a forced rollback operation. However, the transaction has already been rolled back. Cause
The transaction may have completed before the administrative client invoked the rollback operation. Action
No action required. The transaction has been resolved. Error: The forced commit operation for transaction xid on resource resource encountered an error. t
Description
An administrative client, such as the WebLogic Administration Console, issued a forced commit operation and a participating resource responded to the rollback operation with an error. Cause
Refer to the resource exception in the error message and any appropriate resource-specific error logs. Action
Determine if administrative operations are required in the resource to resolve the transaction branch. Error: The forced rollback operation for transaction xid on resource resource encountered an error. t
Description
An administrative client, such as the WebLogic Administration Console, issued a forced rollback operation and a participating resource responded to the rollback operation with an error. Cause
Refer to the resource exception in the error message and any appropriate resource-specific error logs. Action
Determine if administrative operations are required in the resource to resolve the transaction branch. Error: User [principal] is not authorized to invoke a forced global rollback.
Description
The administrative request to rollback the transaction failed because the user is not authorized to perform the operation. Cause
The authenticated principal making the request does not have adequate privileges to perform a forced rollback operation on the transaction. Action
Authenticate using an identity with adequate privileges prior to invoking the operation. Error: User [principal] is not authorized to invoke a forced global commit.
Description
The administrative request to commit the transaction failed because the user is not authorized to perform the operation. Cause
The authenticated principal making the request does not have adequate privileges to perform a forced commit operation on the transaction. Action
Authenticate using an identity with adequate privileges prior to invoking the operation. Error: User [principal] is not authorized to invoke a forced local rollback.
Description
The administrative request to rollback the transaction failed because the user is not authorized to perform the operation. Cause
The authenticated principal making the request does not have adequate privileges to perform a forced rollback operation on the transaction. Action
Authenticate using an identity with adequate privileges prior to invoking the operation. Error: User [principal] is not authorized to invoke a forced local commit.
Description
The administrative request to commit the transaction failed because the user is not authorized to perform the operation. Cause
The authenticated principal making the request does not have adequate privileges to perform a forced commit operation on the transaction. Action
Authenticate using an identity with adequate privileges prior to invoking the operation. Error: Unable to advertise non-XA resource resourceName: t
Description
An error occurred while trying to advertise the name of the resource being registered with the transaction manager. Cause
There may be a problem with the JNDI provider, or another object is already bound to this context. Action
Contact BEA Customer Support. Error: User [principal] is not authorized to invoke commit on a non-XA resource transaction branch.
Description
User identity [principal] should not be attempting to directly invoke internal methods on the SubCoordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Notice: The server has detected pending transactions during graceful shutdown. The server will wait for the pending transactions to complete before suspending the RMI service. A force shutdown command can be issued to shutdown the server immediately.
Description
The server has detected pending transactions during graceful shutdown. The server will wait for the pending transactions to complete before suspending the RMI service. A force shutdown command can be issued to shutdown the server immediately. Cause
The server has detected pending transactions during graceful shutdown Action
No action required. Use force shutdown command to ignore inflight work and shutdown the server immediately. Info: The unregisterResource operation for resource resourceName timed out after timeoutSeconds seconds.
Description
The weblogic.transaction.TransactionManager.unregisterResource() method was invoked for resource resourceName with the blocking option enabled. This operation will block if there are any transactions active on the server that reference the resource, giving such in-progress transactions the chance to complete before removing the resource from the server. The timeout value of timeoutSeconds seconds expired before all referring transactions could complete. When the timeout expires, the resource is unregistered from the server. Any remaining in-progress transactions that refer to the resource may not be able to complete. Cause
The administrator requested that the specified resource be unregistered from the transaction manager and transactions still exist on the server that refer to the resource. Action
Monitor in-flight transactions to determine if there are still active transactions that depend on the unregistered resource. Options include using the administration console to manually resolve transactions dependent transactions, or the resource may be redeployed for a sufficient period to allow the dependent transactions to complete. Warning: One-phase transaction [xid] is in an unknown state for logging resource [loggingResourceName]. The transaction operations either all rolled back, or all committed, or are blocked.\n Transaction detail: [tx].\n Root cause: [cause].
Description
A logging last resource (LLR) is participating in a global one-phase transaction so the global transaction must use a LLR local transaction to complete the transaction. The LLR local transaction failed during local commit, so the status of the transaction with respect to the logging resource is unknown and the global transaction cant be completed. The transaction operations either all rolled back, or all committed, or are blocked. Cause
If the logging last resource is a database, there are a number of possible root causes. Among them are: the database may have shutdown or crashed during the call to local commit, the database connection may have failed, the database local transaction may have timed out, or the database may have detected a potention dead-lock condition introduced by application operations within the local commit. Action
Examine the exception thrown by the LLR resource to determine the root cause of the problem. Warning: Two-phase transaction [xid], with logging resource [loggingResourceName], is an unknown state. The transaction manager will periodically retry determining the state of the transaction every [retryInterval] seconds. When the state is determined, the remaining resources in the transaction will be either rolled back or committed accordingly.\n Transaction detail: [tx].\n Root cause: [cause].
Description
A logging last resource (LLR) is participating in a global two-phase transaction so the global transaction must use a LLR local transaction to persist its global commit record to the logging resource. The LLR local transaction failed during local commit, so the status of the transaction with respect to the logging resource is unknown and the global transaction cant be completed. The transaction manager will periodically try test if the LLR local transaction committed by checking for the presence of the global commit record within the LLR transaction table. If the test determines that the global commit record was persisted, then the LLR local transaction committed, and the transaction manager will commit the remaining resources (branches) in the global transaction. If the test determines that global commit record was not persisted, then the LLR local transaction rolled back, and the transaction manager will rollback the remaining resources in the global transaction. Cause
If the logging last resource is a database, there are a number of possible root causes. Among them are: the database may have shutdown or crashed during the call to local commit, the database connection may have failed, the database local transaction may have timed out, or the database may have detected a potention dead-lock condition introduced by application operations within the local commit. Action
Examine the exception thrown by the LLR resource to determine the root cause of the problem. Note that no action may be required as the transaction manager will periodically retry the transaction until it can automatically rollback or commit accordingly. Notice: The transaction manager is completing logging resource [loggingResourceName] transaction [xid]. The transaction, which was previously in an unknown state, is now resolved and in the [iscommitted] state.
Description
A logging last resource (LLR) participated in a global two-phase transaction so the global transaction was required to use a LLR local transaction to persist its global commit record to the logging resource. The LLR local transaction failed during local commit, so the status of the transaction with respect to the logging resource was unknown and the global transaction couldnt be completed. The transaction manager was later able to determine if the LLR local transaction committed or rolled back by checking for the presence of the global commit record within the LLR transaction table. If the test determined that the global commit record was persisted, then the LLR local transaction committed, and the transaction manager is committing the remaining resources (branches) in the global transaction. If the test determined that global commit record was not persisted, then the LLR local transaction rolled back, and the transaction manager is rolling back the remaining resources in the global transaction. Cause
See previous log messages for the same transaction to determine the root cause. Action
See previous log messages for the same transaction to determine the root cause. Error: Logging resource [loggingResourceName] is unresponsive. The transaction manager request to determine the status of unresolved logging resource transactions, and has been blocked for [seconds] seconds.
Description
A logging last resource (LLR) participated in a global two-phase transaction so the global transaction was required to use a LLR local transaction to persist its global commit record to the logging resource. The LLR local transaction failed during local commit, so the status of the transaction with respect to the logging resource was unknown and the global transaction couldnt be completed. The transaction manager was trying to determine if the LLR local transaction committed or rolled back by checking for the presence of the global commit record within the LLR transaction table, but the check call is unresponsive (blocked). Cause
The logging last resource is in a failed state, or a query on the logging last resource transaction table is blocked due to locked rows. Action
Wait to see if communication with the logging resource (typically a database) eventually succeeds by checking for notice level log messages about resolved logging resource transactions. If the condition does not resolve itself, investigate the logging resource to see if there are long-standing operations and/or clients that are the cause of the blocking condition, and to see if the logging resource is logging error messages to its own logs. Critical: A logging last resource failed during initialization. The server cannot boot unless all configured logging last resources (LLRs) initialize. Failing reason: \nt\n
Description
While the server is running, the servers transaction manager may use any configured logging last resources (LLRs) to persist transaction state. If a configured LLR cannot be loaded during boot, then the server cannot boot, as the LLR may contain transaction records for committed two-phase transactions that have not completed committing all resources involved in the transaction. Cause
If the logging last resource is a JDBC LLR connection, there are a number of possible root causes. Among them are: the database may have shutdown or crashed, the database connection may have failed during boot, or the database connection may have incorrect database permissions. Action
Examine the root exception thrown by the LLR resource to determine the root cause of the problem. Info: The JTA health state has changed from oldState to newState.
Description
This is a generic log message that indicates that there has been a change in the health of the JTA subsystem. Cause
An internal event has caused the JTA health state to transition to the normal state. Refer to previous health log entries for the conditions that have been corrected to trigger the state change. Action
None required. Warning: The JTA health state has changed from oldState to newState with reason codes: reasons.
Description
This is a generic log message that indicates that there has been a change in the health of the JTA subsystem. Cause
Refer to the message body for information regarding the events that caused the health change. Action
Refer to the message body for the cause of the JTA state change and take the appropriate action to correct the exception condition. Error: The JTA health state has changed from oldState to newState with reason codes: reasons.
Description
This is a generic log message that indicates that there has been a change in the health of the JTA subsystem. Cause
Refer to the message body for information regarding the events that caused the health change. Action
Refer to the message body for the cause of the JTA state change and take the appropriate action to correct the exception condition. Warning: Transaction xid cannot complete commit processing because resource [resourceName] is unavailable. The transaction will be abandoned after secondsToAbandon seconds unless all resources acknowledge the commit decision.
Description
The transaction manager has committed the global transaction but may not have informed all resource participants of the outcome. The pending resource is not known to exist in the system and is preventing the transaction from completing. The transaction will remain in the committing state until either the resource acknowledges the XAResource.commit call or until the abandon timeout expires at which time the transaction will be removed from the system possibly leaving pending transaction branches. Cause
The resource may have been undeployed or is unresponsive and declared unavailable. Check for related server log messages that may provide additional detail regarding the state of the resource. Action
If the resource is undeployed, deploy the resource or the application module if the resource is application scoped. If a problem exists with the resource manager correct the problem and redeploy the resource. Warning: Transaction xid cannot complete rollback processing because the pending resource [resourceName] is unavailable. The transaction will be abandoned after secondsToAbandon seconds unless all resources acknowledge the rollback decision.
Description
The transaction manager has decided to abort the global transaction but may not have informed all resource participants of the outcome. The pending resource is not known to exist in the system and is preventing the transaction from completing. The transaction will remain in the rolling back state until either the resource acknowledges the XAResource.rollback call or until the abandon timeout expires at which time the transaction will be removed from the system possibly leaving pending transaction branches. Cause
The resource may have been undeployed or is unresponsive and declared unavailable. Check for related server log messages that may provide additional detail regarding the state of the resource. Action
If the resource is undeployed, deploy the resource or the application module if the resource is application scoped. If a problem exists with the resource manager correct the problem and redeploy the resource. Warning: The LLR resource(s) resourceList are not available and may contain transaction commit records required for recovery processing. Recovery of XA resources will not occur until these resources are deployed.
Description
The missing Logging Last Resource(s) participated in one or more global transactions in a prior server run and may contain persisted transaction commit records that are necessary for resolving pending resource transaction branches. The transaction manager cannot proceed with recovery of XA resources until all transaction commit records have been processed. Cause
Prior to server restart, one or more global transactions were processed that had a LLR participant and may not have completed before the server was restarted, potentially leaving a commit record in a LLR resource and prepared resource transaction branches that are awaiting a commit or rollback decision from the coordinator. Action
Redeploy the specified LLR resources, wait for all in progress transactions to complete and shutdown the server gracefully. Error: User [principal] is not authorized to invoke ackPrepare on a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that the client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke Commit on a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke AckPrePrepare on a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke CheckStatus on a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke AckCommit on a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke NakCommit on a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke AckRollback on a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke NakRollback on a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke BroadcastXAResourceRegistrationChange on a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke BroadcastNonXAResourceRegistrationChangeon a Coordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the Coordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke GetSubCoordinatorInfo on a SubCoordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the SubCoordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke GetProperties on a SubCoordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the SubCoordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Error: User [principal] is not authorized to invoke Recover on a SubCoordinator.
Description
The user with identity [principal] should not be attempting to directly invoke internal methods on the SubCoordinator object. This might subvert transactional integrity. Permission was denied, and the attempt was ignored. Cause
This might be a symptom of a potential security attack, or alternately, a problem with the "system" security identity of the server. Action
Verify that client software is not directly invoking an internal WebLogic system object. Warning: The migrator(the AdminServer for manual JTA migration policy, or the Singleton Master for automatic JTA migration policy) is not available. Will skip JTA TRS failback because isStrictOwnershipCheck is [false]. This may lead to potencial TLOG corruption if TRS of serverName has been migrated to backup server and the backup server is accessing the TLOG of serverName. More safety can be achieved by setting isStrictOwnershipCheck to [true].
Description
The migrator(the AdminServer for manual JTA migration policy, or the Singleton Master for automatic JTA migration policy) is not available. Will skip JTA TRS failback because isStrictOwnershipCheck is [false]. This may lead to potencial TLOG corruption if TRS of serverName has been migrated to backup server and the backup server is accessing the TLOG of serverName. More safety can be achieved by setting isStrictOwnershipCheck to [true]. Cause
The AdminServer or Singleton Master is down, or cannot be reached. Action
Start AdminServer or Singleton Master before starting any managed server in cluster. Error: Error advertising TransactionSynchronizationRegistry object: t
Description
The transaction service could not advertise the TransactionSynchronizationRegistry object in the server JNDI context. Cause
There may be a problem with the JNDI provider or another object is already bound to this context. Action
Contact BEA Customer Support. Info: The Transaction Manager is being started in standalone mode and will not be able to participate in distributed transactions.
Description
The Transaction Manager does not have a RMI provider and/or a JNDI context provider configured that are required to support distributed transactions. Cause
There are no suitable RMI and/or JNDI providers configured. Action
Configure appropriate RMI and JNDI context providers. Info: The Transaction Manager is being started in distributed mode.
Description
The Transaction Manager is in distributed mode and can participate in distributed transactions. Info: An error occurred while creating the transaction log persistent store: null
Description
An error was encountered while opening or creating the persistent store that was to be used for the transaction log. Cause
Refer to the associated exception. Warning: Transaction Could not set CoordinatorURL to use AdminChannel downgrading t
Description
An error occurred while trying to set CoordinatorURL to use Admini channel. Cause
Internal error. Action
Contact BEA Customer Support.
![]()