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?
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.
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 ...
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 ...
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 ...
I am trying to configure my path to include javax.servlet with WebLogic. WebLogic has split out the Jar files, so which one contains javax.servlet?
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 ...
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 ...
I have been tasked with looking for a performance testing solution for one of our Java applications running on a Weblogic server. The requirement is to record production requests (both GET and POST ...
Is it possible to log the session ID in the access log of WebLogic 8.1.6?