License error with Saiku Analytics Plugin on Pentaho 6 CE

匿名 (未验证) 提交于 2019-12-03 01:01:02

问题:

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?

回答1:

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:

  • samplesDir - set it to empty string.
  • 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 :(



回答2:

You need to delete the appendix of the license data you got. When your license looks like license_localhost.lic you need to rename it to license.lic.

And save to the right location like that: ..\pentaho-solutions\system\saiku



回答3:

I had the exact same issue. Turns out in the pentaho marketplace, I had wrongly downloaded the Enterprise version of the plugin, and not the Community edition (they're both under Saiku Analytics plugin entry, but there's a dropdown once you select the plugin that lets you choose the right version).



回答4:

Copy the license file into following path: ./tomcat/webapps/pentaho/WEB-INF/lib/license.lic



回答5:

to resolve this Issue Just try to download Saiku 3.8.8(STABLE) from Marketplace & you can able to apply license for 20 users also..



回答6:

As saying after installing the plugin:

Obtaining a license All versions of Saiku Analytics require a license to function. To download your EE trial license or Community Edition Free license please visit http://licensing.meteorite.bi Pentaho 6 users To make Saiku work (for now) you need to copy this file to tomcat/webapps/pentaho/WEB-INF/lib before restarting your BI Server. Pentaho 5 users can ignore this message.

(I'm using Pentaho 5 and saw the same message)

And see @Nebi answer - you need to remove postfix in the file name (such as license_http---) and leave only license.lic

As for removing the plugin:

In my case I just chose "Uninstall", then manually restart VPS and Saiku enterprise release was successfully removed. I use Pentaho Business Intelligence Server CE 5.0.1.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!