Hi Luis. Thanks for help, it worked with old version of win32-service.

Does this mean I'll be not able to run both win32-service versions together
to keep another ruby-applications working which requires win32-service 0.6+
?

Anton


On Sun, Nov 22, 2009 at 12:47 AM, Luis Lavena <luislav...@gmail.com> wrote:

> On Sat, Nov 21, 2009 at 7:20 PM, Anton Andriyevskyy <x.meg...@gmail.com>
> wrote:
> > Hello everyone.
> >
> > After stugging 3+ hours installing redmine I got success but still
> > can't install redmine as service (windows 2003).
> >
> > So here is my problem. I successfully installed redmine and mapped it
> > to mysql, created database and initialized it with default values.
> > Last thing I'm trying to do is to install it as service on windows
> > 2003, and for this I'm running in cmd mode this instruction:
> >
> > mongrel_rails service::install -N Redmine -c [your redmine folder] -p
> > [portno] -e production
> >
> > and I get this error:
> > C:/ruby/lib/ruby/gems/1.8/gems/win32-service-0.7.0-x86-mswin32-60/lib/
> > win32/service.rb:282:in `initialize': no options provided
> > (ArgumentError)
> >
> > When I try without params:
> > mongrel_rails service::install
> > ... it just says that name (-N) is obligatory.
> >
> > But when I try with name only (-N), I get the same error.
> >
>
> Please uninstall win32-service 0.7.0
>
> mongrel_service has been linked to an specific version of
> win32-service due API changes.
>
> gem install win32-service -v 0.5.2
>
> --
> Luis Lavena
> AREA 17
> -
> Perfection in design is achieved not when there is nothing more to add,
> but rather when there is nothing more to take away.
> Antoine de Saint-Exupéry
> _______________________________________________
> Mongrel-users mailing list
> Mongrel-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/mongrel-users
>
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to