Installer fail - 7.2.3 Community - Ubuntu 15.10 Server

1
0
-1

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:~$

1 answer

1
+1
-1
This one is the BEST answer!

BonitaBPMCommunity-7.2.3-x86_64.run is a BPM-Suite. Why on the server and not on a desktop?

Comments

Submitted by guy.wicks on Tue, 07/19/2016 - 12:35

I've retried the installation on a 'desktop' build and it worked.

I assume the 'community' version only runs on a desktop build - there is no way to run it as a server, and the subscription version can run as a dedicated server?

Submitted by andrey.alexandr... on Tue, 07/19/2016 - 12:51

I'm not sure about that, but I guess you have to install BonitaBPMCommunity-7.2.3-deploy on the server

Submitted by guy.wicks on Tue, 07/19/2016 - 12:57

Thanks! The download page doesn't seem to give you the option to download the .deploy file, but a quick experiment shows that:

wget http://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.3-deploy

is available. I'll re-try this.

Submitted by andrey.alexandr... on Tue, 07/19/2016 - 13:18

You're welcome. You can download it (and all other files) from sourceforge: https://sourceforge.net/projects/bonita

Notifications