Reformatted excerpts from Hamish D's message of 2011-01-26: > `method_missing': no Redwood::HookManager instance defined in method > call to run! (RuntimeError) > from /home/mish/dev/sup/sup-mainline/bin/sup:381
This is masking another exception. Something is breaking before HookManager is initialized, and in rescuing from it, we try and run the shutdown hook, which of course dies. Can you comment out that line? Or maybe try commenting out the three lines starting with rescue and ending with ensure at line 372 in bin/sup? This should at least unmask the exception. Initting the hookmanager happens very early on in Sup, so I'm guessing there's something wrong with your config file or the log file (the only two things that happen before the hookmanager is brought up). -- William <wmorgan-...@masanjin.net> _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk