Andrew Foster created JRUBY-6343: ------------------------------------ Summary: Running Webrick in 1.9 mode is causing IllegalMonitorStateException Key: JRUBY-6343 URL: https://jira.codehaus.org/browse/JRUBY-6343 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.6.5 Environment: jruby 1.7.0.dev (ruby-1.9.3-p0) (2011-11-17 f64c682) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_24) [Windows 7-amd64-java] Reporter: Andrew Foster
Start any Rails application in 1.9 mode on Webrick and then access the site. You will get the following exceptions: Exception in thread "RubyThread-14: c:/jruby-1.7.0/lib/ruby/1.9/webrick/server.rb:172" java.lang.IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:127) at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1239) at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:431) at org.jruby.RubyThread.unlockAll(RubyThread.java:1199) at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:114) at java.lang.Thread.run(Thread.java:662) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email