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> <Notice> <Stdout> <SML-0646> <DefaultServer> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d6df2caf-b25e-4d39-8228-2161a8e2a65f-00004a92> <1446034914888> <BEA-000000> <<oracle.bpel.services.common.ServicesLogger> <ServicesLogger> <__log> <<OracleRuleRepositoryService.initDMDictionary> Initializing data model dictionary failed with error: RUL-05401: The path "file:/C:/Oracle12c/Middleware/Oracle_Home/soa/soa/modules/oracle.soa.workflow_11.1.1/bpm-services.jar" does not exist.  Ensure that the path exists on the host system.


I had the installation in D:\Oracle12c but the server was checking in C:\Oracle12c.

The Quick fix for this issue is create a similar directory structure with the file on C: Drive.

Popular posts from this blog

JAVA embedding in Oracle SOA 12c

Passing/Receiving HTTP header in SOA BPEL

Integrating Weblogic with IBM MQ over JMS