marketplace icon indicating copy to clipboard operation
marketplace copied to clipboard

Install plugin in pentaho server can't handle redirects. Fail 301

Open pgi-jsanchez opened this issue 5 years ago • 0 comments

Greetings.

Steps to reproduce:

  1. Install and execute a Pentaho Server, tested with 8 and above, but might affect older versions
  2. From Pentaho User Console, try to install a plugin that redirects to https, for example Community Text Editor or Saiku Analytics.

According to the logs, can't open the downloaded zip file, but checking at the $PENTAHO_HOME/pentaho-solutions/system/plugin-cache/downloads directory, those files are html like this:

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>CloudFront</center>
</body>
</html>

I modified the marketplace.xml and hosted in a private apache server by just changing http to https at the package url's from those projects and installs perfectly. Plus, only affects Pentaho Server, PDI it's not affected with this issue.

pgi-jsanchez avatar Mar 19 '19 03:03 pgi-jsanchez