InterSystems IRIS Data Platformに関する本はありますか?
Comments
InterSystems IRIS Data Platformに関して販売している書籍は現時点ではありません。
旧製品であるCachéの公式ガイドブックとして、「Cachéデベロッパーズガイド(翔泳社)」という本があります。(ISBN978-4-7981-1885-7)
しかし、内容がかなり古いため、以下のウェブサイトで更新した内容を公開しています。
また実践プログラミングガイドという文書も公開しています。
上記の
を使用したいと思い
Git Hubからダウンロードし
docker-compose up -d --build
したのですが、
以下のエラーが出て使用できないのですが、
使用する方法を教えていただけませんか?
↓↓↓↓↓↓↓↓
=> [ 8/10] COPY csp/*.* /usr/irissys/csp/user/ 0.0s
=> ERROR [ 9/10] RUN iris start IRIS && iris session IRIS < /tmp/iris.script && iris stop IRIS quietly 11.4s
------
> [ 9/10] RUN iris start IRIS && iris session IRIS < /tmp/iris.script && iris stop IRIS quietly:
#14 0.369 Using 'iris.cpf' configuration file
#14 0.487
#14 0.976 This copy of InterSystems IRIS has been licensed for use exclusively by:
#14 0.976 Community License expired.
#14 0.976 Copyright (c) 1986-2021 by InterSystems Corporation
#14 0.976 Any other use is a violation of your license agreement
#14 3.363
#14 3.363 Error: Invalid Community Edition license, may have exceeded core limit. - Shutting down the system : $zu(56,2)= 0Starting IRIS
#14 11.39
#14 11.39 An error was detected during InterSystems IRIS startup.
#14 11.39 ** Startup aborted **
------
failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c iris start IRIS && iris session IRIS < /tmp/iris.script && iris stop IRIS quietly]: exit code: 1
@TAKI KURITA さん、こんにちは!
エラーですが、IRIS 2021.1コミュニティエディションに組み込まれているライセンスの期限切れが原因のようです(関連記事はこちら)。大変申し訳ありません。
今、Gitの先を見ると Dockerfile のイメージ:タグ名の指定が、新しいタグ名に更新されているようですので(@Hiroshi Sato さんありがとうございます!)、もう1度 ソースを Pull した後、docker-compose up -d --build をお試しいただけないでしょうか。
再インストールしたらうまくいきました!
迅速な対応
いつもありがとうございます!!