开发者

Weblogic connection pool

开发者 https://www.devze.com 2022-12-12 05:50 出处:网络
I\'m trying to create a connection pool in weblogic (8.1) and getting the following exception: <BEA-001129> <Received exception while creating connection for pool \"testPool\": 7>

I'm trying to create a connection pool in weblogic (8.1) and getting the following exception:

<BEA-001129> <Received exception while creating connection for pool "testPool": 7> 

I have no clue about that number (7)开发者_如何学JAVA. How can I solve the problem?


Seems like a DB side error. Pls check if you are able to connect to the target DB using any other client. That might give a clue.

0

精彩评论

暂无评论...
验证码 换一张
取 消