Unable to start BonitaBPMCommunity-6.1.1

Hi

I just installed BonitaBPMCommunity-6.1.1 without problems, but starting it up throws an error.

 

How to fix this?

Thanks!

The solution is to use the Bonita BPM Default Package: no installer, but it include all launchers for all versions (32, 64 bit, etc...):

Hello, did you checked if both Bonita BPM and Java are in 64bit ?

hmm, Bonita BPM 64bit is trying to use 32 bit java, despite trying to set java home  to 64bit when starting up like this:

SET "JAVA_HOME=C:\PROGRA~1\Java\jdk1.6.0_22"
SET "PATH=%JAVA_HOME\bin%;%PATH%"
C:\BonitaBPMCommunity-6.1.1\BonitaBPMCommunity.exe

uninstall all previous java versions, and install only a 64 JRE version

Uninstalling the other java versions would mean big problems for other programs that I already have installed.

I also tried setting JRE_HOME in a similar way as JAVA_HOME above, but it didn't help.

Any other options?

So you have many programs using Java, some in 32 bit and some ine 64, some with Java 6 and some with Java 7?

Or, you should try the Bonita BPM Default Package: no installer, but it include all launchers for all versions (32, 64 bit, etc...)

The Bonita BPM Default Package is working! Thanks!!