Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 8872 invoked from network); 5 Jan 2009 11:44:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2009 11:44:07 -0000 Received: (qmail 31284 invoked by uid 500); 5 Jan 2009 11:44:07 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 31264 invoked by uid 500); 5 Jan 2009 11:44:06 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 31253 invoked by uid 99); 5 Jan 2009 11:44:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 03:44:05 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 11:43:58 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LJnrt-0004ud-Dk for camel-dev@activemq.apache.org; Mon, 05 Jan 2009 03:43:37 -0800 Message-ID: <21289627.post@talk.nabble.com> Date: Mon, 5 Jan 2009 03:43:37 -0800 (PST) From: Ganesh_Progress To: camel-dev@activemq.apache.org Subject: Re: Problem with jetty endpoint In-Reply-To: <5380c69c0812310110tcb1b7e2pabe9d6f9b0eb5395@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: chganeshch@gmail.com References: <21228613.post@talk.nabble.com> <5380c69c0812310110tcb1b7e2pabe9d6f9b0eb5395@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Claus, Now i able to run the successfully without any exceptions, by adding all the needed jars specified at the maven. I have navigated to the provided destination and observed that a empty file is created with out any date. am i need to do any thing more ? to get the date. Thanks Ganesh. Claus Ibsen-2 wrote: > > Hi > > Usually people are using maven and thus you just depend on camel-jetty > and you should get the needed .jars from maven. > > You get this missing class >> Exception: java.lang.NoClassDefFoundError: >> org/apache/commons/httpclient/HttpConnectionManager > > It's in some of the commons http client .jars > commons-httpclient v3.1 is used by camel > > You can check out the maven reports and see the needed .jars > http://activemq.apache.org/camel/maven/index.html > > http://activemq.apache.org/camel/maven/camel-http/dependencies.html > http://activemq.apache.org/camel/maven/camel-jetty/dependencies.html > > > > On Wed, Dec 31, 2008 at 9:28 AM, Ganesh_Progress > wrote: >> >> Hi >> >> I have created a camel configuration with Jetty and a file endpoint. >> >> I got the following error, when I tried to run the created the >> configuration. org.apache.camel.NoSuchEndpointException: No endpoint >> could >> be found for: jetty:http://localhost:8080/test/dump/info >> (Jetty server is running at 8080 port) >> >> Following is the Camel Configuration, for which I got the >> "NoSuchEndpointException". >> >> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >> xsi:schemaLocation=" >> http://www.springframework.org/schema/beans >> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd >> http://activemq.apache.org/camel/schema/spring >> http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">> id="camelroute" xmlns="http://activemq.apache.org/camel/schema/spring"> >> >> > id="Camel_Jetty_2"/> >> > uri="file:///D:/FID_341/runtime-New_configuration/FuseFIDCamel/Jetty/in" >> id="Camel_File_4"/> >> >> >> >> I added jetty-client.jar and jetty.jar to my classpath. >> Exception: NoSuchEndpointException. >> >> I added jetty-client.jar, camel-jetty1.4.0Fuse.jar and jetty.jar to my >> classpath. >> Exception: "org.apache.camel.ResolveEndpointFailedException" >> >> I added jetty-client.jar, camel-http.jar, camel-jetty1.4.0Fuse, >> jetty.jar, >> jetty-util.jar and jetty-xbean.jar to my classpath. >> Exception: java.lang.NoClassDefFoundError: >> org/apache/commons/httpclient/HttpConnectionManager >> Am I missing some thing here? I'm Using Messaging broker 5.1.0.1, Apache >> Camel 1.4 and jetty-7.0.0pre5 server. >> >> Can somebody help me to overcome this issue? >> >> Regards, >> Gaensh >> >> -- >> View this message in context: >> http://www.nabble.com/Problem-with-jetty-endpoint-tp21228613s22882p21228613.html >> Sent from the Camel - Development mailing list archive at Nabble.com. >> >> > > > > -- > > /Claus Ibsen > Apache Camel Committer > Blog: http://davsclaus.blogspot.com/ > > -- View this message in context: http://www.nabble.com/Problem-with-jetty-endpoint-tp21228613s22882p21289627.html Sent from the Camel - Development mailing list archive at Nabble.com.