Deployment of BPEL processes to SOA Suite fails after upgrade to 10.1.3.4

Ronald van Luttikhuizen March 12th, 2009

If you apply patch 10.1.3.4 to Oracle SOA Suite and use OID as security provider then you might run into the following problem when deploying your BPEL processes from JDeveloper or custom Ant scripts:

A problem occured while connecting to server [host] using port [port]: java.security.AccessControlException: access denied (com.collaxa.security.DomainPermission [domain] read)

If this is the case then open Enterprise Manager and check that the deploy_service application (which is a child application of orabpel and new in SOA Suite 10.1.3.4) is configured to use OID as security provider instead of file-based JAZN. Restart SOA Suite and deployment should work.

Configure application deploy_service to use OID as security provider

Leave comment

Comments: (1)

1. Edward Borst 11 April 2009, 13:48

Sometimes is then still does not work. have a look at the orion-application.xml in the application-deployment directory of the deploy-services.
make sure the jaas-mode exists. The line should be: <jazn provider=”LDAP” jaas-mode=”doAsPrivileged”/>.

Regards, Edward

Leave your comment: