English 中文(简体)
Weblogic connection pool
原标题:

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). 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.





相关问题
How to deploy WebLogic s JMS module to another server

If I have a JMS module defined in a file (my-module-jms.xml) copied from one of WebLogic 9.x domains, then is there a way to deploy that module to another WebLogic with minimal effort using either ...

Weblogic Apache plugin and session stickiness

If two web servers are configured in between a load balancer and a weblogic cluster, will the two Apache server maintain session stickiness? Say for example, the load balancer forwards the first ...

Deliver JMS message to all nodes in the cluster in Weblogic

Is there a way to configure WebLogic 9.x cluster to receive a JMS message on a single JMS queue address from remote client and that the message is delivered to each cluster node? Any links would be ...

Encrypting SALTEDHASHED weblogic password in java

How to encrypt SALTEDHASHED password (used by Weblogic) in java? I need to be able to hash passwords in exactly the same way as WebLogic s authenticator does. Preferably without using WebLogic s ...

Weblogic connection pool

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 ...

热门标签