issues reappears on 1.5.2 in windows
------------------------------------

                 Key: JRUBY-5075
                 URL: http://jira.codehaus.org/browse/JRUBY-5075
             Project: JRuby
          Issue Type: Sub-task
          Components: Windows
    Affects Versions: JRuby 1.5.2
         Environment: windows 7 x64, tomcat 6.0.29, jruby 1.5.2
            Reporter: alex pedenko
            Priority: Blocker


running into the same issue. 

Errno::EAGAIN in HomeController#index

Resource temporarily unavailable - 
RAILS_ROOT: C:/apache-tomcat-6.0.29/webapps/ROOT/WEB-INF

Application Trace | Framework Trace | Full Trace
C:/apache-tomcat-6.0.29/webapps/ROOT/WEB-INF/gems/gems/couchrest-1.0.1/lib/couchrest/monkeypatches.rb:25:in
 `read_nonblock'
C:/apache-tomcat-6.0.29/webapps/ROOT/WEB-INF/gems/gems/couchrest-1.0.1/lib/couchrest/monkeypatches.rb:25:in
 `rbuf_fill'
C:/apache-tomcat-6.0.29/webapps/ROOT/WEB-INF/gems/gems/rest-client-1.6.0/lib/restclient/net_http_ext.rb:17:in
 `request'
C:/apache-tomcat-6.0.29/webapps/ROOT/WEB-INF/gems/gems/rest-client-1.6.0/lib/restclient/request.rb:167:in
 `transmit'
C:/apache-tomcat-6.0.29/webapps/ROOT/WEB-INF/gems/gems/rest-client-1.6.0/lib/restclient/request.rb:166:in
 `transmit'
...

can reproduce with

C:\Users\alex>jruby -rsocket -e "s = TCPSocket.open('google.com', 80); 
s.read_nonblock(65535)" -e:1:in `read_nonblock': Resource temporarily 
unavailable -  (Errno::EAGAIN)
        from -e:1

i'm developing the app (RoR + couchdb) on a mac os environment, and testing 
with WEBRick. There, everything is fine. When moving to windows/tomcat, this 
appears. 

Strangely enough, running the jruby -rsocket command in an os x terminal also 
produces the error, but the application works.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.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


Reply via email to