Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2965F909 for ; Fri, 3 May 2013 22:11:52 +0000 (UTC) Received: (qmail 75188 invoked by uid 500); 3 May 2013 22:11:51 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 75119 invoked by uid 500); 3 May 2013 22:11:50 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 75107 invoked by uid 99); 3 May 2013 22:11:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 May 2013 22:11:50 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.mueller@gmail.com designates 209.85.219.42 as permitted sender) Received: from [209.85.219.42] (HELO mail-oa0-f42.google.com) (209.85.219.42) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 May 2013 22:11:42 +0000 Received: by mail-oa0-f42.google.com with SMTP id i10so850493oag.29 for ; Fri, 03 May 2013 15:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=yuGqzYh7pT65wR+/EYqJFQ+QCwhGV2mSpXnvT+viq6w=; b=uYBlDFTpwJLdjETBm7FyQG5RJ2aVNT88juMPz+soFSkIbVp0+UpGqcHENTLx4UJ8I9 sxhik+xaFMz5PEFPJpNHwQsIBHW6Mj54pcVz1AEjLb85HyaVKX+YLIekdJCGjbQDSj2H WZcK+L91lF5YIXboVhklc7J3B6ymlVmHp3C5bDhXLutuJ0Nc5gk8h1U3t64qn25bR1Ry 37IRkOve4qlNaz2jOA7DR2nJkBHYMIP2AtrCrZBUw3has+CncffeKmsPzyCsGFqyBOle scsNmP7Z8lvTbyWKaQIEXzueeaO5lhTJNRc+KDHG8tt2geVTATJbqroB6QNQbelTt4ie xBmQ== MIME-Version: 1.0 X-Received: by 10.182.19.168 with SMTP id g8mr3409009obe.21.1367619081831; Fri, 03 May 2013 15:11:21 -0700 (PDT) Received: by 10.182.176.6 with HTTP; Fri, 3 May 2013 15:11:21 -0700 (PDT) Received: by 10.182.176.6 with HTTP; Fri, 3 May 2013 15:11:21 -0700 (PDT) In-Reply-To: <1367585275855-5731968.post@n5.nabble.com> References: <1367585275855-5731968.post@n5.nabble.com> Date: Sat, 4 May 2013 00:11:21 +0200 Message-ID: Subject: Re: Facing issues while deploying a WAR file From: =?ISO-8859-1?Q?Christian_M=FCller?= To: dev@camel.apache.org Content-Type: multipart/alternative; boundary=001a11c2c4008fdc4f04dbd7a1e4 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2c4008fdc4f04dbd7a1e4 Content-Type: text/plain; charset=ISO-8859-1 You should use Karaf 2.2.x for Camel 2.10.x and Karaf 2.3.x for Camel 2.11.x. See http://camel.apache.org/karaf.html Christian Sent from a mobile device Am 03.05.2013 15:31 schrieb "kasthurirajan" : > Hello All, > > Im trying to depoly a WAR file in karaf 2.3.1 but im getting the below > exception.. The WAR file is placed under the deploy folder. > > karaf@root> osgi:install -s > webbundle:camel-example-servlet-tomcat-2.10.4.war?Bu > > ndle-SymbolicName=org.apache.camel.camel-example-servlet-tomcat&Webapp-Context=/ > camel > Bundle IDs: > Error executing command: Error installing bundles: > Unable to install bundle > webbundle:camel-example-servlet-tomcat-2.10.4.w > > ar?Bundle-SymbolicName=org.apache.camel.camel-example-servlet-tomcat&Webapp-Cont > ext=/camel > > I have also modified the Manifest file accordingly in the WAR file but > still > not able to deploy the same. > > Regards, > > Kasthuri rajan > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Facing-issues-while-deploying-a-WAR-file-tp5731968.html > Sent from the Camel Development mailing list archive at Nabble.com. > --001a11c2c4008fdc4f04dbd7a1e4--