Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pgi-jsanchez opened this issue Mar 19, 2019 · 0 comments
Open

Comments

@pgi-jsanchez
Copy link

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.

buildguy pushed a commit that referenced this issue Jan 24, 2024
[CLEANUP] - disable parallelize in some job items
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant