> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues/troubleshooting-failed-craft-packages.md).

# 失敗した craft パッケージのトラブルシューティング

craft パッケージには個別のログはありません（インストーラーが craft パッケージ内に明示的に書き込んだ場合を除く）。\
どのスコープで実行されるかによって `システム` または `ユーザー`、（非常に基本的な）出力は次の場所にあります `tray.log` （ユーザースコープの場合）または次の場所にある `realmjoin.log` （システムスコープの場合）。

## ユーザースコープの craft パッケージ

ユーザースコープで実行される craft パッケージについては、上記のとおり、出力は次の場所にあります `tray.log` ファイル。パッケージ ID の代わりに、設定されたパッケージの表示名を使って該当行を見つけることができます：

{% code overflow="wrap" %}

```log
2023-11-07 15:37:57.7527|INFO|RealmJoin.Core.SoftwarePackaging.CraftPackageEntry|   1|craft パッケージ Microsoft Teams 1.6.0.2757300（ユーザー）をインストールしています
```

{% endcode %}

これにほぼ即座に（インストール時間によっては）続いて次が表示されます：

{% code overflow="wrap" %}

```log
2023-11-07 15:38:51.1590|INFO|RealmJoin.Core.SoftwarePackaging.CraftPackageEntry|   1|パッケージ結果：コード = 0、出力：

2023-11-07 15:38:51.1590|INFO|RealmJoin.Core.SoftwarePackaging.CraftPackageEntry|   1|Microsoft Teams 1.6.0.2757300（Craft）パッケージのインストールに成功しました。
```

{% endcode %}

<figure><img src="/files/b86d72ed434d2851d924f296b8a95f9bdb5d0f48" alt=""><figcaption><p>craft ユーザーパッケージのインストール成功時の出力例</p></figcaption></figure>

## システムスコープの craft パッケージ

システムスコープで実行される craft パッケージの関連ログは、次の間で分割されます `tray.log` ダウンロードと初期化の情報用の `realmjoin.log` 実際の出力と戻りコード用のものです。それ以外は、ユーザーの craft パッケージのインストール時と同じです。

以下の例では、パッケージの出力がログファイルにどのように含まれるかを示します：

<figure><img src="/files/df9346428268d4a8fd8b5bee9a7b1c0dc2c60f53" alt=""><figcaption><p>ログファイルに表示される craft パッケージスクリプトの出力。</p></figcaption></figure>

その `tray.log` ファイルには、パッケージがシステムスコープで実行されるかユーザースコープで実行されるかを示すヒントが、バージョン番号の後の括弧内に常に含まれます：

{% code overflow="wrap" %}

```log
2023-11-07 15:48:58.5875|INFO|RealmJoin.Core.SoftwarePackaging.CraftPackageEntry|   1|craft パッケージ RealmJoin Set Environment Variable 2.0.0.0（システム）をインストールしています
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/ja/toraburushtinguto-faq/troubleshooting/package-installation-issues/troubleshooting-failed-craft-packages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
