Hello team,
Environment:
- Oracle Webloic Server (WLS) 12.2.1.4.0
- Oracle Service Bus (OSB)
12.2.1.4.0-190808.0131XBUS_MAIN_GENERIC_190808.0131
- Java jdk1.8.0_291
- Four Managed Servers in a cluster
Some OSB's pipelines are processed messages from a common JMS Topic getting value from the "$messageID" using OSB Assign action:
Variable: VarId
Value:
<VarId>
<mid>{ $messageID }</mid>
...
</VarId>
These pipelines worked great until WLS/OSB was updated from 12.1.3.0.0 to 12.2.1.4.0 version. And since that time, these pipelines are broken randomly for only one of Managed Servers with an error that you can find in attachment file.
messageID.log (27.65 KB)More often this issue occurs after the Managed Servers (one or more independently) are restarted. There is existed one workaround which is to redeploy a pipeline without changes.
Could you please tell what should I check to find a root cause for that issue?