Posts

Showing posts from October, 2015

Failed to instantiate workflow rule repository service (Oracle BPM 12c)

<BEA-000000> <<oracle.bpel.services.common.ServicesLogger> <ServicesLogger> <__logException> <<.> exception.code:30704 exception.type: ERROR exception.severity: 2 exception.name: Failed to instantiate workflow rule repository service. exception.description: Could not create repository service for workflow rule dictionary oracle.bpel.services.workflow.user, package {2}. exception.fix: Check underlying exception. Ensure dictionary name and package are valid. > ORABPEL-30704 exception.code:30704 exception.type: ERROR exception.severity: 2 exception.name: Failed to instantiate workflow rule repository service. exception.description: Could not create repository service for workflow rule dictionary oracle.bpel.services.workflow.user, package {2}. exception.fix: Check underlying exception. Ensure dictionary name and package are valid. If You put the server in trace, you will see below error: ####<Oct 28, 2015 5:51:54 PM IST> &

Unknown Protocol: servicebus error in Oracle SOA 12.1.3

Image
I started getting this error while deploying simple OSB project on integrated SOA server. Initially i thought its an error with my WSDL file, but in actual it a bug. Based on the posts online, applied the below two solution which worked for me. Error: Solution 1: 1. Login to weblogic console. 2. Click on Services ->OSGi Frameworks 3. Click on "bac-svnserver-osgi-framework" 4. Click on targets 5. Remove Default server from the target. 6. Click on SAVE. Solution 2: 1. Click on "bac-svnserver-osgi-framework" 2. Click on configuration 3. Under Init properties insert this property "felix.service.urlhandlers=false" Post this, Restart the Integrated Server. Thanks