Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D25B948E for ; Wed, 16 Nov 2011 09:12:24 +0000 (UTC) Received: (qmail 94414 invoked by uid 500); 16 Nov 2011 09:12:23 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 94384 invoked by uid 500); 16 Nov 2011 09:12:23 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 94372 invoked by uid 99); 16 Nov 2011 09:12:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 09:12:23 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.215.173 as permitted sender) Received: from [209.85.215.173] (HELO mail-ey0-f173.google.com) (209.85.215.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 09:12:19 +0000 Received: by eyh6 with SMTP id 6so201011eyh.32 for ; Wed, 16 Nov 2011 01:11:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=TQRUvmPceflioXXn2o4LPDKJPx5J0F2W9PvbRYAx9uc=; b=GAFD0hdo9w0a+pTvwlX+HXBL811sfin3U9j5hFNLPSw+CaYny+6EFcRIRQru8Uuz7F jtkQarn4XkAlHwYSAUJfZVPsQTV5x82Q3jRZ6Iz0AV4/wtET9GlQbsoX+lJCBlKaEnzW /RuPkX+CukE+5JWdSR641+8QjkfdFoq4uraOY= Received: by 10.14.17.155 with SMTP id j27mr2347552eej.195.1321434718114; Wed, 16 Nov 2011 01:11:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.99.5 with HTTP; Wed, 16 Nov 2011 01:11:37 -0800 (PST) In-Reply-To: <1321434515373-4997131.post@n5.nabble.com> References: <1321434515373-4997131.post@n5.nabble.com> From: Claus Ibsen Date: Wed, 16 Nov 2011 10:11:37 +0100 Message-ID: Subject: Re: camel error while deploying the bundle ( cxf-camel-blueprint example ) To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi You should use the FuseSource forum for questions related to using Fuse ESB= . http://fusesource.com/forums/index.jspa This is the mailing list for using pure Apache Camel. And in terms of your issue. Make sure to install the camel-blueprint feature, before deploying your application. On Wed, Nov 16, 2011 at 10:08 AM, Gnanaguru S wrote: > > Hi i am using fuse esb 4.4. It has camel 2.8.0 . > > I am trying to install the camel-example-cxf-blueprint example to it. I > built it successfully as a jar. When i deploy it. It shows this error. > > Resolving this error will pave way to lot of solutions. Please help out. > > 14:24:14,985 | ERROR | rint Extender: 2 | BlueprintContainerImpl =A0 =A0 = =A0 =A0 =A0 | > 10 - org.apache.aries.blueprint - 0.3.1 | Unable to start blueprint > container for bundle camel-example-cxf-blueprint > java.lang.NoClassDefFoundError: > org/apache/camel/blueprint/BlueprintCamelContext > =A0 =A0 =A0 =A0at > org.apache.camel.component.cxf.blueprint.EndpointDefinitionParser$CxfCame= lContextFinder.process(EndpointDefinitionParser.java:205) > =A0 =A0 =A0 =A0at > org.apache.aries.blueprint.container.BlueprintContainerImpl.processProces= sors(BlueprintContainerImpl.java:495)[10:org.apache.aries.blueprint:0.3.1] > =A0 =A0 =A0 =A0at > org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(Bluepri= ntContainerImpl.java:314)[10:org.apache.aries.blueprint:0.3.1] > =A0 =A0 =A0 =A0at > org.apache.aries.blueprint.container.BlueprintContainerImpl.run(Blueprint= ContainerImpl.java:227)[10:org.apache.aries.blueprint:0.3.1] > =A0 =A0 =A0 =A0at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:= 1.6.0_17] > =A0 =A0 =A0 =A0at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0= _17] > =A0 =A0 =A0 =A0at java.util.concurrent.FutureTask.run(FutureTask.java:138= )[:1.6.0_17] > =A0 =A0 =A0 =A0at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.acce= ss$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_17] > =A0 =A0 =A0 =A0at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(= ScheduledThreadPoolExecutor.java:207)[:1.6.0_17] > =A0 =A0 =A0 =A0at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor= .java:886)[:1.6.0_17] > =A0 =A0 =A0 =A0at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav= a:908)[:1.6.0_17] > =A0 =A0 =A0 =A0at java.lang.Thread.run(Thread.java:619)[:1.6.0_17] > Caused by: java.lang.ClassNotFoundException: > org.apache.camel.blueprint.BlueprintCamelContext not found by > org.apache.camel.camel-cxf [123] > =A0 =A0 =A0 =A0at > org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(Mod= uleImpl.java:812)[org.apache.felix.framework-3.0.9-fuse-00-43.jar:] > =A0 =A0 =A0 =A0at > org.apache.felix.framework.ModuleImpl.access$400(ModuleImpl.java:72)[org.= apache.felix.framework-3.0.9-fuse-00-43.jar:] > =A0 =A0 =A0 =A0at > org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleI= mpl.java:1806)[org.apache.felix.framework-3.0.9-fuse-00-43.jar:] > =A0 =A0 =A0 =A0at java.lang.ClassLoader.loadClass(ClassLoader.java:248)[:= 1.6.0_17] > =A0 =A0 =A0 =A0at java.lang.ClassLoader.loadClassInternal(ClassLoader.jav= a:316)[:1.6.0_17] > =A0 =A0 =A0 =A0... 12 more > > Please help out. > > Regards > Guru > > -- > View this message in context: http://camel.465427.n5.nabble.com/camel-err= or-while-deploying-the-bundle-cxf-camel-blueprint-example-tp4997131p4997131= .html > Sent from the Camel - Users mailing list archive at Nabble.com. > --=20 Claus Ibsen ----------------- FuseSource Email: cibsen@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/