On 16 November 2010 09:08, Emmanuel Bourg <ebo...@apache.org> wrote: > Hi, > > I've found a minor issue with the Java broker. On Debian the qpid.start > script doesn't work: > > ebo...@sirius:~/qpid-broker-0.8/bin$ ./qpid.start > ./qpid.start: line 21: exec: qpid-server: not found > > I had to replace "exec" with "sh" to get it to work.
Happens when qpid-server is not on the $PATH. I guess it should be "exec $(dirname $0)/qpid-server [...]" instead? Andrew. -- -- andrew d kennedy ? edinburgh : +44 7941 197 134 --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org