I installed Saiku Analytics 3.8.7 on pentaho 6 CE using marketplace with COMMUNITY license, but when i try to use it show me: "Error creating session: License for wrong version please update your free license".
I try create different types of licenses in meteorite.bi with no luck. Also if I want to uninstall it using the marketplace throw me an error.
What I can do?
I had the same issue. Saiku Analytics was not working and failed to uninstall without any error in catalina.out and pentaho.log.
To uninstalled plugin I had to call biserver-ce/pentaho-solutions/system/marketplace/processes/uninstall_plugin.kjb kettle job. It has 3 params:
uninstallBackup - (absolute path to folder where plugin backup will be stored) ex: /Users/taras/programs/biserver-ce/pentaho-solutions/system/plugin-cache/backups/saiku_backup.
uninstallLocation - (absolute path to folder where plugin is located) ex : /Users/taras/programs/biserver-ce/pentaho-solutions/system/plugins/saiku .
Job can be executed using Spoon.
After it I've restarted PUC and installed plugin one more time. I selected plugin version '3.8.8 (PENTAHO6)' version from dropdown. Then I followed instructions from popup and downloaded saiku-olap-util-3.7-SNAPSHOT.jar to tomcat/webapps/pentaho/WEB-INF/lib/ folder and generated licence on licensing.meteorite.bi (License Type: COMMUNITY_EDITION) and downloaded it into /Users/taras/programs/biserver-ce/pentaho-solutions/system/plugins/saiku folder. After PUC restart saiku started to work.
Actually I'm disappointed - PUC 6 is so unstable...not sure if its a good production ready solution :(