When I launch the application, it saids:
The JVM shared library “/Applications/BonitaBPMCommunity-6.5.1/jre/Contents/Home/jre/bin/…/lib/server/libjvm.dylib”
does not contain the JNI_CreateJavaVM symbol.
Any idea?
When I launch the application, it saids:
The JVM shared library “/Applications/BonitaBPMCommunity-6.5.1/jre/Contents/Home/jre/bin/…/lib/server/libjvm.dylib”
does not contain the JNI_CreateJavaVM symbol.
Any idea?
Hi,
this is an issue between Java and Mac. We are not able to found yet the real cause. You can find a lot of reference on internet.
Here are possible solutions:
Or
regards,
I prefer the second option, but I didn’t find that file in the installation folder.
Can you tell me the exact position where I can find the file and where to add -vm option to.
Thanks, I found that file. Mine is community edition, so the file name is different.
Hi,
I had the same issue with BonitaSoft Community edition but I resolved it in a “hacky” way.
Here is how I did it:
Get the full base path to your current JDK/JRE Installation, for my case is JDK
/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents
Rename the “Contents” folder in /Applications/BonitaBPMCommunity-6.5.1/jre to “Contents_Ori”
Create a symbolic link in the same folder with the following command:
ln -s /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents Contents
I managed to get BonitaSoft started up but I am not sure how will it affect next usage since I am very new to this software. Good Luck!
Hi in my case was solved by editing file info.plist inside of package of BonitaStudioCommunity. Go to App folder > right click on BonitaStudioCommunity and select show Package Content. go inside Content folder and right click on file info.plist select open with… select some editor to add your JVM right after comments about JVM.
Hey there! For me I recently got into this issue when changing system JDK to a newer one.
fabiosalbuquerque simple solution worked for my Subscription Studio.