よくあるエラー
Remnawave Node
XML-RPC fault: SPAWN_ERROR: xray
問題
次のエラーが表示された場合:
remnanode | ERROR [HttpExceptionFilter] Failed to get system stats - { stack: [ null ], code: 'A010', path: '/node/stats/get-system-stats' }
remnanode | LOG [XrayService] Getting config checksum...
remnanode | LOG [XrayService] XTLS config generated in: 1ms
remnanode | ERROR [XrayService] XML-RPC fault: SPAWN_ERROR: xray - { stack: [ null ] }
remnanode | LOG [XrayService] Start XTLS took: 2s 568ms
remnanode | ERROR [StatsService] Failed to get system stats: /xray.app.stats.command.StatsService/GetSysStats UNAVAILABLE: No connection established. Last error: connect ECONNREFUSED 127.0.0.1:61000 (2025-05-08T14:36:08.821Z) - { stack: [ null ], isOk: false, code: 'A002' }
原因
このエラーは Xray コアの起動に失敗した場合に発生します。多くの場合、設定が誤っています。
解決策
- Xray コアのログで詳細を確認してください。
docker exec -it remnanode tail -n +1 -f /var/log/supervisor/xray.out.log
または
docker exec -it remnanode tail -n +1 -f /var/log/supervisor/xray.err.log
-
ほとんどの場合、Xray コアが起動に失敗した原因がそこに記録されています。
-
Remnawave Panel ダッシュボードの Xray Config セクションで問題を修正し、変更を保存してください。