0

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?

Pascal Thivent
  • 562,542
  • 136
  • 1,062
  • 1,124

1 Answers1

0

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.

Shreeni
  • 295
  • 4
  • 12