Skip navigation.

JTA メッセージ 0-99

  Previous

2

ERROR:Cannot enlist XA resource - reason:res

説明

An attempt to enlist the XA resource failed; the reason for the enlistment failure is specified in res.

アクション

This could be due to various errors related to the resource manager. Check for any other XA error messages output to ULOG, and the resource manager vendor's trace file, if any. If applicable, correct any resource manager problems. If the problem persists, contact BEA Customer Support.

3

ERROR:Cannot delist XA resource - reason:res

説明

An attempt to delist the XA resource failed; the reason for the delistment failure is specified in res.

アクション

any other XA error messages output to ULOG, and the resource manager vendor's trace file, if any. If applicable, correct any resource manager problems. If the problem persists, contact BEA Customer Support.

4

ERROR:Cannot enlist XA resources - reason:res

説明

An attempt to enlist the XA resource(s) failed; the reason for the enlistment failure is specified in res.

アクション

This could be due to various errors related to the resource manager. Check for any other XA error messages output to ULOG, and the resource manager vendor's trace file, if any. If applicable, correct any resource manager problems. If problem persists, contact BEA Customer Support.

5

ERROR:Cannot delist XA resources - reason:res

説明

An attempt to delist the XA resource(s) failed; the reason for the delistment failure is specified in res.

アクション

This could be due to various errors related to the resource manager. Check for any other XA error messages output to ULOG, and the resource manager vendor's trace file, if any. If applicable, correct any resource manager problems. If the problem persists, contact BEA Customer Support.

6

ERROR:Cannot start inproc

説明

An attempt to enlist or delist the XA resource(s) failed while starting an inprocess method invocation.

アクション

This could be due to various errors related to the resource manager. Check for any other XA error messages output to ULOG, and the resource manager vendor's trace file, if any. If applicable, correct any resource manager problems. If the problem persists, contact BEA Customer Support.

7

ERROR:Cannot end inproc

説明

An attempt to enlist or delist the XA resource(s) failed while ending an inprocess method invocation.

アクション

This could be due to various errors related to the resource manager. Check for any other XA error messages output to ULOG, and the resource manager vendor's trace file, if any. If applicable, correct any resource manager problems. If the problem persists, contact BEA Customer Support.

8

ERROR:Cannot initialize JDBC connection pool:pool_name

説明

An attempt to initialize the JDBC connection pool with the name specified in pool_name failed.

アクション

This could be caused by an invalid JDBC driver class name or other JDBC connection pool attributes, as specified in the UBBCONFIG file, or resource manager problems. Take appropriate corrective measures. If the problem persists, contact BEA Customer Support.

9

WARN:Cannot create minimum number of JDBC connections for the JDBC connection pool:pool_name. Total created:num.

説明

An attempt to create the minumum number of JDBC connections for JDBC connection pool, with the name specified in pool_name, failed. The total number of JDBC connections created is specified in num.

アクション

This could be caused by invalid JDBC connection pool attributes, as specified in the UBBCONFIG file, or resource manager problems. Take appropriate corrective measures. If the problem persists, contact BEA Customer Support.

10

INFO:JDBC connection replaced during test connection on reserve for JDBC connection pool:pool_name

説明

This is an informational message. It indicates that the JDBC connection of the JDBC connection pool, with the name specified in pool_name, is replaced when the JDBC connection pool tests for its validity when an application attempts to obtain a JDBC connection.

アクション

None.

11

INFO:JDBC connection closed during test connection on release for JDBC connection pool:pool_name

説明

This is an informational message indicating that the JDBC connection of the JDBC connection pool, with the name specified in pool_name, is replaced when the JDBC connection pool tests for its validity upon an application's release of the JDBC connection.

アクション

None.

12

INFO:Cannot get DataSource property:prop for the JDBC connection pool:pool_name

説明

The DataSource property specified in prop cannot be obtained from the JDBC connection pool pool_name.

アクション

None. This may result in a more serious error, in which case a corresponding error message will be written to the ULOG.

13

WARN:Cannot set DataSource property:prop for JDBC connection pool:pool_name

説明

The DataSource property specified in prop cannot be set for the JDBC connection pool with the name specified in pool_name.

アクション

None. This may result in a more serious error, in which case a corresponding error message will be written to the ULOG.

17

ERROR:Required to set DataSource property "wle.jdbc.testTable" for JDBC connection pool:val

説明

The DataSource property wle.jdbc.testTable (that is, the JDBC connection pool admin attribute TESTTABLE) must be specified in the UBBCONFIG file if either the DataSource property wle.jdbc.testConnOnReserve (i.e., the JDBC connection pool admin attribute TESTONRESERVE) or wle.jdbc.testConnOnRelease (i.e., the JDBC connection pool admin attribute TESTONRELEASE) is specified to be true.

アクション

Set the JDBC connection pool admin attribute TESTTABLE to a valid database test table value in the UBBCONFIG file. Run tmloadcf again, and then boot the application again. If the problem persists, contact BEA Customer Support.

18

WARN:XA mode not supported for JDBC driver:driver. JDBC connection pool pool_name defaulted to non-XA mode.

説明

WLE does not support the JDBC driver, with class name driver, in XA mode. This is an informational message. It indicates that the corresponding JDBC conection pool, with the name pool_name, is defaulted to operate in local transaction mode.

アクション

None.

19

INFO:number JDBC connection(s) created for JDBC connection pool:pool_name

説明

This is an informational message. It indicates the number of new JDBC connections that are being created for the JDBC connection pool whose name is specified in pool_name.For non-XA connection pools, the connection to the underlying database ismade at the same time as the JDBC connection is made. For XA connection pools, the connection to the underlying database is made after this message is placed in the user log file when xa_open is called.

アクション

None.

20

INFO:ConnectionPoolDataSource created for JDBC driver:driver

説明

This is an informational message. It indicates that the ConnectionPoolDataSource is created for the JDBC driver whose class name is specified in driver.

アクション

None.

21

ERROR:Cannot create ConnectionPoolDataSource for JDBC driver:driver

説明

An attempt to create the JDBC connection pool data source failed. The driver class name is specified in driver.

アクション

Make sure that the driver class name specified in the UBBCONFIG is valid. If the problem persists, contact BEA Customer Support.

22

INFO:num JDBC connection(s) closed during shrinking of JDBC connection pool:pool_name

説明

This is an informational message. It indicates that JDBC connection(s) are closed during the shrinking of the JDBC connection pool whose name is specified in pool_name. The number num indicates the actual number of JDBC connection(s) that are being closed.

アクション

None.

23

INFO:num JDBC connection(s) replaced during auto refresh of JDBC connection pool

説明

This is an informational message. It indicates that JDBC connection(s) are closed during the auto refresh of the JDBC connection pool whose name is specified in pool_name. The number num indicates the actual number of JDBC connection(s) that are being closed.

アクション

None.

24

ERROR:Cannot get JDBCCONNPOOL properties from TMIB

説明

An attempt to read the JDBC connection pool admin attributes from TMIB on JavaServer startup failed.

アクション

Contact BEA Customer Support.

25

ERROR:Cannot get JDBCCONNPOOL properties

説明

An attempt to obtain the JDBC connection pool admin attributes on JavaServer startup failed.

アクション

Contact BEA Customer Support.

26

ERROR:Duplicate Registration of JDBC Connection Pool ManagedObject

説明

An attempt was made to register JDBC Connection Pool ManagedObject more than once with the WLE admin infrastructure.

アクション

Contact BEA Customer Support.

27

ERROR:Cannot rebind JDBC connection pool:pool_name

説明

An attempt to rebind a dynamic JDBC connection pool with name pool_name after the connection pool is created failed.

アクション

Contact BEA Customer Support.

28

WARN:num JDBC connections were closed

説明

This is a warning message to indicate that the WLE infrastructure implicitly closed JDBC connections on behalf of the application. Refer to the BEA WebLogic Enterprise online documentation to see under what conditions this will occur. The number num indicates the actual number of JDBC connections that were closed.

アクション

Notify the programmer.

28

WARN:num JDBC connections were closed

説明

This is a warning message to indicate that the WLE infrastructure implicitly closed JDBC connections on behalf of the application. Refer to the BEA WebLogic Enterprise online documentation to see under what conditions this will occur. The number num indicates the actual number of JDBC connections that were closed.

アクション

Notify the programmer.

29

ERROR:Unable to enlist XA resources - reason:res.

説明

An attempt to enlist XA resources failed. The reason for the enlist failure is specified in res.

アクション

Contact BEA Customer Support.

30

ERROR:Unable to delist XA resources - reason:res.

説明

An attempt to delist XA resources failed. The reason for the delist failure is specified in res.

アクション

Contact BEA Customer Support.

 

Skip footer navigation  Back to Top Previous