> 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/sono/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 パッケージに関する関連ログは、次の 2 つに分かれます `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:

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

The question should be specific, self-contained, and written in natural language.
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.
