PRoblem with Mongrel

Look at the mongrel logs? How is it 'failing'?

Vish

I assume all mongrels are on that box and it's happening to this alone?

Try: 1. Force all the mongrels to exit. `ps ax | grep mongrel' shouldn't show anything alive. This mongrel could be a remnant. 2. Where do you load PDF::Writer? Try requiring it early, in environment.rb 3. PDF::Writer seems to have problems. Switch to an alternative? http://wiki.rubyonrails.org/rails/pages/HowtoGeneratePDFs 4. Google the exact error, it helps a lot.

Regards, Vish