Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error while opening JDBC connection from Weblogic server 10.3.5

Salman5Aug 12 2014 — edited Aug 17 2014

I developed an ADF application in Jdeveloper11.1.1.7 and deployed it in Weblogic server 10.3.5. From Jdeveloper every thing working perfectly But from weblogic server I can see in the server stack the error (Error while opening JDBC connection, Caused by null password given; logon denied)  here is part of exception thrown


Exception inside -------.jbo.DMLException: JBO-26061: Error while opening JDBC connection.

oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.

        at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:207)

        at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:166)

        at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:583)

        at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:316)

        at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:102)

        at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:67)

        .......................................

        .......................................

        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)

        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)

        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

Caused by: java.sql.SQLException: ORA-01005: null password given; logon denied

I did what is suggested in the following links:

My Learning's @ Work - by Lakshmipathi Kakarla: ORA-01005: null password given

Extending WebLogic Server for ADF Applications - RADalcove  Step 23

I added Djps.app.credential.overwrite.allowed=true to the JAVA_PROPERTIES and EXTRA_JAVA_PROPERTIES and restart the server bu the issue is not resolved. Any idea what goes wrong. Please note that the file (setDomainEnv) in the bin folder for the weblogic domain contains more that setting tot he previous variables, the  change I did is always rise in the first set of the variables


This post has been answered by Arunkumar Ramamoorthy-Oracle on Aug 14 2014
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 14 2014
Added on Aug 12 2014
12 comments
11,546 views