-
Notifications
You must be signed in to change notification settings - Fork 10
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
Waiting for Theine worker hangs forever #17
Comments
I am also seeing this, when I start a server using theine_server I only see it spawning the processes, but it never actually seems to create the workers. I am using jruby 1.7.19 and rails 4.2.0, on CentOS 6. |
@MarkFree1990, yup
|
ok, I figure it out.
and then you have your gems installed under jruby, and it's also first in your path. If you make $(which ruby) to point to jruby -- it will work. Parallel_test gem has also this kind of stuff. |
I changed ruby to point to jruby but this did not fix the issue for me, and even if it had of it would not have been an ideal fix as I switch between ruby and jruby often. I am using rbenv to manage my versions so my path contains a shim anyway. |
I am experiencing the same issue as @MarkFree1990 . |
OS X 10.10.3, Screen version 4.02.01 (GNU) 28-Apr-14, jruby 1.7.19 (1.9.3p551), java version "1.8.0_20"
Starting a server:
Command never executes and hangs forever:
Inside "screen" everything works fine:
The text was updated successfully, but these errors were encountered: