I’m trying to get Bonitasoft to install on an Ubuntu 15.10 Server, but the installer fails:
Steps to reproduce (from a fresh/patched Ubuntu 15.10 Server ISO)
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get -y install oracle-java7-installer
wget http://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.3-x86_64.run
chmod 750 BonitaBPMCommunity-7.2.3-x86_64.run
sudo ./BonitaBPMCommunity-7.2.3-x86_64.run
snip licence agreement blah
Do you want to retrieve data from an existing Bonita BPM workspace?
Warning: If you migrate a workspace that contains a shared repository (Subscription editions), all the repository users must migrate to the new version of Studio.
[1] No, do not migrate data, I will migrate manually, or I do not have any data to migrate.
[2] Yes, migrate a workspace.
Please choose an option [1] :
|
Error: There has been an error.
Error running /usr/bin/java -Xmx512m -XX:MaxPermSize=512m -jar
“/opt/BonitaBPMCommunity-7.2.3/plugins/org.eclipse.equinox.launcher_1.3.0.v201404
15-2008.jar” -product org.bonitasoft.studio.initializer -application
org.bonitasoft.studio.application.InitializerApplication -data
“/opt/BonitaBPMCommunity-7.2.3/workspace” -noSplash: child process exited
abnormally
Press [Enter] to continue:
adminuser@arc-gdw-bpmn:~$