Hi,
Every time we want to execute a process in our
Development runtime, we encounter this error message:
Exception : java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
java.net.SocketTimeoutException: Read timed out
On our
Validation and
Production runtimes, it works.
So far, we execute sub-process after sub-process (to reproduce the whole process), but we cannot continue on this way.
On our 3 servers, available RAM is low, but it seems to be enough on the
Validation and
Production servers.
Is that could be the reason of our issue?
What other reasons coult it be?
Thanks.