2016-09-02 12 views
0

私はPentaho biserver-ce 3.7にSaikuをインストールしようとしています。私はthis tutorialに従っています。チュートリアルのリンクがもう動かないので、私はGithubからSaikuリリース2.4をダウンロードし、解凍しました。構築するには./saiku build bi-platform-pluginを実行しています。エラービルドSaiku 2.4バイプラットフォームプラグイン

[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD FAILURE 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 03:56 min 
[INFO] Finished at: 2016-09-02T09:01:44-05:00 
[INFO] Final Memory: 13M/169M 
[INFO] ------------------------------------------------------------------------ 
[ERROR] Failed to execute goal on project saiku-bi-platform-plugin: Could not resolve dependencies for project org.saiku:saiku-bi-platform-plugin:jar:2.4: Failed to collect dependencies at org.saiku:saiku-service:jar:2.4: Failed to read artifact descriptor for org.saiku:saiku-service:jar:2.4: Could not transfer artifact org.saiku:saiku-service:pom:2.4 from/to pentaho-third-party (http://repo.pentaho.org/artifactory/third-party/): Failed to transfer file: http://repo.pentaho.org/artifactory/third-party/org/saiku/saiku-service/2.4/saiku-service-2.4.pom. Return code is: 503 , ReasonPhrase:Service Temporarily Unavailable. -> [Help 1] 
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 
[ERROR] Re-run Maven using the -X switch to enable full debug logging. 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles: 
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException 

誰もが正常に2.4双方向プラットフォームプラグイン斎宮組み込まれています:しかし、それはいくつかのエラーをスローし、そして最終的にこれを示して?もっと重要なのは、Pentaho biserver-ce 3.7にsaikuをインストールする方法を知っていますか?

答えて

0

3.7 biserverのバージョンは、いくつかのオンラインチュートリアルまで、旧式になっています。間違いは、からsaikuのアーティファクトをダウンロードしようとしているビルドスクリプトですが、saikuはもうこのリポジトリには見えません。 repo.pentaho.orgは時代遅れです。ビルドスクリプトでの使用には次のようにURL:

http://nexus.pentaho.org/#welcome 

しかし、これは斎宮は、これ以上のPentahoのリポジトリでホストされているので助けにはなりません。しかし、ここにホストされています:

http://repo.meteorite.bi/#nexus-search;quick~saiku 

隕石からrepositroyであなたのビルドスクリプトを更新すると、これは役に立ちます。また、saikuの依存関係のバージョンを更新して、現在も維持されているバージョンに合わせてください。 2.4は少し古いようです。

+0

私はここに結果を投稿しようとします。返事遅れてすみません。どうもありがとう –