Bonita 7.11 and proxy - slow start-up

delphine.coille's picture
delphine.coille
Blog Categories: 

When behind a proxy, Bonita Studio Community 7.11 can hang at first startup during some time. Jean-Michel is sharing a workaround with us:

After installing Bonita Studio, don't start it!

Create the proxy config files like that:
{{

cd BonitatStudioCommunity.7.11.1

mkdir -p configuration/.settings

cat > configuration/.settings/org.eclipse.core.net.prefs <<EOSETTINGS

eclipse.preferences.version=1

org.eclipse.core.net.hasMigrated=true

proxyData/HTTP/hasAuth=false

proxyData/HTTP/host=your.proxy.site

proxyData/HTTP/port=proxyPortNumber

proxyData/HTTPS/hasAuth=false

proxyData/HTTPS/host=your.proxy.site

proxyData/HTTPS/port=proxyPortNumber

systemProxiesEnabled=false

EOSETTINGS

}}

Start Bonita Studio and create a new diagram. This will prevent Bonita to hang at next Startup.

And don't forget that you can update to new versions of Bonita: Bonita 2021.1 is already released, and Bonita 2021.2 Beta is available for download.

Thank you Jean-Michel for your contribution!

Notifications