Re: [Dev] How to recover from a java.net exception in a template?

2018-01-30 Thread Thomas LEGRAND
Hello Vinod, I am not sure that the error happens in the backend server. We fixed the problem and then, I switched off the services on the backend server to simulate the faulty environment. So, this time, I will receive this error: TID: [-1234] [] [2018-01-30 09:11:40,150] INFO >

Re: [Dev] How to recover from a java.net exception in a template?

2018-01-29 Thread Vinod Kavinda
Hi Thomas, I believe this error is happening on the backend server. Then you can use the fire and forget pattern. Try adding following property, before making the service invocation. Thanks, Vinod On Mon, Jan 29, 2018 at 8:30 PM, Thomas LEGRAND < thomas.legr...@versusmind.eu> wrote: > Hello, >

[Dev] How to recover from a java.net exception in a template?

2018-01-29 Thread Thomas LEGRAND
Hello, I have a template where I *Call* a *Address* mediator. However, during the runtime, I have a network problem which causes it to explode with a graceful java.net.NoRouteToHostException. Of course, I will have to fix the network part but, in the same time, I would like to be able to continue