Solved by changing the XML:
<service>
<id>RedmineOnThin</id>
<name>RedmineOnThin</name>
<description>Redmine on Thin web server</description>
<executable>c:\IT\ruby193\bin\rubyw.exe</executable>
<logpath>C:\IT</logpath>
<logmode>roll</logmode>
<arguments>C:/IT/Ruby193/bin/thin -c C:\IT\Redmine-2.0.3 -e production
--prefix /redmine -a 127.0.0.1 start</arguments>
</service>
Note the use of <arguments> now instead of the separate start and stop
arguments.
On Friday, August 10, 2012 5:38:24 PM UTC+10, OsTrY wrote:
> Hi, I have the same problem. How did you solve it?