BEA-000600
|
Error: Callback str failed: \nt
Description
| Deprecated functionality. |
Cause
| Deprecated functionality. |
Action
| Deprecated functionality. |
|
BEA-000601
|
Info: AdminProxyWatchDog: Enabled. Interval = intervalSecs secs.
Description
| Deprecated functionality. |
Cause
| Deprecated functionality. |
Action
| Deprecated functionality. |
|
BEA-000602
|
Error: AdminProxyWatchDog: Enable failed.
Description
| Deprecated functionality. |
Cause
| Deprecated functionality. |
Action
| Deprecated functionality. |
|
BEA-000603
|
Info: AdminProxyWatchDog: Disabled.
Description
| Deprecated functionality. |
Cause
| Deprecated functionality. |
Action
| Deprecated functionality. |
|
BEA-000604
|
Error: AdminProxyWatchDog: Disable failed.
Description
| Deprecated functionality. |
Cause
| Deprecated functionality. |
Action
| Deprecated functionality. |
|
BEA-000605
|
Error: Connectivity lost to WatchDog Client. Shutting down.
Description
| Deprecated functionality. |
Cause
| Deprecated functionality. |
Action
| Deprecated functionality. |
|
BEA-000606
|
Error: AdminProxyWatchDog: No echo received in last diff minutes. Shutting down.
Description
| Deprecated functionality. |
Cause
| Deprecated functionality. |
Action
| Deprecated functionality. |
|
BEA-000607
|
Info: AdminProxyWatchDog: Echo Received.
Description
| Deprecated functionality. |
Cause
| Deprecated functionality. |
Action
| Deprecated functionality. |
|
BEA-000608
|
Info: AdminProxyWatchDog: Tick. diff = diff
Description
| Deprecated functionality. |
Cause
| Deprecated functionality. |
Action
| Deprecated functionality. |
|
BEA-000609
|
Error: An error occurred during server shutdown: th0.
Description
| The indicated error has occurred while the server was being shutdown. |
Cause
| This is an internal error. |
Action
| Contact Oracle technical support. |
|
BEA-000610
|
Debug: arg0
Description
| This is an internal diagnostic or debug message. |
Cause
| Some internal condition has caused this message to be displayed. |
Action
| No action required. |
|
BEA-000611
|
Info: No resources in the pool poolName will be tested, as specified MaxUnavailable val has been reached.
Description
| No resources in the pool will be tested, as specified MaxUnavailable has been reached. |
Cause
| The application MaxUnavailable attribute for this pool has been configured. Since the number of unavailable resources in the pool has reached or exceeded the configured limit, no more resources will be tested (as resources become unavailable to the application during the testing). |
Action
| Tune the MaxUnavailable attribute for the pool if so desired. |
|
BEA-000612
|
Info: All val resource instances currently available in the pool poolName are being tested.
Description
| All the resource instances currently available in the indicated pool are being tested. |
Cause
| This is a warning indicating that all currently available resources in the pool are being tested, hence some or all of them may become unavailable to the application for a short time. |
Action
| Reduce the current setting of the MaxUnavailable attribute for the pool. |
|
BEA-000613
|
Info: Testing of resources upon creation has been dynamically enabled for pool "poolName".
Description
| The feature that allows the testing of resources at creation time has been dynamically enabled. |
Cause
| This is an informational message. |
Action
| No action required. |
|
BEA-000614
|
Info: Testing of resources upon creation has been dynamically disabled for pool "poolName".
Description
| The feature that allows the testing of resources at creation time has been dynamically disabled. |
Cause
| This is an informational message. |
Action
| No action required. |
|
BEA-000615
|
Info: Testing of resources when being reserved has been dynamically disabled for pool "poolName".
Description
| The feature that allows the testing of resources when they are being reserved has been dynamically disabled. |
Cause
| This is an informational message. |
Action
| No action required. |
|
BEA-000616
|
Info: Testing of resources when being reserved has been dynamically enabled for pool "poolName".
Description
| The feature that allows the testing of resources when they are being reserved has been dynamically enabled. |
Cause
| This is an informational message. |
Action
| No action required. |
|
BEA-000617
|
Info: Testing of resources when being released has been dynamically enabled for pool "poolName".
Description
| The feature that allows the testing of resources when they are being released has been dynamically enabled. |
Cause
| This is an informational message. |
Action
| No action required. |
|
BEA-000618
|
Info: Testing of resources when being released has been dynamically disabled for pool "poolName".
Description
| The feature that allows the testing of resources when they are being released has been dynamically disabled. |
Cause
| This is an informational message. |
Action
| No action required. |
|
BEA-000619
|
Error: Unable to forcibly release resource "resName" back into the pool "poolName". Received exception: error.
Description
| Pool maintenance thread was unable to release the indicated resource back into the indicated pool. |
Cause
| As part of the InactiveResourceTimeout feature, resources that are found to be inactive for the configured period of time are forcibly released back into the pool. The operation could not be performed for the indicated reason. |
Action
| Contact Oracle Technical Support. |
|
BEA-000620
|
Warning: Forcibly releasing inactive resource "res" back into the pool "pool".
Description
| The indicated resource is being forcibly released back into the indicated pool. |
Cause
| The resource was found to be unused by the application for the specified duration, and hence is being forcibly released back into pool. |
Action
| Check application code for leakages of resource objects, or tune the configured value of the relevant pool attribute. |
|
BEA-000621
|
Error: Expected RemoteException, RuntimeException, or Error\n th
Description
| The server received a low-level message that contained an unexpected error type. |
Cause
| An unexpected low-level message was sent to the server. |
Action
| This is likely to be due to an internal server/client error that should be reported to Oracle Customer Support. |
|
BEA-000622
|
Warning: Ignoring attempt to release resource "res" to pool "pool" after the pool has been shutdown.
Description
| Ignoring an attempt to release a resource back into a pool after the pool has been shutdown. |
Cause
| Application is trying to release a resource to a pool after the pool has been shutdown. |
Action
| Check application behavior. All resources should be closed before the application is shutdown. |
|
BEA-000623
|
Warning: Setting CapacityIncrement for pool "pool" to 1. The specified value of "oldVal" is not valid.
Description
| CapacityIncrement value for pool has been internally adjusted, since the specified value is invalid. |
Cause
| The application had specified an invalid value for CapacityIncrement. |
Action
| Check and correct the specified value for CapacityIncrement for the indicated pool. |
|
BEA-000624
|
Warning: Setting frequency of testing of free resources in pool "pool" to 5 seconds, since the specified value of "oldVal" is not valid.
Description
| The frequency of testing of free resources for pool has been internally adjusted, since the specified value is invalid. |
Cause
| The application had specified an invalid value for the test frequency. |
Action
| Check and correct the specified value for TestFrequencySeconds for the indicated pool. |
|
BEA-000625
|
Info: The application has disabled periodic testing of free resources in pool "pool".
Description
| The application has disabled the feature to periodically test free resources in pools. |
Cause
| Informational message. |
Action
| No action required. |
|
BEA-000626
|
Info: Free resources in pool "pool" will be tested every "freq" seconds.
Description
| Free resources in the indicated pool will be tested at the indicated frequency. |
Cause
| Informational message. |
Action
| No action required. |
|
BEA-000627
|
Info: Reached maximum capacity of pool "pool", making "newVal" new resource instances instead of "oldVal".
Description
| Hit configured maximum capacity of pool while making additional resources for the pool. Therefore, the number of resources being made has been increased. |
Cause
| Informational message. |
Action
| No action required. |
|
BEA-000628
|
Info: Created "count" resources for pool "pool", out of which "avl" are available and "unavl" are unavailable.
Description
| The indicated number of resources have been created for the pool. |
Cause
| Informational message. |
Action
| No action required. |
|
BEA-000629
|
Warning: Recreated "actualCnt" out of "count" resources for pool "pool".
Description
| Pool was able to recreate only the indicated number of resources rather than the indicated number required. |
Cause
| As part of forcibly suspending a pool, all resources currently in use are destroyed and recreated. This message indicates that not all required resources were recreated. |
Action
| Contact Oracle Technical Support. |
|
BEA-000630
|
Warning: Unable to create "count" resources for pool "pool".
Description
| Pool was unable to create the indicated number of resources. |
Cause
| As part of the ConnectionCreationRetry feature, pools periodically attempt to create unavailable resources. This message indicates that in the current attempt, the indicated number of resources could not be created. |
Action
| Check if the failure condition that prevents the resources from being created (for example, database server or downed network connectivity to it) is still persisting. |
|
BEA-000631
|
Warning: Unknown resource "res" being released to pool "pool": trace
Description
| Application is attempting to release a resource that is not known to the pool. |
Cause
| Application is trying to release a resource to a pool that is no longer part of the pool. This could happen if the pool was forcibly suspended (which results in all borrowed resources being closed and replaced with new ones) while the resource was borrowed by the application. |
Action
| Check application behavior. |
|
BEA-000632
|
Warning: Resource Pool "pool" shutting down, ignoring count resources still in use by applications..
Description
| Pool is shutting down, ignoring resources borrowed from it that are still in use. |
Cause
| Administrator is shutting down the pool while applications are still using resources they have obtained from the pool. It is possible that these resources may have been leaked by the applications. |
Action
| Check application behavior. |
|