I am here listing some of the error while installation of Spago BI studio, i am getting these error and here i am writing the problem and solution, so that other can not stuck cause of small error.
After installation of java 1.6 from post, i tried to start SpagoBIStudio_5.1.0 using below command
SpagoBI.exe -vm "C:\Program Files (x86)\Java\jdk1.6.0_30\bin"
it failed with error "failed to load the jni shared library"
Problem :
incorrect version of java used
Solution :
I am trying to start 64 bit version of spagoBI server with 32-bit version of java.
install 64-bit versionof java and then try below command
SpagoBI.exe -vm "C:\Program Files\Java\jdk1.6.0_30\bin"
After installation of java 1.6 from post, i tried to start SpagoBIStudio_5.1.0 using below command
SpagoBI.exe -vm "C:\Program Files (x86)\Java\jdk1.6.0_30\bin"
it failed with error "failed to load the jni shared library"
Problem :
incorrect version of java used
Solution :
I am trying to start 64 bit version of spagoBI server with 32-bit version of java.
install 64-bit versionof java and then try below command
SpagoBI.exe -vm "C:\Program Files\Java\jdk1.6.0_30\bin"