Re: qpid errors

2015-08-06 Thread Chuck Rolke
Start powershell and get the story:

  W:\>  powershell
  PS W:\> get-help about_signing

See the section about RUNNING UNSIGNED SCRIPTS. Stuff downloaded from the 
internet is marked 'blocked'. Unblocking helps but doesn't solve all the things 
that prevent running scripts. 



- Original Message -
> From: "Steve Huston" 
> To: "" 
> Sent: Wednesday, August 5, 2015 8:10:35 AM
> Subject: Re: qpid errors
> 
> Google for that error. The hoops PS makes you jump through to run scripts is
> amazing.
> 
> Steve Huston
> (sent from my iPhone - please excuse brevity and typos)
> 
> > On Aug 5, 2015, at 4:50 AM, Suman.Patro-TRN 
> > wrote:
> > 
> > OK Steve. Thanks for  the correction. But I  would  like to run tests of
> > qpid. But when I  build run_tests from  Visual studio, all the  tests
> > fail. The Testing log file has  recorded  the reason of failure.
> > The reason  is ,
> > run_test.ps1 cannot be loaded because the execution of scripts is disabled
> > on this system.
> > Even after enabling script  execution on  the  system, the  error  still
> > persists.
> >Kindly suggest some solutions.
> > --Suman
> > ________
> > From: Steve Huston [shus...@riverace.com]
> > Sent: Tuesday, August 04, 2015 7:16 PM
> > To: users@qpid.apache.org
> > Subject: RE: qpid errors
> > 
> > The broker doesn't need to be run as a Windows service (but that's a
> > perfectly good thing to do). The error below was likely because there is
> > no \temp or \temp\qpidd.data directories and your account didn't have
> > rights to create it.
> > 
> > -Steve
> > 
> >> -Original Message-
> >> From: Suman.Patro-TRN [mailto:suman.patro-...@lntebg.com]
> >> Sent: Tuesday, August 04, 2015 5:41 AM
> >> To: users@qpid.apache.org
> >> Subject: RE: qpid errors
> >> 
> >> Hey  Gordon,
> >>  Thanks a ton.  The  error  got  resolved.  The
> >>  broker  in qpid 0.34 is
> >> named as qpidd.exe which  needed to  be  run as  a windows  service.
> >> 
> >> From: Gordon Sim [g...@redhat.com]
> >> Sent: Tuesday, August 04, 2015 3:05 PM
> >> To: users@qpid.apache.org
> >> Subject: Re: qpid errors
> >> 
> >>> On 08/04/2015 07:30 AM, Suman.Patro-TRN wrote:
> >>> Hey Gordon,
> >>>  1.  There is  no amqp broker .exe , but  there is qpidbroker.dir  which
> >>>  has
> >> broker.cpp.obj  and qpidbrokerd.dll in D:\qpid_build\src\Debug. what
> >> do I
> >> start and how??
> >>>  2. I  tried running qpid.exe but  with  errors  as :
> >>> 
> >>> D:\qpid_build\src\Debug>qpidd.exe
> >>> 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) start-up
> >>> 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) shut-down
> >>> 2015-08-04 11:50:18 [Broker] critical Unexpected error: Can't create
> >> directory:
> >>> \TEMP\QPIDD.DATA
> >> 
> >> That is the right executable, the error is because it can't create the
> >> directory
> >> it wants. I'm not sure why that is the case (I'm not a windows user, but
> >> hopefully someone more familiar with it will chip in with suggestions).
> >> 
> >> There are two options you could use to avoid that: (1) use the no-data-dir
> >> option, which avoids needing a directory and (2) use the data-dir option
> >> to
> >> point at a valid directory the broker can use.
> >> qpidd.exe -h should give you all the available options.
> >> 
> >> 
> >> 
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
> >> commands, e-mail: users-h...@qpid.apache.org
> >> 
> >> Larsen & Toubro Limited
> >> 
> >> www.larsentoubro.com
> >> 
> >> This Email may contain confidential or privileged information for the
> >> intended
> >> recipient (s). If you are not the intended recipient, please do not use or
> >> disseminate the information, notify the sender and delete it from your
> >> system.
> >> 
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
> >> commands, e-mail: users-h

Re: qpid errors

2015-08-06 Thread Gordon Sim

On 08/06/2015 04:53 AM, Suman.Patro-TRN wrote:

Thanks for  replying  Steve.  I  have  already  googled  the  issue and  the  
solution   seems  to  only  enable  the scripts but  all in vain.
And  is it  really  required  I  run the  tests  or  are there some  other  way 
 through  which  I  can understand  the  qpid  working and  analyze  the  
performance??


There are two utilities that can be useful: qpid-send and qpid-receive. 
These allow you to send and receive messages with different options, at 
different rates etc. The help option passed to each will give you a list 
of what can be controlled.



-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



RE: qpid errors

2015-08-05 Thread Suman . Patro-TRN
Thanks for  replying  Steve.  I  have  already  googled  the  issue and  the  
solution   seems  to  only  enable  the scripts but  all in vain.
And  is it  really  required  I  run the  tests  or  are there some  other  way 
 through  which  I  can understand  the  qpid  working and  analyze  the  
performance??
--Suman

From: Steve Huston [shus...@riverace.com]
Sent: Wednesday, August 05, 2015 5:40 PM
To: 
Subject: Re: qpid errors

Google for that error. The hoops PS makes you jump through to run scripts is 
amazing.

Steve Huston
(sent from my iPhone - please excuse brevity and typos)

> On Aug 5, 2015, at 4:50 AM, Suman.Patro-TRN  
> wrote:
>
> OK Steve. Thanks for  the correction. But I  would  like to run tests of 
> qpid. But when I  build run_tests from  Visual studio, all the  tests fail. 
> The Testing log file has  recorded  the reason of failure.
> The reason  is ,
> run_test.ps1 cannot be loaded because the execution of scripts is disabled on 
> this system.
> Even after enabling script  execution on  the  system, the  error  still  
> persists.
>Kindly suggest some solutions.
> --Suman
> 
> From: Steve Huston [shus...@riverace.com]
> Sent: Tuesday, August 04, 2015 7:16 PM
> To: users@qpid.apache.org
> Subject: RE: qpid errors
>
> The broker doesn't need to be run as a Windows service (but that's a 
> perfectly good thing to do). The error below was likely because there is no 
> \temp or \temp\qpidd.data directories and your account didn't have rights to 
> create it.
>
> -Steve
>
>> -Original Message-
>> From: Suman.Patro-TRN [mailto:suman.patro-...@lntebg.com]
>> Sent: Tuesday, August 04, 2015 5:41 AM
>> To: users@qpid.apache.org
>> Subject: RE: qpid errors
>>
>> Hey  Gordon,
>>  Thanks a ton.  The  error  got  resolved.  The  broker  
>> in qpid 0.34 is
>> named as qpidd.exe which  needed to  be  run as  a windows  service.
>> ________
>> From: Gordon Sim [g...@redhat.com]
>> Sent: Tuesday, August 04, 2015 3:05 PM
>> To: users@qpid.apache.org
>> Subject: Re: qpid errors
>>
>>> On 08/04/2015 07:30 AM, Suman.Patro-TRN wrote:
>>> Hey Gordon,
>>>  1.  There is  no amqp broker .exe , but  there is qpidbroker.dir  which  
>>> has
>> broker.cpp.obj  and qpidbrokerd.dll in D:\qpid_build\src\Debug. what  do 
>> I
>> start and how??
>>>  2. I  tried running qpid.exe but  with  errors  as :
>>>
>>> D:\qpid_build\src\Debug>qpidd.exe
>>> 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) start-up
>>> 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) shut-down
>>> 2015-08-04 11:50:18 [Broker] critical Unexpected error: Can't create
>> directory:
>>> \TEMP\QPIDD.DATA
>>
>> That is the right executable, the error is because it can't create the 
>> directory
>> it wants. I'm not sure why that is the case (I'm not a windows user, but
>> hopefully someone more familiar with it will chip in with suggestions).
>>
>> There are two options you could use to avoid that: (1) use the no-data-dir
>> option, which avoids needing a directory and (2) use the data-dir option to
>> point at a valid directory the broker can use.
>> qpidd.exe -h should give you all the available options.
>>
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
>> commands, e-mail: users-h...@qpid.apache.org
>>
>> Larsen & Toubro Limited
>>
>> www.larsentoubro.com
>>
>> This Email may contain confidential or privileged information for the 
>> intended
>> recipient (s). If you are not the intended recipient, please do not use or
>> disseminate the information, notify the sender and delete it from your
>> system.
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
>> commands, e-mail: users-h...@qpid.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
> Larsen & Toubro Limited
>
> www.larsentoubro.com
>
> This Email may contain confidential or privileged information for the 
> intended recipient (s). If you are not the intended recipient, please do not 
> use or disseminate the info

Re: qpid errors

2015-08-05 Thread Steve Huston
Google for that error. The hoops PS makes you jump through to run scripts is 
amazing. 

Steve Huston
(sent from my iPhone - please excuse brevity and typos)

> On Aug 5, 2015, at 4:50 AM, Suman.Patro-TRN  
> wrote:
> 
> OK Steve. Thanks for  the correction. But I  would  like to run tests of 
> qpid. But when I  build run_tests from  Visual studio, all the  tests fail. 
> The Testing log file has  recorded  the reason of failure.
> The reason  is ,
> run_test.ps1 cannot be loaded because the execution of scripts is disabled on 
> this system.
> Even after enabling script  execution on  the  system, the  error  still  
> persists.
>Kindly suggest some solutions.
> --Suman
> 
> From: Steve Huston [shus...@riverace.com]
> Sent: Tuesday, August 04, 2015 7:16 PM
> To: users@qpid.apache.org
> Subject: RE: qpid errors
> 
> The broker doesn't need to be run as a Windows service (but that's a 
> perfectly good thing to do). The error below was likely because there is no 
> \temp or \temp\qpidd.data directories and your account didn't have rights to 
> create it.
> 
> -Steve
> 
>> -Original Message-
>> From: Suman.Patro-TRN [mailto:suman.patro-...@lntebg.com]
>> Sent: Tuesday, August 04, 2015 5:41 AM
>> To: users@qpid.apache.org
>> Subject: RE: qpid errors
>> 
>> Hey  Gordon,
>>  Thanks a ton.  The  error  got  resolved.  The  broker  
>> in qpid 0.34 is
>> named as qpidd.exe which  needed to  be  run as  a windows  service.
>> ________
>> From: Gordon Sim [g...@redhat.com]
>> Sent: Tuesday, August 04, 2015 3:05 PM
>> To: users@qpid.apache.org
>> Subject: Re: qpid errors
>> 
>>> On 08/04/2015 07:30 AM, Suman.Patro-TRN wrote:
>>> Hey Gordon,
>>>  1.  There is  no amqp broker .exe , but  there is qpidbroker.dir  which  
>>> has
>> broker.cpp.obj  and qpidbrokerd.dll in D:\qpid_build\src\Debug. what  do 
>> I
>> start and how??
>>>  2. I  tried running qpid.exe but  with  errors  as :
>>> 
>>> D:\qpid_build\src\Debug>qpidd.exe
>>> 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) start-up
>>> 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) shut-down
>>> 2015-08-04 11:50:18 [Broker] critical Unexpected error: Can't create
>> directory:
>>> \TEMP\QPIDD.DATA
>> 
>> That is the right executable, the error is because it can't create the 
>> directory
>> it wants. I'm not sure why that is the case (I'm not a windows user, but
>> hopefully someone more familiar with it will chip in with suggestions).
>> 
>> There are two options you could use to avoid that: (1) use the no-data-dir
>> option, which avoids needing a directory and (2) use the data-dir option to
>> point at a valid directory the broker can use.
>> qpidd.exe -h should give you all the available options.
>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
>> commands, e-mail: users-h...@qpid.apache.org
>> 
>> Larsen & Toubro Limited
>> 
>> www.larsentoubro.com
>> 
>> This Email may contain confidential or privileged information for the 
>> intended
>> recipient (s). If you are not the intended recipient, please do not use or
>> disseminate the information, notify the sender and delete it from your
>> system.
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
>> commands, e-mail: users-h...@qpid.apache.org
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
> 
> Larsen & Toubro Limited
> 
> www.larsentoubro.com
> 
> This Email may contain confidential or privileged information for the 
> intended recipient (s). If you are not the intended recipient, please do not 
> use or disseminate the information, notify the sender and delete it from your 
> system.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



RE: qpid errors

2015-08-05 Thread Suman . Patro-TRN
OK Steve. Thanks for  the correction. But I  would  like to run tests of qpid. 
But when I  build run_tests from  Visual studio, all the  tests fail. The 
Testing log file has  recorded  the reason of failure.
The reason  is ,
run_test.ps1 cannot be loaded because the execution of scripts is disabled on 
this system.
Even after enabling script  execution on  the  system, the  error  still  
persists.
Kindly suggest some solutions.
--Suman

From: Steve Huston [shus...@riverace.com]
Sent: Tuesday, August 04, 2015 7:16 PM
To: users@qpid.apache.org
Subject: RE: qpid errors

The broker doesn't need to be run as a Windows service (but that's a perfectly 
good thing to do). The error below was likely because there is no \temp or 
\temp\qpidd.data directories and your account didn't have rights to create it.

-Steve

> -Original Message-
> From: Suman.Patro-TRN [mailto:suman.patro-...@lntebg.com]
> Sent: Tuesday, August 04, 2015 5:41 AM
> To: users@qpid.apache.org
> Subject: RE: qpid errors
>
> Hey  Gordon,
>   Thanks a ton.  The  error  got  resolved.  The  broker  
> in qpid 0.34 is
> named as qpidd.exe which  needed to  be  run as  a windows  service.
> 
> From: Gordon Sim [g...@redhat.com]
> Sent: Tuesday, August 04, 2015 3:05 PM
> To: users@qpid.apache.org
> Subject: Re: qpid errors
>
> On 08/04/2015 07:30 AM, Suman.Patro-TRN wrote:
> > Hey Gordon,
> >   1.  There is  no amqp broker .exe , but  there is qpidbroker.dir  which  
> > has
> broker.cpp.obj  and qpidbrokerd.dll in D:\qpid_build\src\Debug. what  do I
> start and how??
> >   2. I  tried running qpid.exe but  with  errors  as :
> >
> > D:\qpid_build\src\Debug>qpidd.exe
> > 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) start-up
> > 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) shut-down
> > 2015-08-04 11:50:18 [Broker] critical Unexpected error: Can't create
> directory:
> > \TEMP\QPIDD.DATA
>
> That is the right executable, the error is because it can't create the 
> directory
> it wants. I'm not sure why that is the case (I'm not a windows user, but
> hopefully someone more familiar with it will chip in with suggestions).
>
> There are two options you could use to avoid that: (1) use the no-data-dir
> option, which avoids needing a directory and (2) use the data-dir option to
> point at a valid directory the broker can use.
> qpidd.exe -h should give you all the available options.
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
> commands, e-mail: users-h...@qpid.apache.org
>
> Larsen & Toubro Limited
>
> www.larsentoubro.com
>
> This Email may contain confidential or privileged information for the intended
> recipient (s). If you are not the intended recipient, please do not use or
> disseminate the information, notify the sender and delete it from your
> system.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
> commands, e-mail: users-h...@qpid.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Larsen & Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



RE: qpid errors

2015-08-04 Thread Steve Huston
The broker doesn't need to be run as a Windows service (but that's a perfectly 
good thing to do). The error below was likely because there is no \temp or 
\temp\qpidd.data directories and your account didn't have rights to create it.

-Steve

> -Original Message-
> From: Suman.Patro-TRN [mailto:suman.patro-...@lntebg.com]
> Sent: Tuesday, August 04, 2015 5:41 AM
> To: users@qpid.apache.org
> Subject: RE: qpid errors
> 
> Hey  Gordon,
>   Thanks a ton.  The  error  got  resolved.  The  broker  
> in qpid 0.34 is
> named as qpidd.exe which  needed to  be  run as  a windows  service.
> 
> From: Gordon Sim [g...@redhat.com]
> Sent: Tuesday, August 04, 2015 3:05 PM
> To: users@qpid.apache.org
> Subject: Re: qpid errors
> 
> On 08/04/2015 07:30 AM, Suman.Patro-TRN wrote:
> > Hey Gordon,
> >   1.  There is  no amqp broker .exe , but  there is qpidbroker.dir  which  
> > has
> broker.cpp.obj  and qpidbrokerd.dll in D:\qpid_build\src\Debug. what  do I
> start and how??
> >   2. I  tried running qpid.exe but  with  errors  as :
> >
> > D:\qpid_build\src\Debug>qpidd.exe
> > 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) start-up
> > 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) shut-down
> > 2015-08-04 11:50:18 [Broker] critical Unexpected error: Can't create
> directory:
> > \TEMP\QPIDD.DATA
> 
> That is the right executable, the error is because it can't create the 
> directory
> it wants. I'm not sure why that is the case (I'm not a windows user, but
> hopefully someone more familiar with it will chip in with suggestions).
> 
> There are two options you could use to avoid that: (1) use the no-data-dir
> option, which avoids needing a directory and (2) use the data-dir option to
> point at a valid directory the broker can use.
> qpidd.exe -h should give you all the available options.
> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
> commands, e-mail: users-h...@qpid.apache.org
> 
> Larsen & Toubro Limited
> 
> www.larsentoubro.com
> 
> This Email may contain confidential or privileged information for the intended
> recipient (s). If you are not the intended recipient, please do not use or
> disseminate the information, notify the sender and delete it from your
> system.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional
> commands, e-mail: users-h...@qpid.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



RE: qpid errors

2015-08-04 Thread Suman . Patro-TRN
Hey  Gordon,
  Thanks a ton.  The  error  got  resolved.  The  broker  
in qpid 0.34 is named as qpidd.exe which  needed to  be  run as  a windows  
service.

From: Gordon Sim [g...@redhat.com]
Sent: Tuesday, August 04, 2015 3:05 PM
To: users@qpid.apache.org
Subject: Re: qpid errors

On 08/04/2015 07:30 AM, Suman.Patro-TRN wrote:
> Hey Gordon,
>   1.  There is  no amqp broker .exe , but  there is qpidbroker.dir  which  
> has broker.cpp.obj  and qpidbrokerd.dll in D:\qpid_build\src\Debug. what  
> do I  start and how??
>   2. I  tried running qpid.exe but  with  errors  as :
>
> D:\qpid_build\src\Debug>qpidd.exe
> 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) start-up
> 2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) shut-down
> 2015-08-04 11:50:18 [Broker] critical Unexpected error: Can't create 
> directory:
> \TEMP\QPIDD.DATA

That is the right executable, the error is because it can't create the
directory it wants. I'm not sure why that is the case (I'm not a windows
user, but hopefully someone more familiar with it will chip in with
suggestions).

There are two options you could use to avoid that: (1) use the
no-data-dir option, which avoids needing a directory and (2) use the
data-dir option to point at a valid directory the broker can use.
qpidd.exe -h should give you all the available options.



-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Larsen & Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: qpid errors

2015-08-04 Thread Gordon Sim

On 08/04/2015 07:30 AM, Suman.Patro-TRN wrote:

Hey Gordon,
  1.  There is  no amqp broker .exe , but  there is qpidbroker.dir  which  has 
broker.cpp.obj  and qpidbrokerd.dll in D:\qpid_build\src\Debug. what  do I  
start and how??
  2. I  tried running qpid.exe but  with  errors  as :

D:\qpid_build\src\Debug>qpidd.exe
2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) start-up
2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) shut-down
2015-08-04 11:50:18 [Broker] critical Unexpected error: Can't create directory:
\TEMP\QPIDD.DATA


That is the right executable, the error is because it can't create the 
directory it wants. I'm not sure why that is the case (I'm not a windows 
user, but hopefully someone more familiar with it will chip in with 
suggestions).


There are two options you could use to avoid that: (1) use the 
no-data-dir option, which avoids needing a directory and (2) use the 
data-dir option to point at a valid directory the broker can use. 
qpidd.exe -h should give you all the available options.




-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



RE: qpid errors

2015-08-03 Thread Suman . Patro-TRN
Hey Gordon,
 1.  There is  no amqp broker .exe , but  there is qpidbroker.dir  which  has 
broker.cpp.obj  and qpidbrokerd.dll in D:\qpid_build\src\Debug. what  do I  
start and how??
 2. I  tried running qpid.exe but  with  errors  as :

D:\qpid_build\src\Debug>qpidd.exe
2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) start-up
2015-08-04 11:50:18 [Broker] notice Broker (pid=7536) shut-down
2015-08-04 11:50:18 [Broker] critical Unexpected error: Can't create directory:
\TEMP\QPIDD.DATA

From: Gordon Sim [g...@redhat.com]
Sent: Monday, August 03, 2015 4:54 PM
To: users@qpid.apache.org
Subject: Re: qpid errors

On 08/03/2015 11:10 AM, Suman.Patro-TRN wrote:
> Thanks but  where do I  get this  amqp  broker from??

The build you have should include one: /src/qpidd is the
usual place.



-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Larsen & Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: qpid errors

2015-08-03 Thread Gordon Sim

On 08/03/2015 11:10 AM, Suman.Patro-TRN wrote:

Thanks but  where do I  get this  amqp  broker from??


The build you have should include one: /src/qpidd is the 
usual place.




-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



RE: qpid errors

2015-08-03 Thread Suman . Patro-TRN
Hey,
Thanks but  where do I  get this  amqp  broker from??
  Kindly reply.

From: Gordon Sim [g...@redhat.com]
Sent: Monday, August 03, 2015 12:35 PM
To: users@qpid.apache.org
Subject: Re: qpid errors

On 08/03/2015 05:01 AM, Suman.Patro-TRN wrote:
> Hello,
> I would  like  some   help in running qpid 0.34 broker .
> The  errors are:
> 1. The  tests  fail  whenever I build  run_tests and  after checking  the 
> Testing  log file; it  seems the  scripts  are disabled . But even after  
> enabling  the scripts from windows powershell , still  the tests fail.
> 2. Server.exe on running from command prompt throws a connection failed  
> error as :
>   D:\qpid_build\examples\messaging\Debug>server.exe
> 2015-07-31 11:58:59 [Network] warning Connect failed: No connection could be 
> mad
> e because the target machine actively refused it. : 127.0.0.1:5672 
> (D:\qpid-cpp-
> 0.34\src\qpid\sys\windows\WinSocket.cpp:164)
> Failed to connect (reconnect disabled)
> 3.  I tried  using  some   external server socket  and  tried  running the  
> client ; it  works  fine  in  a  sense that  the  client  gets  connected. 
> After running the  Hello_world  prg,   there  is  no  message  that  is  sent 
> even though  the  code  has  a  message  to  send.
> 4.Suggest  steps  after build using MS build  (building of .sln file). To 
> demonstrate pub -sub  working.
> The attached file contains server code in qpid -src- examples path. 
> Kindly  provide  some  resolutions  for  the  same.

You need to run an AMQP broker in addition to the client and server
programs.

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Larsen & Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: qpid errors

2015-08-03 Thread Gordon Sim

On 08/03/2015 05:01 AM, Suman.Patro-TRN wrote:

Hello,
I would  like  some   help in running qpid 0.34 broker .
The  errors are:
1. The  tests  fail  whenever I build  run_tests and  after checking  the 
Testing  log file; it  seems the  scripts  are disabled . But even after  
enabling  the scripts from windows powershell , still  the tests fail.
2. Server.exe on running from command prompt throws a connection failed  error 
as :
  D:\qpid_build\examples\messaging\Debug>server.exe
2015-07-31 11:58:59 [Network] warning Connect failed: No connection could be mad
e because the target machine actively refused it. : 127.0.0.1:5672 (D:\qpid-cpp-
0.34\src\qpid\sys\windows\WinSocket.cpp:164)
Failed to connect (reconnect disabled)
3.  I tried  using  some   external server socket  and  tried  running the  
client ; it  works  fine  in  a  sense that  the  client  gets  connected. 
After running the  Hello_world  prg,   there  is  no  message  that  is  sent 
even though  the  code  has  a  message  to  send.
4.Suggest  steps  after build using MS build  (building of .sln file). To 
demonstrate pub -sub  working.
The attached file contains server code in qpid -src- examples path. 
Kindly  provide  some  resolutions  for  the  same.


You need to run an AMQP broker in addition to the client and server 
programs.


-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



qpid errors

2015-08-02 Thread Suman . Patro-TRN
Hello,
   I would  like  some   help in running qpid 0.34 broker .
The  errors are:
1. The  tests  fail  whenever I build  run_tests and  after checking  the 
Testing  log file; it  seems the  scripts  are disabled . But even after  
enabling  the scripts from windows powershell , still  the tests fail.
2. Server.exe on running from command prompt throws a connection failed  error 
as :
 D:\qpid_build\examples\messaging\Debug>server.exe
2015-07-31 11:58:59 [Network] warning Connect failed: No connection could be mad
e because the target machine actively refused it. : 127.0.0.1:5672 (D:\qpid-cpp-
0.34\src\qpid\sys\windows\WinSocket.cpp:164)
Failed to connect (reconnect disabled)
3.  I tried  using  some   external server socket  and  tried  running the  
client ; it  works  fine  in  a  sense that  the  client  gets  connected. 
After running the  Hello_world  prg,   there  is  no  message  that  is  sent 
even though  the  code  has  a  message  to  send.
4.Suggest  steps  after build using MS build  (building of .sln file). To 
demonstrate pub -sub  working.
   The attached file contains server code in qpid -src- examples path. 
Kindly  provide  some  resolutions  for  the  same.



Thanks and regards,
Suman

Larsen & Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.