/var/lib/gems/1.8/gems/celldee-bunny-0.5.3/lib/bunny/channel08.rb:
11:in `open': Cannot open channel 1 (Bunny::ProtocolError)
from /var/lib/gems/1.8/gems/celldee-bunny-0.5.3/lib/bunny/
client08.rb:359:in `start'
_______________________________________________
bunny-amqp-devel mailing list
bunny-am...@rubyforge.org
http://rubyforge.org/mailman/listinfo/bunny-amqp-devel
Could you post some or all of the code that you are using? If you are
using IRB what do you enter?
It would also help if you could switch logging on. You can send
logging output to STDOUT by instantiating Bunny like this -
my_client = Bunny.new(:logging => true)
or if you want to output to a file, something like this -
my_client = Bunny.new(:logging => true, :logfile => path to file)
If you post the output here or email it to me I can have a look.
Regards,
Chris Duncan
On Sep 16, 3:20 am, Bunny AMQP client mailing list <bunny-amqp-
de...@rubyforge.org> wrote:
> I'm getting this error when trying to make a connection with 0.5.3.
> How do I fix this?
>
> /var/lib/gems/1.8/gems/celldee-bunny-0.5.3/lib/bunny/channel08.rb:
> 11:in `open': Cannot open channel 1 (Bunny::ProtocolError)
> from /var/lib/gems/1.8/gems/celldee-bunny-0.5.3/lib/bunny/
> client08.rb:359:in `start'
>
> _______________________________________________
> bunny-amqp-devel mailing list
> bunny-amqp-de...@rubyforge.orghttp://rubyforge.org/mailman/listinfo/bunny-amqp-devel
I'll grab logging information next time it happens. Client and server
are both on Ubuntu Linux.
Off topic but I get emails from "Bunny AMQP client mailing list", is
there a correct place to post to get the correct names/email addresses?
- Jason
On Sep 16, 6:45 am, Bunny AMQP client mailing list <bunny-amqp-
de...@rubyforge.org> wrote:
> I fixed this by restarting the rabbitmq server, so it's no longer in a
> state that I can test.
>
> I'll grab logging information next time it happens. Client and server
> are both on Ubuntu Linux.
>
> Off topic but I get emails from "Bunny AMQP client mailing list", is
> there a correct place to post to get the correct names/email addresses?
>
Yes, that's my fault. This is the right place. I haven't changed the
settings for the list :\ I'll do it soon.
Regards,
Chris
> bunny-amqp-de...@rubyforge.orghttp://rubyforge.org/mailman/listinfo/bunny-amqp-devel
On Sep 16, 6:45 am, Bunny AMQP client mailing list <bunny-amqp-
de...@rubyforge.org> wrote:
> I fixed this by restarting the rabbitmq server, so it's no longer in a
> state that I can test.
>
> I'll grab logging information next time it happens. Client and server
> are both on Ubuntu Linux.
>
If your problem recurs I will be happy to try to help. I forgot to
mention that you might want to grab the 'next_release' branch of Bunny
because that has some better error handling. I plan to create a pre-
release gem soon and will announce it on this list.
> bunny-amqp-de...@rubyforge.orghttp://rubyforge.org/mailman/listinfo/bunny-amqp-devel