Skip navigation.

JDBC Messages 0-99

  Previous

1

ERROR: Attempt to access a closed JDBC connection, reason

Description

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

Action

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

Description

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

Action

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

Description

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

Action

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

Description

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

Action

None.

5

INFO: New JDBC connection created by driver: name

Description

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

Action

None.

6

ERROR: xa_start returns err

Description

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

Action

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

Description

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

Action

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

Description

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

Action

Notify the programmer.

9

ERROR: Not supported

Description

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

Action

Notify the programmer.

10

ERROR: Not supported

Description

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

Action

Notify the programmer.

11

ERROR: Not supported

Description

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

Action

Notify the programmer.

12

ERROR: Not supported

Description

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

Action

Notify the programmer.

13

ERROR: Not supported

Description

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

Action

Notify the programmer.

14

WARN: User specified is different from that of UBB

Description

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

Action

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

Description

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

Action

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

Description

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

Action

Notify the programmer.

17

ERROR: JDBC URL not accepted by driver: drv

Description

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

Action

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

18

ERROR: JDBC connection creation by driver: drv failed

Description

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

Action

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