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

Reply via email to