Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for connection wait timeout message not being translated. #6408

Closed
jmstephensgit opened this issue Feb 5, 2019 · 1 comment
Closed
Assignees
Labels
release bug This bug is present in a released version of Open Liberty release:19002 team:Zombie Apocalypse

Comments

@jmstephensgit
Copy link
Member

jmstephensgit commented Feb 5, 2019

The connection wait timeout exception text is not translated.

The follow error in the trace and connection wait timeout exception will be translated and contain the same information to better problem determination.

In the following example, connection wait timeout is set to 20 seconds, maximum connection is set to 1 and there are 3 addition waiting connection requests not including this thread that is getting the connection wait timeout exception, since this is removed from the waiting list.

[2/5/18 7:32:35:183 CST] 0000004b id=00000000 com.ibm.ejs.j2c.FreePool                                     E J2CA0045E: Connection not available while invoking method createOrWaitForConnection for resource jdbc/test.  Timed out waiting for 20,005 with 3 remaining waiting requests and current total connections used 1.

Exception returned to application,
Caused by: com.ibm.websphere.ce.j2c.ConnectionWaitTimeoutException: J2CA0045E: Connection not available while invoking method createOrWaitForConnection for resource jdbc/test.  Timed out waiting for 20,005 with 3 remaining waiting requests and current total connections used 1.

@jmstephensgit jmstephensgit added release bug This bug is present in a released version of Open Liberty team:Zombie Apocalypse labels Feb 5, 2019
@jmstephensgit jmstephensgit self-assigned this Feb 5, 2019
@jmstephensgit
Copy link
Member Author

Merged pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release bug This bug is present in a released version of Open Liberty release:19002 team:Zombie Apocalypse
Projects
None yet
Development

No branches or pull requests

3 participants