Every 20 seconds, BonitaStudioCommunity start a call to http://localhost:.NNNN/api/workspace/status/
NNNN is another port at every Statup by example 43461 or 39859
The problem is that this call is done via the Proxy Host if configured, even if localhost is in the exclude List.
Our Proxy Security Manager hate those calls
Fedora 31
Hi
After analysis it seems that this issue is linked to your proxy configuration. As UI Designer is systematically performing a healthcheck, if the calls are blocked on localhost by your firewall or proxy configuration, you might have the same issue with all Bonita version.
I suggest you modify the Proxy security manager configuration if possible.
Hi Delphine,
You’re right. I had only 127.0.0.1 in my no_proxy Variable, I’ve add localhost and its OK now.
I supposed UI Designer use Bonita Preferences Proxy Configuration (which was correctly defined with 127.0.0.1 and localhost) but it use the Process no_proxy Variable.
Best regards
Hi Jean-Michel,
I am happy to see you could finally resolve this issue.
I will now close it.
Bonne journée