A ORA-01005 error is reported when you access the ADF application deployed in Weblogic

Source: Internet
Author: User
Today, when deploying OracleSummitDemo to a standalone Weblogic, A ORA-01005 exception has been reported; running in IntegratedWeblogic is always normal.

Today, when deploying Oracle Summit Demo to a standalone Weblogic, ORA-01005 exceptions are reported, and running in Integrated Weblogic is always normal.

Today, when deploying the Oracle Summit Demo to a standalone Weblogic, A ORA-01005 exception has been reported; it is always normal to run in Integrated Weblogic.

The main exception Log is as follows:

#### <[STANDBY] ExecuteThread: '5' for queue: 'weblogic. kernel. Default (self-tuning) '> < > <11d1def534ea1be0:-294091cd: 13e54680b95:-8000-00000000000008d4> <1367219800002> WatchRuleType: Log
WatchRule: (SEVERITY = 'error') AND (MSGID = 'wl-000000') OR (MSGID = 'wl-000000') OR (MSGID = 'wl-000000 ') OR (MSGID = 'bea-000000') OR (MSGID = 'bea-000000') OR (MSGID = 'bea-000000 '))
WatchData: DATE = Apr 29,201 3 3:16:39 pm cst server = AdminServer MESSAGE = [ServletContext @ 29859202 [app: SummitADF_application1 module: SummitADF-ViewController-context-root path: /SummitADF-ViewController-context-root spec-version: 2.5] Servlet failed with Exception
Oracle. jbo. noDefException: JBO-29114 ADFContext is not setup to process messages for this exception. use the exception stack trace and error code to investigate the root cause of this exception. root cause error code is JBO-25058. error message parameters are {0 = Attribute, 1 = Id, 2 = Id}
At oracle. jbo. uicli. binding. JUCtrlValueBinding. getAttributeDef (JUCtrlValueBinding. java: 552)
......
......

Caused By: oracle. jbo. DMLException: JBO-29114 ADFContext is not setup to process messages for this exception. use the exception stack trace and error code to investigate the root cause of this exception. root cause error code is JBO-26061.
At oracle. jbo. server. ConnectionPool. createConnection (ConnectionPool. java: 207)
......
......

Caused By: java. SQL. SQLException: ORA-01005: null password given; logon denied
At oracle. jdbc. driver. T4CTTIoer. processError (T4CTTIoer. java: 462)
......
......

I don't understand why the password is blank. Fortunately, Gu Ge has the following solutions:

Add the following parameter to JAVA_PROPERTIES in FMW_HOME/user_projects/domains/yourdomain/bin/setDomainEnv. sh:

-Djps. app. credential. overwrite. allowed = true

Result:

JAVA_PROPERTIES = "-Dplatform. home =$ {WL_HOME}-Dwls. home =$ {WLS_HOME}-Dweblogic. home =$ {WLS_HOME}-Djps. app. credential. overwrite. allowed = true"

Restart Weblogic and then access the application. Everything works...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.