OSBI / saiku

Saiku Analytics - The Worlds Greatest Open Source OLAP Browser
http://community.meteorite.bi
Apache License 2.0
1.31k stars 664 forks source link

Maven Repository is not available #663

Open Vladimir-Zhulyev opened 6 years ago

Vladimir-Zhulyev commented 6 years ago

Good day, colleagues. We can not build a project because the repository http://repo.meteorite.bi is not available:

Maven output is:

Failed to transfer file: http://repo.meteorite.bi/repository/alabs-release-local/pentaho/mondrian/4.3.0.1.1-SPARK/mondrian-4.3.0.1.1-SPARK.pom. Return code is: 503, ReasonPhrase: Service Unavailable.

It is not available for many days already. We assume that the repository is simply moved to a different address. We tried to build the project from branches "release/3.17" and "development".

kajottnasdaq commented 6 years ago

It's august 25th and the repo is still borked, hence no possibility to build...

http://repo.meteorite.bi/repository/alabs-release-local//org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.pom 420b downloaded (maven-bundle-plugin-2.3.7.pom) [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '240fe9fe13183e345690da4dc1dc1e4db6386c39';

Tried the url in browser. Returns 404 not the POM....

Heh, and now I looked in the file I got - ITs a redirect. Its supposed to go to https:// now... and not even dev branch is fixed:)

kajottnasdaq commented 6 years ago

both meteorite repo and nexus.pentaho repo need to be changed to https.

kajottnasdaq commented 6 years ago

And after sorting this out, it tells me my maven is too old. witch is probably why it doesn't follow redirects. Newer does and hence nobody has bothered to fix the urls:P

brenopolanski commented 6 years ago

Here worked:

[INFO] Reactor Summary:
[INFO] 
[INFO] Saiku Module Project ............................... SUCCESS [02:26 min]
[INFO] saiku - core libraries ............................. SUCCESS [  4.247 s]
[INFO] saiku olap util .................................... SUCCESS [01:38 min]
[INFO] saiku - services ................................... SUCCESS [09:32 min]
[INFO] saiku - web ........................................ SUCCESS [10:01 min]
[INFO] saiku-ui ........................................... SUCCESS [19:04 min]
[INFO] saiku - webapp ..................................... SUCCESS [26:44 min]
[INFO] saiku-server ....................................... SUCCESS [03:28 min]
[INFO] saiku biserver plugin .............................. SUCCESS [05:59 min]
[INFO] saiku biserver plugin .............................. SUCCESS [ 47.415 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:19 h
[INFO] Finished at: 2018-08-26T19:34:51-03:00
[INFO] Final Memory: 110M/932M
[INFO] ------------------------------------------------------------------------
kajottnasdaq commented 6 years ago

yeah, worked for me too once I sorted the old maven and a few ca cert store related issues with the https.

kajottnasdaq commented 6 years ago

so there's two issues with the build: Repo defintions rely on http->https redirects(that works with v3 maven) and maven version check is AFTER first download attempts so if you happen to have too old maven, you get basically misleading errors.

Either updating the urls to not rely on redirects or moving maven version check before any download attempts would fix this issue :)

enricomariam42 commented 5 years ago

Hi all! Still issue because the repository: http://repo.meteorite.bi is redirected to http://repo.meteorite.bi/auth/login/sentry/ which require login. Also https, with invalid ssl certificate signed for sentry.meteorite.bi. No clue about needed user. Any hint?

buggtb commented 5 years ago

Yeah the repo is currently offline until I get around to restoring it on the new hardware.

On 4 September 2019 at 09:18:31, enricomariam42 (notifications@github.com) wrote:

Hi all! Still issue because the repository: http://repo.meteorite.bi is redirected to http://repo.meteorite.bi/auth/login/sentry/ which require login. Also https, with invalid ssl certificate signed for sentry.meteorite.bi. No clue about needed user. Any hint?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OSBI/saiku/issues/663?email_source=notifications&email_token=AAAZI6EEC6BVIZNHU5VJKQDQH5VNPA5CNFSM4FJZLQ52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD52YMIY#issuecomment-527795747, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAZI6BFCG2PWUEE3BGMT53QH5VNPANCNFSM4FJZLQ5Q .

--

Spicule Limited is registered in England & Wales. Company Number:

  1. Registered office: First Floor, Telecom House, 125-135 Preston Road, Brighton, England, BN1 6AF. VAT No. 251478891.

All engagements are subject to Spicule Terms and Conditions of Business. This email and its contents are intended solely for the individual to whom it is addressed and may contain information that is confidential, privileged or otherwise protected from disclosure, distributing or copying. Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Spicule Limited. The company accepts no liability for any damage caused by any virus transmitted by this email. If you have received this message in error, please notify us immediately by reply email before deleting it from your system. Service of legal notice cannot be effected on Spicule Limited by email.

velosite commented 4 years ago

The repo

so there's two issues with the build: Repo defintions rely on http->https redirects(that works with v3 maven) and maven version check is AFTER first download attempts so if you happen to have too old maven, you get basically misleading errors.

Either updating the urls to not rely on redirects or moving maven version check before any download attempts would fix this issue :)

Hey @buggtb you have idea, when meteorite repo will available ??? Many thx to you

uptonking commented 4 years ago

from 201806 to 202003, this problem still exists. And the official download url for saiku-ce is broken.
Is this project no longer under active maintain?