Re: Error creating connection on 0.8

2010-12-21 Thread Pete Carapetyan
Following up on this - in case it helps someone else with a similar lack of network skills to my own: Windoze boxes do not always resolve localhost to 127.0.0.1 in their virgin state. So the connection factory constructor of "amqp://guest:gu...@clientid/test?brokerlist='tcp://127.0.0.1:5672'" may

Re: Error creating connection on 0.8

2010-12-16 Thread Pete Carapetyan
Thanks Robbie after a reboot everything seems to be functioning now. Won't even speculate on what may have caused the problem on my end. > > Can you elaborate on which broker you are using, any config changes > you have made, the exact commands you are using to start the broker > and run the examp

Re: Error creating connection on 0.8

2010-12-16 Thread Robbie Gemmell
Hi Pete, Can you elaborate on which broker you are using, any config changes you have made, the exact commands you are using to start the broker and run the example etc? I used the Hello example during the release process so im fairly sure it should be working ok. Robbie On 16 December 2010 00:1

RE: Error creating connection on 0.8

2010-12-15 Thread Steve Huston
@gmail.com] On Behalf Of Pete Carapetyan > Sent: Wednesday, December 15, 2010 7:15 PM > To: users@qpid.apache.org > Subject: Re: Error creating connection on 0.8 > > > Still not sure what this means from the java side. Suggestions? > > On Wed, Dec 15, 2010 at 4:29 PM, Adam Ka

Re: Error creating connection on 0.8

2010-12-15 Thread Rajika Kumarasiri
On Thu, Dec 16, 2010 at 5:45 AM, Pete Carapetyan wrote: > Still not sure what this means from the java side. Suggestions? > Can you try telnet and see if actually a server socket is listening on the port ? Rajika > > On Wed, Dec 15, 2010 at 4:29 PM, Adam Kaminiecki > wrote: > > ok will try to

Re: Error creating connection on 0.8

2010-12-15 Thread Pete Carapetyan
Still not sure what this means from the java side. Suggestions? On Wed, Dec 15, 2010 at 4:29 PM, Adam Kaminiecki wrote: > ok will try to turn on trace > but --auth no for now resolve my problem. Thanks a lot. > > > regards, > Adam > > W dniu 2010-12-15 22:53, Steve Huston pisze: >> >> Hi Adam, >>

Re: Error creating connection on 0.8

2010-12-15 Thread Adam Kaminiecki
ok will try to turn on trace but --auth no for now resolve my problem. Thanks a lot. regards, Adam W dniu 2010-12-15 22:53, Steve Huston pisze: Hi Adam, I have little simillar problem with qpid 0.8 I'm using C# client connections = new Client(); connections.ExceptionRais

RE: Error creating connection on 0.8

2010-12-15 Thread Steve Huston
Hi Adam, > I have little simillar problem with qpid 0.8 > > I'm using C# client > > connections = new Client(); > > connections.ExceptionRaised += > ConnectionsExceptionRaised; > connections.ConnectionLost += > ConnectionsConnectionLost; > co

Re: Error creating connection on 0.8

2010-12-15 Thread Adam Kaminiecki
Hi, I have little simillar problem with qpid 0.8 I'm using C# client connections = new Client(); connections.ExceptionRaised += ConnectionsExceptionRaised; connections.ConnectionLost += ConnectionsConnectionLost; connections.Connect(host, port, "