私はrubydaemonsgemを使用して、railsプロジェクトのカスタムデーモンを作成しています。唯一の問題は、デーモンruby lib/daemons/test_ctl start
を起動しようとすると失敗し、起動しないことです。ログファイルにはこの出力があります。
# Logfile created on Wed Oct 22 16:14:23 +0000 2008 by /
*** below you find the most recent exception thrown, this will be likely (but not certainly) the exception that made the application exit abnormally \*\*\*
# MissingSourceFile: no such file to load -- utf8proc_native
*** below you find all exception objects found in memory, some of them may have been thrown in your application, others may just be in memory because they are standard exceptions ***
# NoMemoryError: failed to allocate memory>
# SystemStackError: stack level too deep>
# fatal: exception reentered>
# LoadError: no such file to load -- daemons>
# LoadError: no such file to load -- active_support>
# MissingSourceFile: no such file to load -- lib/string>
# MissingSourceFile: no such file to load -- utf8proc_native>
これは、(railsプラグインから)デーモンを生成して実行しようとしたときにも発生します。誰かがこの問題を解決する方法を知っていますか?