Saturday, April 10, 2010

ADF testing Error ORA-01005.

Once my development is over and ready to my ADF page. I got an error as shown below.

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.ConnectionPool.getConnectionInternal(ConnectionPool.java:104)
Truncated. see log file for complete stacktrace
java.sql.SQLException: ORA-01005: null password given; logon denied

my problem was solved by adding below command to JAVA_PROPERTIES of (E:\Oracle\Middleware)Fussion_Middleware_Home\user_projects\domains\second_domain\bin\setDomainEnv.cmd(.sh for unix)

Before: 
set JAVA_PROPERTIES=-Dplatform.home=%WL_HOME% -Dwls.home=%WLS_HOME% -Dweblogic.home=%WLS_HOME%

After: 
set JAVA_PROPERTIES=-Dplatform.home=%WL_HOME% -Dwls.home=%WLS_HOME% -Dweblogic.home=%WLS_HOME% -Djps.app.credential.overwrite.allowed=true

Thursday, April 1, 2010

Words used in Oracle SOA

SOA - Service Oriented Architecture
WOA - Web Oriented Architecture
SaaS - Software as a Service
RIA - Rich Internet Application
RAC - Real Application Clusters
JTA - Java Transaction APi
AQ JMS - Advanced Queue Java Message Service -> JMS + Oracle DB
JCA - Java COmponent Architecture
WSM - Whole Server Migration - The process of moving the entire server instance from one physical machine to another upon failure
ASM - Automatic Service Migration
SLA - Service Level Agreements
AD4J - Application Diagnostic for Java
JRMC - JRockit mission control
WLST - Weblogic Scripting Tool
JAAS - Java Authentication Autherization Service
OPSS - Oracle Platform security Service
JPA -
OWSM - Oracle Web Services Manager
LDAP - Lightweight Directory Access Protocol
MTOM - Message Transmission and optimization mechanism
OPMN - Oracle Process Manager and Notifications
WLST - Weblogic Screpting Tool
MDS - Meta Data Services
CMO - Current Management Object
OID - Oracle Internet Directory
LBR - Load Balance Router
SOAP - Simple Object Access Protocol
UDDI - Universal Description, Discovery and Integration
WSDL - Web Service Definition Language
WSIF - Web Services Invocation Framework
OASIS - Organization for the Advancement of Structured Information Standards
JNDI - Java Naming Directory Interface
SCA - Service componenet architecture.
SDO - Service Data Objects.