Manisankar
Manisankar

Reputation: 171

jdbc Driver exception for mySQL in jdeveloper

I have a ADF application using MySQL for DB. When i try to run my JSF page i am getting below error. I have added the jar file mysql-connector-java-5.1.15-bin to my project but still i am getting this error.

<3 Mar, 2015 10:12:22 PM IST> (ConnectionEnvFactory.java:131) at weblogic.jdbc.common.internal.ConnectionPool.initPooledResourceFactory(ConnectionPool.java:712) at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:235) Truncated. see log file for complete stacktrace

<3 Mar, 2015 10:12:22 PM IST> <3 Mar, 2015 10:12:22 PM IST> (ConnectionEnvFactory.java:131) at weblogic.jdbc.common.internal.ConnectionPool.initPooledResourceFactory(ConnectionPool.java:712) at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:235) Truncated. see log file for complete stacktrace

[10:12:22 PM] #### Deployment incomplete. #### [10:12:22 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

I am really stuck with this.Please help me out..

Thanks in advance!!

Upvotes: 1

Views: 685

Answers (1)

Manisankar
Manisankar

Reputation: 171

Found the answer. Have to place the lib file in Domain directory of the weblogic server and also add to the project properties

Project Properties -> Libraries and Classpath -> Add

Make sure exported..

Upvotes: 3

Related Questions