search for: eoferror

Displaying 20 results from an estimated 56 matches for "eoferror".

2007 Feb 15
3
Fwd: devnull-dev.stanford.edu syslog filter results (fwd)
We''re still intermittantly getting these messages in syslog on various different systems: Feb 14 17:32:10 server-dev puppetd[20363]: Could not call puppetreports.report: #<EOFError: end of file reached> Feb 14 17:32:10 server-dev puppetd[20363]: Reporting failed: end of file reached Anyone else ever see stuff like this?
2007 Apr 26
1
EOFError (End-of-File Error occured Error)
Hi Randomly I get the following error when users search EOFError (End-of-File Error occured at <except.c>:93 in xraise Error occured in compound_io.c:137 - cmpdi_read_i Tried to read past end of file. File length is <303> and tried to read to <351> ): what could be the problem? thanks -- Posted via http://www.ruby-forum.com/.
2007 Sep 14
1
Unable to scrap gmail.com - EOFError: End of file reached
...to use mechanize! It has opened a whole new world of projects for me :) I am trying to login into the Gmail.com server, as described in http://schf.uc.org/articles/2007/02/14/scraping-gmail-with-mechanize-and-hpricot but am running into a few issues... irb(main):010:0> page = agent.submit form EOFError: end of file reached from /usr/lib/ruby/1.8/net/protocol.rb:133:in `sysread'' from /usr/lib/ruby/1.8/net/protocol.rb:133:in `rbuf_fill'' from /usr/lib/ruby/1.8/timeout.rb:56:in `timeout'' from /usr/lib/ruby/1.8/timeout.rb:76:in `timeout'...
2006 Feb 08
2
ActionMailer EOFError (sometimes)
...in the end he needed no authentication at all. I can send most of them but some will not get sent. Does anybody know what situations will make this error appear? Slow or non-responsive connection to the mail server? The user hitting ESC before the page finishes? Here is the full trace for one: EOFError (End of file reached): /usr/local/lib/ruby/1.8/net/protocol.rb:197:in `sysread'' /usr/local/lib/ruby/1.8/net/protocol.rb:197:in `rbuf_fill'' /usr/local/lib/ruby/1.8/net/protocol.rb:196:in `timeout'' /usr/local/lib/ruby/1.8/timeout.rb:55:in `timeout''...
2013 Nov 05
4
Handling closed clients
...that I''d like to get rid of. I was hoping that the recent commit 24b9f66dcdda44378b4053645333ce9ce336b413 would help us, but it does not. After digging in a bit, I have some ideas about why and a patch I''d like comments on. The commit above attempts to ignore exceptions of types EOFError, Errno::ECONNRESET, Errno::EPIPE, and Errno::ENOTCONN. However, that doesn''t address our issue because our exception comes when trying to write the response. It is a generic IOError and thus is not handled. In addition, I believe that change is unsafe because I believe client code could r...
2006 Jun 28
0
catch EOFError in PaymentsController#finalListSave
Hi, When sending emails I am gaining a EOFError, I have figured out this was because rails running on my local machine was unable to connect to the required mail server. Is there a way of catching this error and warning the user what has happened? thanks Scott -- Posted via http://www.ruby-forum.com/.
2005 Apr 12
0
What does EOFError mean in ActionMailer?
...ime.now) @subject = ''Welcome to XXX'' @body = {} @recipients = user.email @from = "customerservice@XXX" @sent_on = sent_at @headers = {} @body["user"] = user end But whenever it calls it gives me: ================ EOFError in User#signup End of file reached app/controllers/user_controller.rb:24:in `signup'' script/server:48 ================ Where line 24 is the deliver_verification call. It works fine in Unit Testing which makes me think it is the communication to the mailserver. But it''s a bit...
2006 Aug 28
2
sysread': end of file reached (EOFError)
Hi, I am trying to access the gmail account through net/pop library.However, I have an error such that: c:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `sysread'': end of file reached (EOFError) from c:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `rbuf_fill'' from c:/ruby/lib/ruby/1.8/timeout.rb:56:in `timeout'' from c:/ruby/lib/ruby/1.8/timeout.rb:76:in `timeout'' from c:/ruby/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill'' from c:/ruby/lib/ruby/1.8/net/prot...
2012 Mar 20
1
issues with geo-replication
...p tf(*aa) File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen rid, exc, res = recv(self.inf) File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv return pickle.load(inf) EOFError [2012-03-20 19:29:10.523721] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection [2012-03-20 19:29:10.523993] I [monitor(monitor):18:set_state] Monitor: new state: faulty [2012-03-20 19:29:20.524297] I [monitor(monitor):59:monitor] Monitor: --------------------------...
2006 Sep 20
3
Unit and Functional Tests Bombing with Ferret
Hello, I am currently using ferret 0.9.5 and acts_as_ferret 0.2.3 on windows XP All my unit and functions test that used to work before I installed ferret are erroring out. My index is on a model name Post, and it looks like all tests that contains methods which does CRUD to the Post model bombs out. Is there anything special I need to do before running unit and functional test? Thanks
2006 Aug 24
1
[0.10.0] Random error when big import
...an 3 three times my script (I deleted my index every time before), and only the third was successful. That was STRANGE ! :) These are the errors : /usr/lib/ruby/gems/1.8/gems/ferret-0.10.0/lib/ferret/index.rb:204:in `commit'': End-of-File Error occured at <except.c>:79 in xraise (EOFError) Error occured in store.c:197 - is_refill current pos = 117, file length = 68 from /usr/lib/ruby/gems/1.8/gems/ferret-0.10.0/lib/ferret/index.rb:204:in `<<'' from /usr/lib/ruby/1.8/monitor.rb:229:in `synchronize'' from /usr/lib/ruby/gems/1.8/gems/ferret-0.10....
2006 Sep 21
6
EOF Error with Unit Tests
I am getting this weird EOFError when running tests using rake When running unit tests one by one (test file by test file), this error does not pop up. Does anyone know what is happening? Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Mar 14
5
Apache2 + FastCGI + SSL: File upload fails with HTTPS
All, I have run into a road block with my RoR project. The app works fine without SSL but when I try to upload a file with the site running in HTTPS, cgi.rb throws an EOFError: [13/Mar/2006:23:05:48 :: 22982] Dispatcher failed to catch: bad content body (EOFError) /usr/lib/ruby/1.8/cgi.rb:981:in `read_multipart? /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/cgi_ext/raw_post_data_fix.rb:20:in `initialize_query? /usr/lib/ruby/1.8/cgi.rb:2270:in `i...
2006 Apr 19
2
Ferret EOFError creating index
...at made it bail out. so I have 2 questions: 1) does anyone know what caused the error or have any suggestions to prevent it in future? 2) I can''t search on the index without getting errors so is the index recoverable or will I need to recreate the index again? Thanks in advance, Derek EOFError c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.9.0/lib/ferret/store/buffered_index_io.rb:178:in `refill'' c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.9.0/lib/ferret/store/buffered_index_io.rb:94:in `read_byte'' c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.9.0/lib/ferret/store/buffered_index_io.r...
2007 Apr 14
3
Error on optimize leads to corrupt index?
The following exception occurred while trying optimize a large index: vendor/gems/rdig-0.3.4/lib/rdig/index.rb:46:in `optimize'': End-of- File Error occured at <except.c>:93 in xraise (EOFError) Error occured in store.c:216 - is_refill current pos = 0, file length = 0 Now, I get the following error any time I try to create a new index on the directory that I was trying to optimize. Ferret::Index::IndexReader.new("indexes/my_index_dir") IOError: IO Error occured at &...
2006 Aug 17
1
sysread error in "net" library?
Hi, I am reading RSS feeds and quite often I get the following error in the "net" library. Anybody had such error before? Any info would be very useful? Thanks, Hari ----- /usr/lib/ruby/1.8/net/protocol.rb:133:in `sysread'': end of file reached (EOFError) from /usr/lib/ruby/1.8/net/protocol.rb:133:in `rbuf_fill'' from /usr/lib/ruby/1.8/timeout.rb:56:in `timeout'' from /usr/lib/ruby/1.8/timeout.rb:76:in `timeout'' from /usr/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill'' from /usr/lib/ruby/1.8/net/protocol.rb:11...
2007 Jun 23
2
End of File Error on index optmize
...x directory follow the error. Has anyone seen anything like this and found a resolution? Many thanks. /mnt/apps/search/releases/20070622175637/script/../config/../vendor/ gems/rdig-0.3.4/lib/rdig/index.rb:48:in `optimize'': End-of-File Error occured at <except.c>:93 in xraise (EOFError) Error occured in store.c:216 - is_refill current pos = 0, file length = 0 from /mnt/apps/search/releases/20070622175637/script/../ config/../vendor/gems/rdig-0.3.4/lib/rdig/index.rb:48:in `close'' from /mnt/apps/search/releases/20070622175637/script/../ config...
2007 Jun 06
10
Attachment_fu S3 uploads killing mongrel
I was wondering if anyone here has seen a similar error to this... >From mongrel.log /usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/ transactions.rb:85:in `transaction'': Transaction aborted (ActiveRecord::Transactions::TransactionError) from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:293:in `call'' from
2007 Mar 25
5
mechanize 0.6.6 Released
mechanize version 0.6.6 has been released! http://mechanize.rubyforge.org/ The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history. Changes: =
2006 May 31
1
SVN revision 218: errors and failures under win32.
Zed: 1) Error: test_more_web_server(HandlersTest): EOFError: end of file reached I solved this changing the following lines in test_handlers.rb:75-76 res = hit([ "http://127.0.0.1:9998/", "http://127.0.0.1:9998/test", I cannot solve the other failures: 1) Failure: test_header_is_too_long(WebServerTest) [./test/test...