-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running "volt server" on Windows #39
Comments
The command to run a volt project is: Also, can you upgrade to ruby 2.1 and let me know if it works. Thanks |
@ryanstout |
Is thin in your Gemfile.lock file? |
@ryanstout |
Still having the same issue :/ |
I'm receiving the same error. |
@dbeltowski you are on windows, correct? How did you install Ruby? What version of Ruby are you running? Thanks |
Running Windows 7 64bit. Current version of Ruby is 2.1.4p265 <2014-10-27 revision 48166> [x64-mingw32] Originally I was running Ruby 2.0 and experienced this error so upgraded per your suggestion to the other user. I installed Ruby using the Ruby 2.1.4(x64) exe from http://rubyinstaller.org/downloads/ |
@dbeltowski Sorry for the late reply. I'll take a look at it tomorrow and see if I can figure it out. I only got to where I needed to install the development kit today :-) |
Have you had a chance to look into this? I'm really hoping this can be On Sat, Nov 8, 2014 at 12:30 AM, Ryan Stout notifications@github.com
Doug Beltowski | Consultant | Acumen Solutions, Inc. Office: 216.654.9869 | Fax: 216.447.8982 5700 Lombardo Center, Suite 201, Seven Hills, OH 44131 *This email and its attachments are for the use of the intended |
@dbeltowski sorry for the late reply, I caramel down with a stomach bug yesterday. Hopefully I'll get some time to look at this today. Thanks. |
Loved the volt presentation at rubyconf today but this stopped me dead in my tracks. :) |
Ryan,
|
Running on Windows actually works with ruby 2.0.0p481 (2014-05-08) [i386-mingw32]. I think it's broken on 2.1 ^. The problem I get is this:
I've got thin 1.6.3, which should support the --max-conns argument, but for some reason doesn't (I don't even see it when I run If I head to: |
sorry for the spam of comments - after further research I found Thin doesn't support --max-conns on windows. Submitted pull request #67 to fix this for Windows. |
@ryancastro so things are still broken in >=ruby 2.1 right? |
Unfortunately, yes. But it looks like for different reasons. Thin doesn't want to start on ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32] unless it uses I installed 2.1.5 just to test it at your request - I'm just glad it works in 2.0.0 so I can figure out how Volt's going to change my life. :) |
@ryancastro thanks for the info. If you want to see if you can figure out what's going on with >2.0, that would be really helpful. No worries if you don't have time though. Is it an issue with our eventmachine version? |
@ryancastro is it related to this: eventmachine/eventmachine#536 |
Yep! That's the one. |
Please try today's eventmachine 1.0.4 release - please comment or close the ticket if it resolves the issue! |
@sodabrew I'll upgrade volt tomorrow and people can try it. |
can anyone confirm this is still happening on master? A few people have said things are working. Thanks @RainoBoy97 @ryancastro @sodabrew @dbeltowski |
Ok, so 0.9.1.pre3 runs on puma, anyone want to see if it works on that? |
I'm unable to start the volt server due to an error:
The text was updated successfully, but these errors were encountered: