Bridge cannot connect to Rabbit

34 views
Skip to first unread message

Justin

unread,
Jul 11, 2012, 8:50:04 AM7/11/12
to bridge...@googlegroups.com
Are there additional configuration steps missing from documentation if you have rabbitmq already installed?

Thanks,

Justin

Steve Wang

unread,
Jul 13, 2012, 4:20:14 PM7/13/12
to bridge...@googlegroups.com
Bridge should be able to connect to an out-of-the-box install of rabbitmq-server. Have you configured rabbit, and if so, which configurations have you made?

--
You received this message because you are subscribed to the Google Groups "Bridge" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bridge-users/-/vinPROn3XukJ.
To post to this group, send email to bridge...@googlegroups.com.
To unsubscribe from this group, send email to bridge-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bridge-users?hl=en.

Justin

unread,
Jul 16, 2012, 4:07:43 PM7/16/12
to bridge...@googlegroups.com
It is configured. just adding vhosts. Nothing out of the norm. My other apps are using it. Seems like it can't even see it, not that its failing on connection.


On Friday, July 13, 2012 4:20:14 PM UTC-4, steve wrote:
Bridge should be able to connect to an out-of-the-box install of rabbitmq-server. Have you configured rabbit, and if so, which configurations have you made?
On Wed, Jul 11, 2012 at 5:50 AM, Justin <barber...@gmail.com> wrote:
Are there additional configuration steps missing from documentation if you have rabbitmq already installed?

Thanks,

Justin

--
You received this message because you are subscribed to the Google Groups "Bridge" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bridge-users/-/vinPROn3XukJ.
To post to this group, send email to bridge...@googlegroups.com.
To unsubscribe from this group, send email to bridge-users+unsubscribe@googlegroups.com.

Sridatta Thatipamala

unread,
Jul 16, 2012, 4:19:52 PM7/16/12
to bridge...@googlegroups.com
We will look into this and see if we're missing some edge case.
--Sridatta

To unsubscribe from this group, send email to bridge-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/bridge-users/-/1QamlojA6vgJ.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Steve Wang

unread,
Jul 16, 2012, 4:49:04 PM7/16/12
to bridge...@googlegroups.com
Hmm. I think vhosts might be the culprit -- at the moment, Bridge just
looks for a node named rabbit@$HOSTNAME, and there's no way to
configure this at the moment. We're currently looking into other
solutions, but for the time being, removing vhosts might do the trick.

- Steve

On Mon, Jul 16, 2012 at 1:07 PM, Justin <barber...@gmail.com> wrote:
> It is configured. just adding vhosts. Nothing out of the norm. My other apps
> are using it. Seems like it can't even see it, not that its failing on
> connection.
>
>
> On Friday, July 13, 2012 4:20:14 PM UTC-4, steve wrote:
>>
>> Bridge should be able to connect to an out-of-the-box install of
>> rabbitmq-server. Have you configured rabbit, and if so, which configurations
>> have you made?
>>
>> On Wed, Jul 11, 2012 at 5:50 AM, Justin <barber...@gmail.com> wrote:
>>>
>>> Are there additional configuration steps missing from documentation if
>>> you have rabbitmq already installed?
>>>
>>>
>>> http://stackoverflow.com/questions/11432770/bridge-unable-to-connect-to-rabbitmq
>>>
>>> Thanks,
>>>
>>> Justin
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Bridge" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msg/bridge-users/-/vinPROn3XukJ.
>>> To post to this group, send email to bridge...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> bridge-users...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/bridge-users?hl=en.
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Bridge" group.
> To post to this group, send email to bridge...@googlegroups.com.
> To unsubscribe from this group, send email to
> bridge-users...@googlegroups.com.
> To view this discussion on the web visit

Justin

unread,
Jul 16, 2012, 5:55:34 PM7/16/12
to bridge...@googlegroups.com
I'm just causing all sorts of problems today :)  Can't remove the vhost due to other application dependencies. I'm good prototyping against cloud, when i get closer i'll look back into an isolated rabbitmq instance.

Thanks


On Monday, July 16, 2012 4:49:04 PM UTC-4, steve wrote:
Hmm. I think vhosts might be the culprit -- at the moment, Bridge just
looks for a node named rabbit@$HOSTNAME, and there's no way to
configure this at the moment. We're currently looking into other
solutions, but for the time being, removing vhosts might do the trick.

- Steve

Justin

unread,
Jul 16, 2012, 6:24:04 PM7/16/12
to bridge...@googlegroups.com
Does bridge use guest credentials when connecting to rabbitmq?

123754 =ERROR REPORT==== 11-Jul-2012::08:18:38 ===
123755 exception on TCP connection <0.24484.19> from 127.0.0.1:57826
123756 {channel0_error,starting,
123757                 {amqp_error,access_refused,
123758                             "PLAIN login refused: user 'guest' - invalid credentials",
123759                             'connection.start_ok'}}

Steve Wang

unread,
Jul 16, 2012, 6:42:31 PM7/16/12
to bridge...@googlegroups.com
I don't see any credentials specified anywhere, so I guess it defaults to guest.
> --
> You received this message because you are subscribed to the Google Groups
> "Bridge" group.
> To post to this group, send email to bridge...@googlegroups.com.
> To unsubscribe from this group, send email to
> bridge-users...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/bridge-users/-/BIjRQkx0ECYJ.

Justin

unread,
Jul 26, 2012, 6:28:39 PM7/26/12
to bridge...@googlegroups.com
So my harddrive died and I have had to rebuild everything locally for other projects including rabbit... It looks like in my prior installation we had deleted the vhost / and the guest user. 

I believe if its left there as it comes by default bridge should work with a standalone rmq instance. Just passing along.. I'll verify when i get the chance, but if this proves to be the case should error with message that vhost '/' or guest user is unavailable.

Thanks

Screen Shot 2012-07-26 at 6.26.45 PM.png

Sridatta Thatipamala

unread,
Jul 26, 2012, 6:42:32 PM7/26/12
to bridge...@googlegroups.com
Awesome, thanks for the update, Justin. I'll see if we can make the error messages more verbose and also document this configuration requirement somewhere.
--Sridatta

To unsubscribe from this group, send email to bridge-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/bridge-users/-/12RTUzh4udUJ.
Reply all
Reply to author
Forward
0 new messages