Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 46198 invoked from network); 18 Nov 2007 07:52:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2007 07:52:28 -0000 Received: (qmail 66826 invoked by uid 500); 18 Nov 2007 07:52:09 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 66789 invoked by uid 500); 18 Nov 2007 07:52:09 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 66778 invoked by uid 99); 18 Nov 2007 07:52:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Nov 2007 23:52:09 -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; Sun, 18 Nov 2007 07:51:58 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1ItewZ-0000Hf-UI for user@geronimo.apache.org; Sat, 17 Nov 2007 23:51:51 -0800 Message-ID: <13817026.post@talk.nabble.com> Date: Sat, 17 Nov 2007 23:51:51 -0800 (PST) From: mahendra To: user@geronimo.apache.org Subject: Re: Deployment error on Axis2 war In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mahendra.kutare@gmail.com References: <13815401.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org We are planning to use GERONIMO as APP SERVER for building a SOA reference application for your research work. In that regard, we plan to use AXIS2 web services and Active MQ with GERONIMO app server. I have used AXIS2 with TOMCAT and all it requires is to drop axis2.war in deploy/ directory and then on can see - http://:/axis2/ page. Here if everything goes well..one can see - Services - Atleast version service which comes as default Validate - Which check if all the system settings, jars, classpath etc are fine Administration - Provides admin console to upload .aar webservice file. I was trying to bring that page up to confirm that webservices setup is working well with GERONIMO. So thats why I tried deploying axis2-1.3.war file under deploy/axis2/ directory. I read this as one of the steps also on - http://www-128.ibm.com/developerworks/java/library/os-ag-axis2mig/index.html If GERONIMO comes by default with axis2 integration than am I not supposed to deploy AXIS2 web war file. Normally its deployed under WEB-INF/service/ folder of axis2-web deployment. Which was what I was trying to do. What are the axis installation step, or there are none required. ? If none required, then how and where do I deploy my .aar file. ? Thanks Mahendra P.S - I am currently using GERONIMO 2.0.2 with Java 6. djencks wrote: > > Could you tell us what your goal is? Geronimo includes axis2 > integration. If you try to install axis2 without preventing access > to the provided axis2 integration you are unlikely to get good results. > > thanks > david jencks > > On Nov 17, 2007, at 8:24 PM, mahendra wrote: > >> >> Hi, >> >> I have created a folder - axis2/ under which i unzipped >> axis2-1.3.war file >> (rm *.txt to remove txt files) . >> >> This directory axis2/ is then copied to geronimo/deploy and it >> throws error >> as - >> >> 18:18:18,017 ERROR [Deployer] Deployment failed due to >> org.apache.geronimo.common.DeploymentException: App client module >> jar does >> not contain a manifest: /users/local/geronimo-tomcat/deploy/axis2 >> at >> org.apache.geronimo.client.builder.AppClientModuleBuilder.createModule >> (AppClientModuleBuilder.java:233) >> at >> org.apache.geronimo.client.builder.AppClientModuleBuilder.createModule >> (AppClientModuleBuilder.java:213) >> at >> org.apache.geronimo.client.builder.AppClientModuleBuilder$ >> $FastClassByCGLIB$$93137659.invoke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke >> (FastMethodInvoker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke >> (GBeanOperation.java:124) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke >> (GBeanInstance.java:830) >> at >> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java: >> 57) >> at >> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke >> (RawOperationInvoker.java:35) >> at >> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept >> (ProxyMethodInterceptor.java:96) >> at >> org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$ >> $dbc7252e.createModule() >> at >> org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan >> (EARConfigBuilder.java:298) >> at >> org.apache.geronimo.j2ee.deployment.EARConfigBuilder$ >> $FastClassByCGLIB$$38e56ec6.invoke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke >> (FastMethodInvoker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke >> (GBeanOperation.java:124) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke >> (GBeanInstance.java:830) >> at >> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java: >> 57) >> at >> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke >> (RawOperationInvoker.java:35) >> at >> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept >> (ProxyMethodInterceptor.java:96) >> at >> org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB >> $$80aca7b4.getDeploymentPlan() >> at org.apache.geronimo.deployment.Deployer.deploy >> (Deployer.java:234) >> at org.apache.geronimo.deployment.Deployer.deploy >> (Deployer.java:126) >> at >> org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$ >> $734a235d.invoke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke >> (FastMethodInvoker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke >> (GBeanOperation.java:124) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke >> (GBeanInstance.java:865) >> at >> org.apache.geronimo.kernel.basic.BasicKernel.invoke >> (BasicKernel.java:239) >> at >> org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDe >> ploy(AbstractDeployCommand.java:116) >> at >> org.apache.geronimo.deployment.plugin.local.RedeployCommand.redeployUp >> datedConfiguration(RedeployCommand.java:137) >> at >> org.apache.geronimo.deployment.plugin.local.RedeployCommand.run >> (RedeployCommand.java:106) >> at java.lang.Thread.run(Thread.java:619) >> 18:18:18,095 ERROR [DirectoryHotDeployer] Unable to undeploy >> /users/local/geronimo-tomcat/deploy/axis2 >> (org.apache.geronimo.configs/axis2/2.0.2/car) >> org.apache.geronimo.common.DeploymentException: >> App client module jar does not contain a manifest: >> /users/local/geronimo-tomcat/deploy/axis2 >> org.apache.geronimo.common.DeploymentException: >> org.apache.geronimo.common.DeploymentException: App client module >> jar does >> not contain a manifest: /users/local/geronimo-tomcat/deploy/axis2 >> at org.apache.geronimo.deployment.Deployer.deploy >> (Deployer.java:385) >> at org.apache.geronimo.deployment.Deployer.deploy >> (Deployer.java:126) >> at >> org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$ >> $734a235d.invoke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke >> (FastMethodInvoker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke >> (GBeanOperation.java:124) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke >> (GBeanInstance.java:865) >> at >> org.apache.geronimo.kernel.basic.BasicKernel.invoke >> (BasicKernel.java:239) >> at >> org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDe >> ploy(AbstractDeployCommand.java:116) >> at >> org.apache.geronimo.deployment.plugin.local.RedeployCommand.redeployUp >> datedConfiguration(RedeployCommand.java:137) >> at >> org.apache.geronimo.deployment.plugin.local.RedeployCommand.run >> (RedeployCommand.java:106) >> at java.lang.Thread.run(Thread.java:619) >> Caused by: org.apache.geronimo.common.DeploymentException: App >> client module >> jar does not contain a manifest: /users/local/geronimo-tomcat/ >> deploy/axis2 >> at >> org.apache.geronimo.client.builder.AppClientModuleBuilder.createModule >> (AppClientModuleBuilder.java:233) >> at >> org.apache.geronimo.client.builder.AppClientModuleBuilder.createModule >> (AppClientModuleBuilder.java:213) >> at >> org.apache.geronimo.client.builder.AppClientModuleBuilder$ >> $FastClassByCGLIB$$93137659.invoke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke >> (FastMethodInvoker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke >> (GBeanOperation.java:124) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke >> (GBeanInstance.java:830) >> at >> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java: >> 57) >> at >> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke >> (RawOperationInvoker.java:35) >> at >> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept >> (ProxyMethodInterceptor.java:96) >> at >> org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$ >> $dbc7252e.createModule() >> at >> org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan >> (EARConfigBuilder.java:298) >> at >> org.apache.geronimo.j2ee.deployment.EARConfigBuilder$ >> $FastClassByCGLIB$$38e56ec6.invoke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke >> (FastMethodInvoker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke >> (GBeanOperation.java:124) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke >> (GBeanInstance.java:830) >> at >> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java: >> 57) >> at >> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke >> (RawOperationInvoker.java:35) >> at >> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept >> (ProxyMethodInterceptor.java:96) >> at >> org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB >> $$80aca7b4.getDeploymentPlan() >> at org.apache.geronimo.deployment.Deployer.deploy >> (Deployer.java:234) >> ... 11 more >> >> All i am trying is to make this axis2 web console up and running to >> deploy >> my webservice archive .aar file. >> >> Can anyone let me know what is missing here ? >> >> Thanks >> Mahendra >> -- >> View this message in context: http://www.nabble.com/Deployment- >> error-on-Axis2-war-tf4828793s134.html#a13815401 >> Sent from the Apache Geronimo - Users mailing list archive at >> Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/Deployment-error-on-Axis2-war-tf4828793s134.html#a13817026 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.