faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ summary=<summary>java.lang.NullPointerException</summary> ,detail=<detail>null</detail>} |
When you try to recover the recovery required instances in bpel it gives above error and doesn't recover instance.
This happens only in cases where you have redeployed the composite and if there were instances in recovery before deployment and you try to recover them after deployment and here you won't be able to do so and gets this fault on attempting recovery.
This is due to Oracle bug: 20246806
and this was a problem in SOA Suite 12.1.3 and is fixed in SOA 12.2.1 release.
So either you need to have backport for fix from Oracle or need to set up mechanism to recover instances before deployment like bumping current revison for composite etc.
No comments:
Post a Comment