| Author |
Message |
< RabbitMQ mailing list ~ Erlang 1.7 client - Unable to make connection |
| Guest |
Posted: Thu Jan 07, 2010 9:45 pm |
|
|
|
Guest
|
I am trying to use the 1.7 erlang client with a 1.7 broker on the same
machine. The broker does work properly, as tested with a java client.
When attempting to make a connection using any of the
amqp_connection:start_network(...) functions, I get the following:
** exception error: no match of right hand side value
{error,{undef,[{rabbit_net,send,
[#Port<0.520>,<<65,77,81,80,1,1,8,0>>]},
{amqp_network_connection,do_handshake,1},
{amqp_network_connection,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}}
in function amqp_connection:start_network_internal/2
Any suggestions?
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Thu Jan 07, 2010 10:17 pm |
|
|
|
Guest
|
Hi Schlomer,
You sure that when you checked out the erlang client, you
hg up -C rabbitmq_v1_7_0 ?
I suspect you're using the latest in default in the erlang client which
won't work with server 1.7.0.
Matthew
On Thu, Jan 07, 2010 at 02:44:23PM -0700, Schlomer, Loren wrote:
> I am trying to use the 1.7 erlang client with a 1.7 broker on the same
> machine. The broker does work properly, as tested with a java client.
> When attempting to make a connection using any of the
> amqp_connection:start_network(...) functions, I get the following:
>
> ** exception error: no match of right hand side value
> {error,{undef,[{rabbit_net,send,
>
> [#Port<0.520>,<<65,77,81,80,1,1,8,0>>]},
> {amqp_network_connection,do_handshake,1},
> {amqp_network_connection,init,1},
> {gen_server,init_it,6},
> {proc_lib,init_p_do_apply,3}]}}
> in function amqp_connection:start_network_internal/2
>
>
>
> Any suggestions?
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss@lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post received from mailinglist |
|
|
| Back to top |
|
| gar1t |
Posted: Thu Jan 07, 2010 10:46 pm |
|
|
|
User
Joined: 11 Aug 2009
Posts: 55
|
On Thu, Jan 7, 2010 at 3:44 PM, Schlomer, Loren
<Loren.Schlomer@echostar.com> wrote:
> I am trying to use the 1.7 erlang client with a 1.7 broker on the same
> machine. |
|
|
| Back to top |
|
| Guest |
Posted: Thu Jan 07, 2010 11:06 pm |
|
|
|
Guest
|
Garrett,
This was it. I had installed the broker from a debian package, and did
not have the rabbitmq-server erlang package in my erlang path. Thanks
for the tip!
Garrett Smith wrote:
>
> On Thu, Jan 7, 2010 at 3:44 PM, Schlomer, Loren
> <Loren.Schlomer@echostar.com> wrote:
> > I am trying to use the 1.7 erlang client with a 1.7 broker on the same
> > machine. The broker does work properly, as tested with a java client.
> > When attempting to make a connection using any of the
> > amqp_connection:start_network(...) functions, I get the following:
> >
> > ** exception error: no match of right hand side value
> > {error,{undef,[{rabbit_net,send,
>
> You need the common rabbitmq Erlang beams in your path. These come
> with the server.
>
> Garrett
>
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post received from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|