Mongrel_simple_service.rb problem

Hi,
This must be a newbie problem. I’m running XP SP2.
I installed mongrel with gem, and attempted to run the example
mongrel_simple_service.rb (unmodified) in SciTE.

The script runs for about 10 seconds and then stops giving the following
output:

ruby mongrel_simple_service.rb
Exit code: -1073741819

(0xfc0000005)

Can someone give me a clue as to what I’m doing wrong ?

On Nov 22, 2007 11:23 AM, Tadeusz B. [email protected] wrote:

Wow, old stuff, not superseeded by mongrel_service gem and
mongrel_rails service::install and service::remove commands.

(0xfc0000005)

Can someone give me a clue as to what I’m doing wrong ?

That code wasn’t intented to run as windows service, and not from the
command line. check the mongrel_simple_ctrl.rb to actually install and
run a mongrel service.

Anyway, as I commented before, use mongrel_service gem.


Luis L.
Multimedia systems

Leaders are made, they are not born. They are made by hard effort,
which is the price which all of us must pay to achieve any goal that
is worthwhile.
Vince Lombardi

Thanks Luis,
I get it now! Another step on the road to Ruby enlightenment !

Luis L. wrote:

That code wasn’t intented to run as windows service, and not from the
command line. check the mongrel_simple_ctrl.rb to actually install and
run a mongrel service.

Anyway, as I commented before, use mongrel_service gem.