-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Logger: Errno::EINVAL: Invalid argument with JRuby 9.x in Solaris #4162
Comments
flock on Solaris does have some problems. I'll look at this a bit. |
Could you please start up your app with env var |
I have managed to reproduce this on my Solaris VM:
|
@headius We set the
|
I have pushed a fix to master that reimplements I will start a snapshot build for http://ci.jruby.org. You should be able to test it once you see an up-to-date build there. Please let us know if it works! |
Environment
Our Rails4 App in Solaris cannot started because we need create log file.
And we test the follow codes alone:
Expected Behavior
Actual Behavior
We found that if we delete 3 lines in /jruby-9.1.2.0/lib/ruby/stdlib/logger.rb, it's OK too.
And we test the same codes with JRuby 9.1.2.0 in RedHat Enterprise 7.2, it's OK.
It seems that this is a JRuby bug in Solaris.
The text was updated successfully, but these errors were encountered: