Re: Errors starting qman WSDM

2009-08-27 Thread Rich Stephens
Andrea Gazzarini-2 wrote: > > Your web server is running on 8080 , not 8079 (this is the admin port) > > Regards > Andrea > I get nothing at all on 8080. Fail to connect at all -- I assume that all I have to do is run qman-wsdm-start.sh, correct? I don't have to have a separate web server

Re: Errors starting qman WSDM

2009-08-27 Thread Rich Stephens
Andrea Gazzarini-2 wrote: > > No the url should be > http://host:port/qman/console.jsp > I get a blank page on http://localhost:8079/qman/console.jsp also... -- View this message in context: http://n2.nabble.com/Errors-starting-qman-WSDM-tp3526824p3528896.html Sent from the Apache Qpid us

Re: Errors starting qman WSDM

2009-08-27 Thread Rich Stephens
Well, i commented out the broker link in the qman config file, and qman appears to have started up without incident, however, I am still not seeing anything when I try to hit the admin page. No apparent errors in either the qman log or the server log. I am attempting to hit it with a browser on

Errors starting qman WSDM

2009-08-27 Thread Rich Stephens
I'm attempting to use qman WSDM with a qpid-0.5 c++ broker. However, the admin.jsp page just shows as a blank page, and when I look at the qman.log file, I see: 2009-08-27 10:42:08,183 ERROR [QManAdapterCapability] : Unable to build WS artifacts. org.apache.qpid.management.wsdm.capabilities.Art

Re: QPID C++ message persistence?

2009-08-25 Thread Rich Stephens
On Tue, 2009-08-25 at 11:01 -0500, Rich Stephens wrote: > I've been looking for information on an implementation of message > persistence > for qpidc-0.5. > > I found the entries in the FAQ at qpid.apache.org/faq.html. First off, > the > C++ repository link there

QPID C++ message persistence?

2009-08-25 Thread Rich Stephens
I've been looking for information on an implementation of message persistence for qpidc-0.5. I found the entries in the FAQ at qpid.apache.org/faq.html. First off, the C++ repository link there is incorrect. It points to: http://anonsvn.jboss.org.repos/rhmessaging/store/trunk/cpp -- it should be

Re: C++ client won't connect to Java broker

2009-08-20 Thread Rich Stephens
Thanks for the quick reply. It seems I have made some rather silly errors in my client code: 1) I was assigning the newSession to a local session variable instead of my class member (unintentionally) 2) I didn't realize that the "url" argument to open->(URL) was an actual qpid Url class rather t

Re: C++ client won't connect to Java broker

2009-08-20 Thread Rich Stephens
Alright, so I'm now using the C++ qpid broker with the C++ client libs. I'm using the code almost exactly as it is in the example on the main tab of the api doc. However, I still get the same error when I try to use the connection.open(URL) form of the method: Cannot resolve : Name or service

C++ client won't connect to Java broker

2009-08-20 Thread Rich Stephens
Using the latest release qpid java broker and C++ client code, Compiled/running on Ubuntu. The same java server has no problem acception messages via JMS from Java, but whenever I try to connect to it from the C++ client using a URL, I get the following exception thrown from connection->open(URL)