Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.6
-
Fix Version/s: JRuby 1.7.0.pre2
-
Component/s: None
-
Labels:None
-
Environment:Solaris, snv_134f
-
Testcase included:yes
-
Number of attachments :
Description
I have attached a test-case with this bug report that exhibits the issue. If you start the jetty container on a solaris host it will fail to start unless you pass jruby.native.enabled set to false.
Execution:
To start the packaged jetty container:
java -jar start.jar jror.xml
Work-around for bug:
java -Djruby.native.enabled=false -jar start.jar jror.xml
Download to test case: http://victori.uploadbooth.com/misc/jetty-solaris-broken.tbz2
We are incorporating updated Solaris binaries and fixes to the POSIX layer in 1.7pre2 that should fix this.