[#23884] Ruby 1.8.2 preview1にむけて — matz@... (Yukihiro Matsumoto)

まつもと ゆきひろです

34 messages 2004/07/13
[#23917] Re: Ruby 1.8.2 preview1にむけて — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2004/07/16

山本です。

[#23920] Re: Ruby 1.8.2 preview1にむけて — "NAKAMURA, Hiroshi" <nakahiro@...> 2004/07/16

なひです。

[#23922] ruby 1.8.2 preview1 — matz@... (Yukihiro Matsumoto)

まつもと ゆきひろです

27 messages 2004/07/16

[#23995] String#each -> String#each_char — Shugo Maeda <shugo@...>

前田です。

27 messages 2004/07/30
[#23996] Re: String#each -> String#each_char — matz@... (Yukihiro Matsumoto) 2004/07/30

まつもと ゆきひろです

[#23997] Re: String#each -> String#each_char — "U.Nakamura" <usa@...> 2004/07/30

こんにちは、なかむら(う)です。

[#23999] Re: String#each -> String#each_char — matz@... (Yukihiro Matsumoto) 2004/07/30

まつもと ゆきひろです

[#24000] Re: String#each -> String#each_char — "U.Nakamura" <usa@...> 2004/07/30

こんにちは、なかむら(う)です。

[#24005] Re: String#each -> String#each_char — Minero Aoki <aamine@...> 2004/07/31

青木です。

[#24012] Re: String#each -> String#each_char — Shugo Maeda <shugo@...> 2004/08/01

前田です。

[#24014] Re: String#each -> String#each_char — Minero Aoki <aamine@...> 2004/08/02

青木です。

[ruby-dev:23917] Re: Ruby 1.8.2 preview1にむけて

From: "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>
Date: 2004-07-16 04:04:02 UTC
List: ruby-dev #23917
山本です。

私の環境特有の問題かもしれませんが、test/soap/calc/test_calc_cgi.rb が
タイムアウトで失敗します。lib/soap/netHttpClient.rb(82) の http.post から帰って
こないようです。(Win2000SP4,Borland C++ 5.5.1)

# preview1 の前に報告すべきか悩んだのですが・・・・一応、報告しておきます。

E:\ruby_1_8\bin>ruby -v
ruby 1.8.2 (2004-07-15) [i386-bccwin32]

E:\ruby_1_8\bin>ruby -d e:/ruby-cvs/ruby_1_8/test/soap/calc/test_calc_cgi.rb
Exception `LoadError' at E:/ruby_1_8/lib/ruby/1.8/xsd/iconvcharset.rb:9 - No suc
h file to load -- iconv
Exception `LoadError' at E:/ruby_1_8/lib/ruby/1.8/xsd/charset.rb:46 - No such fi
le to load -- uconv
Exception `LoadError' at E:/ruby_1_8/lib/ruby/1.8/xsd/xmlparser/xmlscanner.rb:10
 - No such file to load -- xmlscan/scanner
Exception `LoadError' at E:/ruby_1_8/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb:10
- No such file to load -- xml/parser
Set XSD::XMLParser::REXMLParser as XML processor.
Exception `LoadError' at E:/ruby_1_8/lib/ruby/1.8/soap/streamHandler.rb:18 - No
such file to load -- http-access2
Loading http-access2 failed.  Net/http is used.
Exception `LoadError' at E:/ruby_1_8/lib/ruby/1.8/soap/netHttpClient.rb:18 - No
such file to load -- net/https
Loaded suite e:/ruby-cvs/ruby_1_8/test/soap/calc/test_calc_cgi
Started
Wire dump:

opening connection to localhost...
opened
<- "POST /server.cgi HTTP/1.1\r\nAccept: */*\r\nContent-Type: text/xml; charset=
us-ascii\r\nUser-Agent: SOAP4R/1.5.2\r\nSoapaction: \"\"\r\nContent-Length: 476\
r\nHost: localhost:17171\r\n\r\n"
<- "<?xml version=\"1.0\" encoding=\"us-ascii\" ?>\n<env:Envelope xmlns:xsd=\"ht
tp://www.w3.org/2001/XMLSchema\"\n    xmlns:env=\"http://schemas.xmlsoap.org/soa
p/envelope/\"\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <
env:Body>\n    <n1:add xmlns:n1=\"http://tempuri.org/calcService\"\n        env:
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\n      <lhs xsi:typ
e=\"xsd:int\">1</lhs>\n      <rhs xsi:type=\"xsd:int\">2</rhs>\n    </n1:add>\n
 </env:Body>\n</env:Envelope>"
Exception `Timeout::Error' at E:/ruby_1_8/lib/ruby/1.8/net/protocol.rb:197 - soc
ket read timeout (60 sec)
closed
E:/ruby_1_8/lib/ruby/1.8/net/protocol.rb:197:in `rbuf_fill': socket read timeout
 (60 sec) (Timeout::Error)
        from E:/ruby_1_8/lib/ruby/1.8/net/protocol.rb:160:in `readuntil'
        from E:/ruby_1_8/lib/ruby/1.8/net/protocol.rb:171:in `readline'
        from E:/ruby_1_8/lib/ruby/1.8/net/http.rb:1554:in `read_status_line'
        from E:/ruby_1_8/lib/ruby/1.8/net/http.rb:1538:in `read_new'
        from E:/ruby_1_8/lib/ruby/1.8/net/http.rb:833:in `request'
        from E:/ruby_1_8/lib/ruby/1.8/net/http.rb:690:in `post'
        from E:/ruby_1_8/lib/ruby/1.8/soap/netHttpClient.rb:81:in `post'
        from E:/ruby_1_8/lib/ruby/1.8/soap/netHttpClient.rb:80:in `start'
         ... 22 levels...
        from E:/ruby_1_8/lib/ruby/1.8/test/unit/autorunner.rb:185:in `run'
        from E:/ruby_1_8/lib/ruby/1.8/test/unit/autorunner.rb:13:in `run'
        from E:/ruby_1_8/lib/ruby/1.8/test/unit.rb:283
        from E:/ruby_1_8/lib/ruby/1.8/test/unit.rb:283
removing C:\DOCUME~1\WHITER~1\LOCALS~1\Temp/webrick.cgierr.1032.0...Exception `E
rrno::EACCES' at E:/ruby_1_8/lib/ruby/1.8/tempfile.rb:148 - Permission denied
 - C:\DOCUME~1\WHITER~1\LOCALS~1\Temp/webrick.cgierr.1032.0
removing C:\DOCUME~1\WHITER~1\LOCALS~1\Temp/webrick.cgiout.1032.0...Exception `E
rrno::EACCES' at E:/ruby_1_8/lib/ruby/1.8/tempfile.rb:148 - Permission denied
 - C:\DOCUME~1\WHITER~1\LOCALS~1\Temp/webrick.cgiout.1032.0


In This Thread