Dan Langille | 2 Dec 2009 20:54
Favicon
Gravatar

mongrel won't stay running

I think the problem in my previous post was caused by not restarting
mongrel.  Now that I have restarted mongrel, it won't stay running.

 $ less mongrel.8011.log
** Daemonized, any open files are closed.  Look at
tmp/pids/mongrel.8011.pid and log/mongrel.8011.log for info.
** Starting Mongrel listening at 127.0.0.1:8011
** Starting Rails with production environment...
/usr/websites/papers.pgcon.org/pentabarf/rails/app/models/release/conference.rb:5:
undefined method `fk_helper_single' for Release::Conference:Class
(NoMethodError)
        from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
        from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
        from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:155:in
`require'
        from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:262:in
`require_or_load'
        from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:221:in
`depend_on'
        from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:133:in
`require_dependency'
        from
(Continue reading)

Sven Klemm | 3 Dec 2009 01:43
Picon

Re: mongrel won't stay running

Hi Dan,

Dan Langille wrote:
> I think the problem in my previous post was caused by not restarting
> mongrel.  Now that I have restarted mongrel, it won't stay running.
> 
> 
> 
>  $ less mongrel.8011.log
> ** Daemonized, any open files are closed.  Look at
> tmp/pids/mongrel.8011.pid and log/mongrel.8011.log for info.
> ** Starting Mongrel listening at 127.0.0.1:8011
> ** Starting Rails with production environment...
> /usr/websites/papers.pgcon.org/pentabarf/rails/app/models/release/conference.rb:5:
> undefined method `fk_helper_single' for Release::Conference:Class
> (NoMethodError)

fk_helper_single is part of Momomoto. Did you update the Momomoto gem?
0.2.1 is the latest version.

Cheers,
Sven
--

-- 
Sven Klemm
http://cthulhu.c3d2.de/~sven/
Dan Langille | 14 Dec 2009 01:47
Favicon
Gravatar

Re: mongrel won't stay running

Sven Klemm wrote:
> Hi Dan,
> 
> Dan Langille wrote:
>> I think the problem in my previous post was caused by not restarting
>> mongrel.  Now that I have restarted mongrel, it won't stay running.
>>
>>
>>
>>  $ less mongrel.8011.log
>> ** Daemonized, any open files are closed.  Look at
>> tmp/pids/mongrel.8011.pid and log/mongrel.8011.log for info.
>> ** Starting Mongrel listening at 127.0.0.1:8011
>> ** Starting Rails with production environment...
>> /usr/websites/papers.pgcon.org/pentabarf/rails/app/models/release/conference.rb:5:
>> undefined method `fk_helper_single' for Release::Conference:Class
>> (NoMethodError)
> 
> fk_helper_single is part of Momomoto. Did you update the Momomoto gem?
> 0.2.1 is the latest version.

No, I didn't.  I just did.

  $ gem list

*** LOCAL GEMS ***

actionmailer (2.3.5, 2.3.4, 2.2.2)
actionpack (2.3.5, 2.3.4, 2.2.2)
activerecord (2.3.5, 2.3.4, 2.2.2)
(Continue reading)

Dan Langille | 16 Dec 2009 03:37
Favicon
Gravatar

Re: mongrel won't stay running

Dan Langille wrote:
> Sven Klemm wrote:
>> Hi Dan,
>>
>> Dan Langille wrote:
>>> I think the problem in my previous post was caused by not restarting
>>> mongrel.  Now that I have restarted mongrel, it won't stay running.
>>>
>>>
>>>
>>>  $ less mongrel.8011.log
>>> ** Daemonized, any open files are closed.  Look at
>>> tmp/pids/mongrel.8011.pid and log/mongrel.8011.log for info.
>>> ** Starting Mongrel listening at 127.0.0.1:8011
>>> ** Starting Rails with production environment...
>>> /usr/websites/papers.pgcon.org/pentabarf/rails/app/models/release/conference.rb:5: 
>>>
>>> undefined method `fk_helper_single' for Release::Conference:Class
>>> (NoMethodError)
>>
>> fk_helper_single is part of Momomoto. Did you update the Momomoto gem?
>> 0.2.1 is the latest version.
> 
> No, I didn't.  I just did.
> 
>  $ gem list
> 
> *** LOCAL GEMS ***
> 
> actionmailer (2.3.5, 2.3.4, 2.2.2)
(Continue reading)


Gmane