Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 13123 invoked from network); 5 Dec 2007 02:47:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 02:47:59 -0000 Received: (qmail 94794 invoked by uid 500); 5 Dec 2007 02:47:38 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 94773 invoked by uid 500); 5 Dec 2007 02:47:38 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 94750 invoked by uid 99); 5 Dec 2007 02:47:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 18:47:38 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of upulg.dev@gmail.com designates 209.85.198.188 as permitted sender) Received: from [209.85.198.188] (HELO rv-out-0910.google.com) (209.85.198.188) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 02:47:18 +0000 Received: by rv-out-0910.google.com with SMTP id c24so3230901rvf for ; Tue, 04 Dec 2007 18:47:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=DMCmQq5gJJIL/5veGyQXqwiosYpsJhqyzm69y76rjuc=; b=U7OFQR7hLTFGSYOeLgjK3LMwVkRcchExhfbiC5UF2mL3VkvwaGnjee/9pJP9cPnOR1iaFipUIT6vhrjgblQTTvLnhuQAXfryHzC8XFmeDOvXnJ/3oRewwf9iWgCR/2mFJTEDKVe1516xxFk2Ec1O6SW7vxd1PTsu/z7YH/QplYU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=AoAnQq5v1dFei0PMNcjOt/Ck8wCD7IOtPrZRWQ5CccHL9kpqVhxlvJl41T5py4pNTpFl7CM9zng5/ppq2l5IQMwcnRQi+jiDRSdUNlRJzHTbTjfAQY6MfDQZxq+QJCa1r5Bh/H06UZDmBmlQUk+G6ok9O7nqgTCJl7smAUyUv5g= Received: by 10.142.221.19 with SMTP id t19mr668833wfg.1196822840130; Tue, 04 Dec 2007 18:47:20 -0800 (PST) Received: by 10.142.238.4 with HTTP; Tue, 4 Dec 2007 18:47:20 -0800 (PST) Message-ID: <51e581cd0712041847o4313e929w16f7b89afd0ce317@mail.gmail.com> Date: Wed, 5 Dec 2007 08:17:20 +0530 From: "Upul Godage" To: axis-user@ws.apache.org, "suresh babu tipirneni" Subject: Re: Error Loading AXIS2 war on Geronimo 2 In-Reply-To: <001801c836ab$9197a080$6500a8c0@st1> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16322_19517409.1196822840133" References: <001801c836ab$9197a080$6500a8c0@st1> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16322_19517409.1196822840133 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Check whether addressing.mar is there in WEB-INF/modules of axis2.war. If it is Axis2 1.3 then module name would be addressing-1.3.mar. Upul On Dec 5, 2007 12:56 AM, suresh babu tipirneni wrote: > > > hi all > > I try to load Axis2 war and I get following errors. any pointers? > > 09:54:31,234 INFO [DeploymentEngine] Module validation failed: The system > is attempting to engage a module that is not available: addressing > 09:54:31,234 ERROR [[/axis2-web]] Servlet /axis2-web threw load() > exception > org.apache.axis2.AxisFault: The system is attempting to engage a module > that is not available: addressing > at org.apache.axis2.engine.AxisConfiguration.engageModule( > AxisConfiguration.java:440) > at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules( > AxisConfiguration.java:567) > at org.apache.axis2.deployment.DeploymentEngine.engageModules( > DeploymentEngine.java:569) > at org.apache.axis2.deployment.DeploymentEngine.loadFromClassPath( > DeploymentEngine.java:154) > at > org.apache.axis2.deployment.WarBasedAxisConfigurator.getAxisConfiguration( > WarBasedAxisConfigurator.java:238) > at > org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext > (ConfigurationContextFactory.java:64) > at org.apache.axis2.transport.http.AxisServlet.initConfigContext( > AxisServlet.java:497) > at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:417) > at org.apache.catalina.core.StandardWrapper.loadServlet( > StandardWrapper.java:1053) > at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java > :955) > at org.apache.catalina.core.StandardContext.loadOnStartup( > StandardContext.java:4035) > at org.apache.catalina.core.StandardContext.start(StandardContext.java > :4338) > at org.apache.geronimo.tomcat.GeronimoStandardContext.access$201( > GeronimoStandardContext.java:60) > at > org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke > (GeronimoStandardContext.java:345) > at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke( > GeronimoBeforeAfterValve.java:47) > at org.apache.geronimo.tomcat.GeronimoStandardContext.start( > GeronimoStandardContext.java:198) > at org.apache.catalina.core.ContainerBase.addChildInternal( > ContainerBase.java:791) > at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java > :771) > at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) > at org.apache.geronimo.tomcat.TomcatContainer.addContext( > TomcatContainer.java:355) > at > org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.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.tomcat.TomcatContainer$$EnhancerByCGLIB$$1c7b9e46.addContext > () > at org.apache.geronimo.tomcat.TomcatWebAppContext.doStart( > TomcatWebAppContext.java:533) > at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance( > GBeanInstance.java:996) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( > GBeanInstanceState.java:268) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( > GBeanInstanceState.java:102) > at org.apache.geronimo.gbean.runtime.GBeanInstance.start( > GBeanInstance.java:539) > at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart( > GBeanDependency.java:111) > at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget( > GBeanDependency.java:146) > at org.apache.geronimo.gbean.runtime.GBeanDependency$1.running( > GBeanDependency.java:120) > at > org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent( > BasicLifecycleMonitor.java:176) > at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300( > BasicLifecycleMonitor.java:44) > at > org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent > (BasicLifecycleMonitor.java:254) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( > GBeanInstanceState.java:294) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( > GBeanInstanceState.java:102) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive( > GBeanInstanceState.java:124) > at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive( > GBeanInstance.java:553) > at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean( > BasicKernel.java:379) > at > org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans > (ConfigurationUtil.java:448) > at org.apache.geronimo.kernel.config.KernelConfigurationManager.start( > KernelConfigurationManager.java:187) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration > (SimpleConfigurationManager.java:530) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration > (SimpleConfigurationManager.java:511) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.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.kernel.KernelGBean.invoke(KernelGBean.java:342) > at > org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.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.system.jmx.MBeanGBeanBridge.invoke( > MBeanGBeanBridge.java:168) > at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke( > DynamicMetaDataImpl.java:213) > at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) > at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke( > DefaultMBeanServerInterceptor.java:815) > at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) > at javax.management.remote.rmi.RMIConnectionImpl.doOperation( > RMIConnectionImpl.java:1408) > at javax.management.remote.rmi.RMIConnectionImpl.access$100( > RMIConnectionImpl.java:81) > at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run( > RMIConnectionImpl.java:1245) > at java.security.AccessController.doPrivileged(Native Method) > at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation( > RMIConnectionImpl.java:1348) > at javax.management.remote.rmi.RMIConnectionImpl.invoke( > RMIConnectionImpl.java:782) > at sun.reflect.GeneratedMethodAccessor232.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) > at sun.rmi.transport.Transport$1.run(Transport.java:153) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:149) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java > :466) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run( > TCPTransport.java:707) > at java.lang.Thread.run(Thread.java:595) > ------=_Part_16322_19517409.1196822840133 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Check whether addressing.mar is there in WEB-INF/modules of axis2.war. If it is Axis2 1.3 then module name would be addressing-1.3.mar.

Upul

On Dec 5, 2007 12:56 AM, suresh babu tipirneni < tipirneni@yahoo.com> wrote:
 

hi all
 
   I try to load Axis2 war and I get following errors. any pointers?
 
09:54:31,234 INFO  [DeploymentEngine] Module validation failed: The system is attempting to engage a module that is not available: addressing
09:54:31,234 ERROR [[/axis2-web]] Servlet /axis2-web threw load() exception
org.apache.axis2.AxisFault: The system is attempting to engage a module that is not available: addressing
 at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:440)
 at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:567)
 at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:569)
 at org.apache.axis2.deployment.DeploymentEngine.loadFromClassPath(DeploymentEngine.java:154)
 at org.apache.axis2.deployment.WarBasedAxisConfigurator.getAxisConfiguration(WarBasedAxisConfigurator.java:238)
 at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64)
 at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:497)
 at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:417)
 at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1053)
 at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:955)
 at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4035)
 at org.apache.catalina.core.StandardContext.start(StandardContext.java:4338)
 at org.apache.geronimo.tomcat.GeronimoStandardContext.access$201(GeronimoStandardContext.java:60)
 at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:345)
 at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
 at org.apache.geronimo.tomcat.GeronimoStandardContext.start(GeronimoStandardContext.java:198)
 at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
 at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
 at org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.java:355)
 at org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.invoke(<generated>)
 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.tomcat.TomcatContainer$$EnhancerByCGLIB$$1c7b9e46.addContext(<generated>)
 at org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppContext.java:533)
 at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:996)
 at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
 at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
 at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:539)
 at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:111)
 at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:146)
 at org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:120)
 at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:176)
 at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:44)
 at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:254)
 at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:294)
 at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
 at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
 at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:553)
 at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
 at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:448)
 at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:187)
 at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:530)
 at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:511)
 at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(<generated>)
 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.kernel.KernelGBean.invoke(KernelGBean.java:342)
 at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
 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.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
 at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
 at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
 at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
 at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
 at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
 at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
 at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
 at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
 at sun.reflect.GeneratedMethodAccessor232.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
 at sun.rmi.transport.Transport$1.run(Transport.java:153)
 at java.security.AccessController.doPrivileged(Native Method)
 at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
 at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
 at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
 at java.lang.Thread.run(Thread.java:595)

------=_Part_16322_19517409.1196822840133--