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!

Deploy 2nd Application Issue: ORA-01005: Null Password Given

user8860348Aug 1 2017 — edited Aug 9 2017

Folk,

Hello. This discussion continues the thread https://community.oracle.com/thread/4067598?start=0&tstart=0

I have developed 2 applications in JDeveloper 11.1.1.6.0 with Integrated WebLogic Server 10.3.5.0 and Production WebLogic Server 10.3.6.0. The 2 applications are running in the same database instance.

I have deployed the first application to Production WebLogic Server 10.3.6.0 successfully and test the application correctly in browser.

Now, I have deployed the second application to Production WebLogic Server 10.3.6.0. using the same database connection with the 1st application.

The difference is that the 1st application can be deployed to Application Server successfully while the 2nd application cannot be deployed to Application Server and has to be deployed as EAR file.

In JDeveloper > Application > Application Properties > Deployment :

I turned off "Auto Generate and Synchronize Weblogic-jdbc.xml Descriptors during Deployment" for the 2nd application.

In Console and EM, the 2nd application is uploaded correctly and ADF Server is up !

In JDeveloper, the 2nd application run correctly for each page. I copy/paste the test point  from EM to Browser and copy/past the rest of URL from JDeveloper to browser and test the 2nd application. But the data is not displayed out of database table in browser. The error message is:

ORA-01005: Null Password given. Logon denied. java.lang.NullPointer Exception.

My questions are:

1) How to solve the ORA-01005 error in browser for testing the 2nd application ?

2) Does the same connection with DB for the 2 Applications Deployment cause the problem ?

3) Why the 1st application can be deployed to Application Server successfully and run successfully While the 2nd application has to be deployed as EAR file and cannot be deployed to Application Server ?

Thanks in advance.

This post has been answered by Timo Hahn on Aug 4 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2017
Added on Aug 1 2017
21 comments
1,300 views