Windows 2003 x64 + Ruby 1.9.1. Ruby or Webrick stops suddenly.
Added by vincent mary almost 15 years ago
Hi
Was hoping to get some help. I must emphasize that I am very new to Ruby
I installed Redmine on one of our servers runnon on the OS mentioned above
I managed to get it ro work following the instructions from scratch
I have downloaded Ruby 1.9.1
Then when I execute
ruby -v script/server webrick -e production
I get a lot of warnings, some deprecated functions, etc, but in essence it starts fine.
[2010-03-26 13:06:56] INFO WEBrick 1.3.1
[2010-03-26 13:06:56] INFO ruby 1.9.1 (2010-01-10) [i386-mingw32]
[2010-03-26 13:06:56] INFO WEBrick::HTTPServer#start: pid=5048 port=3000
I then access the website : http://server:3000
I log on, can work a bit on it, and suddenly it stops with no specific error. It just goes back to the prompt. However the event viewer/application logs an error :
*Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Date: 26/03/2010
Time: 12:33:22
User: N/A
Computer: NEPTUNE
Description:
Faulting application ruby.exe, version 1.9.1.0, faulting module msvcrt-ruby191.dll, version 1.9.1.0, fault address 0x000c8670.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.*
Not too sure what to do as I can restart it and it works again, for a bit, then stops again.
The MySQL server behind this is 4.1 latest version, but that should not be an issuel. I also downloaded the LibMysql.dll in the bin directory.
Is there a patch I can download to avoid this error as quite frankly it makes the use of redmine unpractical ?
Thanks in advance for your help
Vincent
Replies (1)
RE: Windows 2003 x64 + Ruby 1.9.1. Ruby or Webrick stops suddenly. - Added by vincent mary almost 15 years ago
Think I sorted it.
I started using mongrel and after a bit of a battle it now seems to work a lot faster than Webrick and better. It didn't stop yet.