Hi all,
we have the following scenario:
An integration flow has been deployed in CPI to read data from an external source and then write it to another target using JDBC Adapter.:
first the HTTP-Calls are executed to get the data. Then a Splitter inside a loop-Process is used to perform the transformation. The Data is finally written into the target using a JDBC Adapter.
This error occurs only once in a while.
Error Details
org.apache.camel.RuntimeCamelException: Cannot reset stream from file /usr/sap/ljs/camel/camel-tmp-......
I would appreciate it if someone could help me solving this issue.