Flowable Service Task IO Error - Stack trace

I am new to flowable. I create a very basic flow with one service task.
Call a rest service.

When I execute I get an IO error.
Where can I get details of this eror / the stack trace of this IO error

Hey @johannvj,

In order to be able to help you out we would need to see the stacktrace. Can you please share it?

Cheers,
Filip

Thanks Filip. I don’t know how to generate / find the stack trace… sweat_smile:

Where can I access the stack trace?

Well you’ll need to do the steps that lead you to have that error.

You should be able to see it the log of the application. I don’t know how you are running the application. If you are running it in a tomcat then you should be able to see it in the catalina.out.

Cheers,
Filip