Posts

Showing posts from June, 2012

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

To ensure that the credentials that you supply in the database connections for your ADF Application are deployed and include the password, add  -Djps.app.credential.overwrite.allowed=true  to the JAVA_PROPERTIES entry in the FMW_HOME /user_projects/domains/ yourdomain /bin/setDomainEnv.sh file (or setDomainEnv.cmd if you are on Windows), and restart the server using FMW_HOME /user_projects/domains/ yourdomain /bin/startWebLogic.sh. This is what you need to do if you have deployed an ADF application to your server but are seeing the following errors when the application is accessed: oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection. at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:253) at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:168) at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:546) at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:327) at oracle.jbo.server.ConnectionPoo

ADF (or JRF) support for third party application servers

Application Server JDeveloper ADF Oracle WebLogic 11g Release 1 (10.3.x) Supported See below Oracle WebLogic 11g Release 1 (10.3.5) Certified with 11.1.2.0.x, 11.1.2.1.x, 11.1.2.2.x Certified with 11.1.2.0.x, 11.1.2.1.x; requires ADF 11.1.2.x patches onto Application Development Runtime 11.1.1.5.x Certified with 11.1.2.2.x; requires ADF 11.1.2.2.x patches onto Application Development Runtime 11.1.1.6.x Oracle WebLogic 11g Release 1 (10.3.6) Certified with 11.1.2.2.x Certified with 11.1.2.2.x; requires ADF 11.1.2.x patches onto Application Development Runtime 11.1.1.6.x IBM WebSphere 7 Certified Certified with WebSphere 7.0.0.13 AS or ND Tomcat 6 Certified Not Supported JBoss 5 Certified Not Supported

Retrieving the previous value of an ADF BC attribute

Image