Pentaho Marketplace Install Saiku Chart Plus Plugin Failed - plugins

I currently have Pentaho 5.0.1-stable Bi server. I already installed:
Community Dashboards Framework,
Community Data Access,Community Dashboard Editor,
Community Graphics Generator,
Saiku Analytics.
But I also need to install Saiku Chart Plus Plugin. But I cannot download it.
Here is what the log says:
I noticed the errors says that the Plugin did not contain ID.
Please help on installing the plugin. Thanks!

Check the downloaded ZIP file - it usually means that the Marketplace got some kind of redirect response and ZIP contains html file with an address to plugin.
When you download zipped plugin, extract it in /pentaho-solutions/system folder and restart the server

Related

Pentaho Data Integration (PDI) 9.4 Marketplace missing, how to install Plugin now?

I've just installed Pentaho Data Integration (PDI) version 9.4 (Community Edtition). I'm following this guide to install the new Plugin. The problem is I don't have "Marketplace" in "Tools -> Marketplace" like the guide said (the Show plugin information isn't the thing I need).
I read on the internet that I can download the Zip file, extract and put it in the Plugin folder. But it doesn't work too (maybe because of the wrong structure). For example, if I want to install this Big-data-plugin from Git Hub, I don't know what to do. My final goal is to have some Plugins to connect Pentaho with HDFS, and Hbase,...
In PDI 9.4 (CE), you can install the big data plugin and marketplace by copying and pasting files from "pdi-ce-<version>-<build>-hadoop-addon.zip" to your PDI's data-integration folder. You can follow the steps to install from here
Turn out you have to download a full version of PDI on this link (1gb zip file)
I accidentally downloaded a separated version which doesn't have big-data-plugin available. After downloading the full version everything is already there, marketplace and big-data-plugin

How to offline install of Spring Boot Tools Plugin into Eclipse IDE?

I need to install Spring Tools 4 Plugin into my Eclipse IDE. The Problem is, that I dont have any Internet access on this machine. My other Plugins like SonarLint, MoreUnit I installed via zip archive available on official sites or github.
Install New Software -> add archive.
I cant find any zip archives for Spring Boot Tools 4. Is there a way to get it or another way to install that plugin offline?
I tried to download and install everything on another machine and copy it, but its forbidden to connect bigger usb drives to the machine. For the plugin itsef it will be ok.
Here is the archived update site for STS 4.4.2 for Eclipse 2019-09:
https://dist.springsource.com/release/TOOLS/sts4/update/4.4.2.RELEASE/e4.13/sts4-4.4.2.RELEASE-e4.13.0-updatesite.zip
It contains all the STS4 pieces and a bunch of additional plugins from Eclipse, we haven't really tested a full offline installation using purely this update site. Usually the install procedure contains other update sites while installing a feature in order to find missing dependencies. So in case you don't have internet access and the STS4 install requires a dependency that usually comes from the main Eclipse p2 repo, you might run into this. In that case, please open a bug at https://github.com/spring-projects/sts4/issues and we will fix that.
Hope this helps!

AWS Toolkit for Eclipse Luna 4.4.1 does not install

I have Eclipse Luna 4.4.1. While trying to install AWS Toolkit from the url, http://aws.amazon.com/eclipse or from Eclipse marketplace url https://marketplace.eclipse.org/content/aws-toolkit-eclipse#group-external-install-button (using drag and drop button), following error happens,
Unable to read repository at http://aws.amazon.com/eclipse/site.xml/content.xml.
Unable to read repository at http://aws.amazon.com/eclipse/site.xml/content.xml.
peer not authenticated
Sometimes it lists down the components available for install but everytime it fails with above error. One thing I noticed is content.xml urls does not seem to be valid or are being interpreted as a invalid URL.
Request help.
Regards
An incorrect URL is specified for the Eclipse Marketplace item AWS Toolkit for Eclipse (the URL should not end with site.xml).
Instead of using drag and drop, you have to use Help > Install with the correct URL http://aws.amazon.com/eclipse/

How do you install the HipChat plugin for GrayLog2?

I was directed to the Graylog2 HipChat Plugin available HERE and followed the (rather simple) steps regarding its installation.
Unfortunately after restarting Graylog2-server nothing seems to be picked up regarding the plugin. Stream settings do not have the HipChat options as in the installation steps screenshot, and i cannot find anything in the log files about the plugin not loading/breaking.
I have amended the /etc/graylog2.conf so that the 'plugin_dir' is an absolute path to the plugin folder location. But yet it is as if Graylog2 just does not recognize that a .jar file is there.
This is my first attempt at installing a Graylog2 plugin.
Is this the correct way of installing the hipchat plugin, but if not how do you install the HipChat plugin for GrayLog2?
I got the Slack and HipChat plugins to work via dropping the jars in the plugin top-level directory. Not the sub-level inputs, outputs, or transports directory and plugin directory is an absolute path: /opt/plugin. Hope it helps.
Amazon CloudTrail plugin is working on my production server as well, although there are still an issue with dev.

How to upgrade offline instance of sonarqube plugins

I have an instance of sonar on a machine not connected to the internet.
Spent lots of time going through sonarqube doc but do not see anything that addresses this.
The documented method is to use the web server's update center but that seems to only look to the internet for supported/available plugins.
Java and Findbugs plugins are at 2.4 with the fresh install of sonar 4.5.1 and the java plugin that can be downloaded is (executable jar file) is 2.5.1, so I'd like to get as current as I can.
Follow these steps.
Check what plugin version is the latest for your instance on the plugin version matrix documentation page
Download all plugin jars you need (beware of dependencies) by following the download link on each plugin page
Put the jar(s) in the SONARQUBE_HOME/extensions/plugins directory
Stop SonarQube
Start SonarQube
This should do the job.