Я использую гем ruby daemons для создания собственного демона для моего проекта 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) и пытаюсь запустить его. Кто-нибудь знает, как решить эту проблему?