RE: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Michael
Thanks Tim. I thought I looked everywhere, except right under my nose! -Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: Saturday, May 21, 2011 3:17 PM To: users@activemq.apache.org Subject: RE: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMet

RE: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Timothy Bish
The activemq-optional jar is in the directory named optional under the lib dir, so ${activemq-base}/lib/optional/activemq-optional-5.5.0.jar. You should find everything you need in that folder. Regards On Sat, 2011-05-21 at 15:06 -0400, Michael wrote: > You know someone else that answered my pos

RE: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Michael
You know someone else that answered my post mentioned activemq-optional. No JAR file with that name was included with my download of ActiveMQ 5.5.0. Can you tell me where I can get it? I've looked in a few places and can't seem to find one anywhere. I also have a question about your comment on

Re: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Johan Edstrom
Make sure you also have apache-activemq-optional on the clients classpath as well as a http transport defined on the broker, the broker will need the same library for the http transport. Cheers. On May 21, 2011, at 11:11 AM, Michael wrote: > Thanks Johan. I see the URL error. I'll fix it and

RE: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Michael
Thanks Johan. I see the URL error. I'll fix it and give it another try! -Original Message- From: Johan Edstrom [mailto:seij...@gmail.com] Sent: Saturday, May 21, 2011 12:08 PM To: users@activemq.apache.org Subject: Re: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMe

Re: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Johan Edstrom
Not sure what you have been reading really, But you are trying to use a jms "client/producer" against the activemq webapp, not a transport, you are also missing commons-httpclient on the classpath. /je On May 20, 2011, at 9:09 PM, Michael wrote: > I am trying to run a very simple ActiveMQ mess

RE: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Michael
Been there, done that! -Original Message- From: Norman Maurer [mailto:norman.mau...@googlemail.com] Sent: Saturday, May 21, 2011 10:47 AM To: users@activemq.apache.org Cc: sle...@fusesource.com Subject: Re: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod just inc

Problem with NIO protocol

2011-05-21 Thread hodgesz
Hi, We are currently using ActiveMQ 5.4.2 with Spring/Tomcat clients. We have this configured as standalone two node JDBC master/slave. Right now we are only testing with one Spring/Tomcat client and the master ActiveMQ node. When changing my broker URL on the clients to use the NIO protocol i

Re: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Norman Maurer
just include the httpclient jar in your classpath bye norman Am Samstag, 21. Mai 2011 schrieb Michael : > Where can I it?  Looked everywhere! > > -Original Message- > From: Stan Lewis [mailto:sle...@fusesource.com] > Sent: Saturday, May 21, 2011 8:25 AM > To: users@activemq.apache.org >

RE: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Michael
Where can I it? Looked everywhere! -Original Message- From: Stan Lewis [mailto:sle...@fusesource.com] Sent: Saturday, May 21, 2011 8:25 AM To: users@activemq.apache.org Subject: Re: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod The HTTP transport classes are

Re: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod

2011-05-21 Thread Stan Lewis
The HTTP transport classes are in the activemq-optional jar. On Fri, May 20, 2011 at 11:09 PM, Michael wrote: > I am trying to run a very simple ActiveMQ message producer client.  The > source code is provided below. > > > > I am launching the app from Eclipse using the Run menu.  I have configur