Displaying 2 results from an estimated 2 matches for "pop_ssl".
Did you mean:
pop3ssl
2010 Dec 07
0
Is this error related to connection pool
...d-2.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:223:in
`send''
3) Errno::ENOTCONN (A request to send or receive data was disallowed
because the socket is not connected and (when sending on a datagram
socket using a sendto call) no address was supplied.):
/lib/pop_ssl.rb:535:in `connect''
/lib/pop_ssl.rb:535:in `do_start''
/lib/pop_ssl.rb:507:in `start''
/lib/pop_ssl.rb:382:in `start''
Please help to solve this issue
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to...
2008 May 19
0
uninitialized constant BackgrounDRb::MetaWorker (NameError)
...rom
./script/backgroundrb/../../config/../lib/workers/mailreceiver_worker.rb:3
??????????????????????????-
Here is my worker: mailreceiver_worker.rb
-------------------------------------------------------------------------------------------
require ''rubygems''
require ''pop_ssl''
# Error is on following line
class MailreceiverWorker < BackgrounDRb::MetaWorker
set_worker_name :mailreceiver_worker
def create(args = nil)
# this method is called, when worker is loaded for the first time
end
def receive_emails
# I am receiving emails here. and using models her...