Discussion:
Datasource creation error
(too old to reply)
Ragu
2003-09-26 14:25:43 UTC
Permalink
Hi friends,
I need a help in weblogic, I have created a Connection pool and it%u2019s deployed successfully. When I am trying to create a TX Data source or JDBC data Source, it%u2019s giving the following exception. I got this "[java.lang.Exception: weblogic.common.ResourceException: DataSource(test) can't be created with non-existent Pool (connection or multi) (TestPool)]" exception whenever I try to deploy the Data sources. It%u2019s seems to be the connection pool is not created. But the connection pool has created and deployed also.

I have tried with different weblogic instances and I am getting the same exception. I am using weblogic 6.1 in Sun OS 5.8.
Can you give me a solution for this problem?
Deepak Vohra
2003-09-26 14:45:56 UTC
Permalink
Does the config.xml file contain an entry for the connection pool?
Is the target server set on the Connection Pool?

thanks,
Deepak
Post by Ragu
Hi friends,
I need a help in weblogic, I have created a Connection pool
and it%u2019s deployed successfully. When I am trying to create a TX
Data source or JDBC data Source, it%u2019s giving the following exception.
DataSource(test) can't be created with non-existent Pool (connection
or multi) (TestPool)]" exception whenever I try to deploy the Data sources.
It%u2019s seems to be the connection pool is not created. But the connection
pool has created and deployed also.
I have tried with different weblogic instances and I am getting the same
exception. I am using weblogic 6.1 in Sun OS 5.8.
Can you give me a solution for this problem?
Akilah McIntyre
2005-01-10 20:25:32 UTC
Permalink
1) [url=http://commerce.bea.com/showproduct.jsp?family=WLP&major=8.1&minor=4]http://commerce.bea.com/showproduct.jsp?family=WLP&major=8.1&minor=4[/url]

2)Make sure you add your JDBC drivers to the beginning of CLASSPATH in either setDomainenv.cmd or setEnv.cmd

3)What really helped was BEA support and playing with BEA's JDBC example that shows how to create and deploy and use a data source.

[url=http://dev2dev.bea.com/codelibrary/code/examples_jdbc.jsp]http://dev2dev.bea.com/codelibrary/code/examples_jdbc.jsp[/url]
Loading...