How can I disable the trace printing of Qpid?

2009-09-07 Thread ricardlf
Hi everyone, When I execute a program using qpid I'm getting message like these: Thread-2 2009-09-07 10:06:53,318 DEBUG [apache.qpid.transport.Connection] FLUSH: [conn:18f6235] Thread-2 2009-09-07 10:06:53,319 DEBUG [apache.qpid.transport.Connection] SEND: [conn:18f6235] ch=0 id=1008

NSS error code 12269 on broker and 8181 on client end

2009-09-07 Thread ft420
hi ./qpidd --auth no --port 5004 --transport ssl --ssl-port 5005 --ssl-cert-db /root/cert_db --ssl-cert-password-file cert_password --ssl-cert-name hostname starts running successfully but when tried to run client i.e. declare queue application it throws NSS error 8181 which inturn throws error

Re: NSS error code 12269 on broker and 8181 on client end

2009-09-07 Thread Gordon Sim
On 09/07/2009 09:53 AM, ft420 wrote: hi ./qpidd --auth no --port 5004 --transport ssl --ssl-port 5005 --ssl-cert-db /root/cert_db --ssl-cert-password-file cert_password --ssl-cert-name hostname starts running successfully but when tried to run client i.e. declare queue application it throws

Re: How can I disable the trace printing of Qpid?

2009-09-07 Thread Ján Sáreník
Hello! On Mon, Sep 07, 2009 at 03:18:26AM -0500, ricardlf wrote: When I execute a program using qpid I'm getting message like these: Thread-2 2009-09-07 10:06:53,318 DEBUG [apache.qpid.transport.Connection] FLUSH: [conn:18f6235] Thread-2 2009-09-07 10:06:53,319 DEBUG

Re: NSS error code 12269 on broker and 8181 on client end

2009-09-07 Thread ft420
how to create new certificate? Please let me know the procedure. Gordon Sim wrote: On 09/07/2009 09:53 AM, ft420 wrote: hi ./qpidd --auth no --port 5004 --transport ssl --ssl-port 5005 --ssl-cert-db /root/cert_db --ssl-cert-password-file cert_password --ssl-cert-name hostname starts

Re: How can I disable the trace printing of Qpid?

2009-09-07 Thread ricardlf
I'm using Java with C++ broker. Bye! Ján Sáreník wrote: Hello! On Mon, Sep 07, 2009 at 03:18:26AM -0500, ricardlf wrote: When I execute a program using qpid I'm getting message like these: Thread-2 2009-09-07 10:06:53,318 DEBUG [apache.qpid.transport.Connection] FLUSH: [conn:18f6235]

Re: How can I disable the trace printing of Qpid?

2009-09-07 Thread Jonathan Robie
Isn't the Java client's output determined by the log4j file (log4j.xml)? If it's still the way it used to be, you can change the level in the logger to trace, debug, info, warn, error or fatal: logger name=org.apache level value=warn/ /logger I haven't looked at this for quite a