Skip navigation.

JDBC メッセージ 0-99

  Previous

1

ERROR:Attempt to access a closed JDBC connection, reason

説明

An attempt to access a JDBC connection failed. The connection was closed. The reason for the closing is specified in reason.

アクション

Notify the programmer to see if the reason for the closing is expected. If not, contact BEA Customer Support.

2

WARN:User specified is different from that specified in UBB

説明

The user name specified as the getConnection parameter does not match that specified in the UBB JDBC connection pool specification.

アクション

Either change the user name JDBC connection pool attribute value in UBB, or use the getConnection API that takes no parameters to obtain a JDBC connection.

3

WARN:Password specified is different from that specified in UBB

説明

The password specified as the getConnection parameter does not match that specified in the UBB JDBC connection pool specification.

アクション

Either change the password JDBC connection pool attribute value in UBB, or use the getConnection API that takes no parameters to obtain a JDBC connection.

4

INFO:Driver:name loaded

説明

This is an informational message indicating that the JDBC driver with the class name specified in name has been loaded successfully.

アクション

None.

5

INFO:New JDBC connection created by driver:name

説明

This is an informational message indicating that a new JDBC connection was created by the driver with the class name specified in name.

アクション

None.

6

ERROR:xa_start returns err

説明

An attempt by the JDBC driver to perform xa_start fails with the XA error code specified in err.

アクション

Refer to the X/Open XA specification for a definition of the XA error code. Also, check the resource manager vendor's trace file for additional information, if any. If applicable, correct any resource manager problems. If the problem persists, notify BEA Customer Support.

7

ERROR:xa_end returns err

説明

An attempt by the JDBC driver to perform xa_end fails with the XA error code specified in err.

アクション

Refer to the X/Open XA specification for a definition of the XA error code. Also, check the resource manager vendor's trace file for additional information, if any. If applicable, correct any resource manager problems. If the problem persists, notify BEA Customer Support.

8

ERROR:Not supported

説明

The method that the application invoked is not supported in WLE 5.0.

アクション

Notify the programmer.

9

ERROR:Not supported

説明

The method that the application invoked is not supported in WLE 5.0.

アクション

Notify the programmer.

10

ERROR:Not supported

説明

The method that the application invoked is not supported in WLE 5.0.

アクション

Notify the programmer.

11

ERROR:Not supported

説明

The method that the application invoked is not supported in WLE 5.0.

アクション

Notify the programmer.

12

ERROR:Not supported

説明

The method that the application invoked is not supported in WLE 5.0.

アクション

Notify the programmer.

13

ERROR:Not supported

説明

The method that the application invoked is not supported in WLE 5.0.

アクション

Notify the programmer.

14

WARN:User specified is different from that of UBB

説明

The user name specified as the getConnection parameter does not match the user name specified in the UBB JDBC connection pool specification.

アクション

Either change the user name JDBC connection pool attribute value in UBB, or use the getConnection API that takes no parameters to obtain a JDBC connection.

15

WARN:Password specified is different from that of UBB

説明

The password specified as the getConnection parameter does not match the user name specified in the UBB JDBC connection pool specification.

アクション

Either change the password JDBC connection pool attribute value in UBB, or use the getConnection API that takes no parameters to obtain a JDBC connection.

16

ERROR:Not supported

説明

The method that the application invoked is not supported in WLE 5.0.

アクション

Notify the programmer.

17

ERROR:JDBC URL not accepted by driver:drv

説明

The specified JDBC URL is not accepted by the JDBC driver. The class name of the JDBC driver is specified in drv.

アクション

Make sure that the JDBC URL specified in UBBCONFIG is valid.

18

ERROR:JDBC connection creation by driver:drv failed

説明

The JDBC connection creation failed. The class name of the JDBC driver is specified in drv.

アクション

Make sure that all the JDBC connection pool parameters specified in UBBCONFIG are valid. Check that the database is up and running. If the problem persists, contact BEA Customer Support.

 

Skip footer navigation  Back to Top Previous