Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 52748 invoked from network); 3 May 2010 13:29:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 May 2010 13:29:25 -0000 Received: (qmail 78153 invoked by uid 500); 3 May 2010 13:29:24 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 78124 invoked by uid 500); 3 May 2010 13:29:24 -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 Delivered-To: moderator for user@geronimo.apache.org Received: (qmail 51393 invoked by uid 99); 3 May 2010 12:06:23 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.158 is neither permitted nor denied by domain of mightydreams@gmail.com) Date: Mon, 3 May 2010 05:05:56 -0700 (PDT) From: Tapas Mishra To: user@geronimo.apache.org Message-ID: <1272888356919-773064.post@n3.nabble.com> Subject: geronimo-jetty7-javaee5-2.2 fails to deploy war application MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am trying to deploy a helloworld application of grails in war format which exists.To geronimo web server while deploying it failed and gives following error the username and passwords are the default that come with geromino is it the right way to use or I should do some thing more.GUI based deployment is not possible for me.It is an SSH server where Geromino is running. geronimo-jetty7-javaee5-2.2 Any ideas what should I do? myserver:~/geronimo-jetty7-javaee5-2.2/bin# ./deploy.sh deploy /root/a12/target/a12-0.1.war Using GERONIMO_HOME: /root/geronimo-jetty7-javaee5-2.2 Using GERONIMO_TMPDIR: var/temp Using JRE_HOME: /root/jdk1.6.0_20/jre 2010-05-03 05:48:19,158 ERROR [DeployTool] Error: org.apache.geronimo.common.DeploymentException: Operation failed: start of grailsApps/a12/0.1/war failed Unknown start exception Configuration grailsApps/a12/0.1/war failed to start due to the following reasons: The service J2EEApplication=null,WebFilter=charEncodingFilter,WebModule=grailsApps/a12/0.1/war,j2eeType=URLWebFilterMapping,name="[/%5C*]" did not start because grailsApps/a12/0.1/war?J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=WebFilter,name=charEncodingFilter did not start. The service J2EEApplication=null,WebFilter=hiddenHttpMethod,WebModule=grailsApps/a12/0.1/war,j2eeType=URLWebFilterMapping,name="[/%5C*]" did not start because grailsApps/a12/0.1/war?J2EEApplication=null,WebFilter=charEncodingFilter,WebModule=grailsApps/a12/0.1/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22 did not start. The service J2EEApplication=null,WebFilter=grailsWebRequest,WebModule=grailsApps/a12/0.1/war,j2eeType=URLWebFilterMapping,name="[/%5C*]" did not start because grailsApps/a12/0.1/war?J2EEApplication=null,WebFilter=hiddenHttpMethod,WebModule=grailsApps/a12/0.1/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22 did not start. The service J2EEApplication=null,WebFilter=sitemesh,WebModule=grailsApps/a12/0.1/war,j2eeType=URLWebFilterMapping,name="[/%5C*]" did not start because the following dependent services did not start: [grailsApps/a12/0.1/war?J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=WebFilter,name=sitemesh, grailsApps/a12/0.1/war?J2EEApplication=null,WebFilter=grailsWebRequest,WebModule=grailsApps/a12/0.1/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22] The service J2EEApplication=null,WebFilter=urlMapping,WebModule=grailsApps/a12/0.1/war,j2eeType=URLWebFilterMapping,name="[/%5C*]" did not start because the following dependent services did not start: [grailsApps/a12/0.1/war?J2EEApplication=null,WebFilter=sitemesh,WebModule=grailsApps/a12/0.1/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22, grailsApps/a12/0.1/war?J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=WebFilter,name=urlMapping] The service J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=WebFilter,name=sitemesh did not start because Could not initialize DecoratorMapper : org.codehaus.groovy.grails.web.sitemesh.GrailsLayoutDecoratorMapper: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'grailsApplication' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.codehaus.groovy.runtime.GroovyCategorySupport.getCategoryNameUsage(Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicInteger; The service J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=WebFilter,name=charEncodingFilter did not start because Error creating bean with name 'grailsApplication' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.codehaus.groovy.runtime.GroovyCategorySupport.getCategoryNameUsage(Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicInteger; The service J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=WebFilter,name=urlMapping did not start because Error creating bean with name 'grailsApplication' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.codehaus.groovy.runtime.GroovyCategorySupport.getCategoryNameUsage(Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicInteger; The service J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=Servlet,name=default did not start because com.opensymphony.module.sitemesh.factory.FactoryException: Could not initialize DecoratorMapper : org.codehaus.groovy.grails.web.sitemesh.GrailsLayoutDecoratorMapper: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'grailsApplication' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.codehaus.groovy.runtime.GroovyCategorySupport.getCategoryNameUsage(Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicInteger; The service J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=Servlet,name=grails did not start because com.opensymphony.module.sitemesh.factory.FactoryException: Could not initialize DecoratorMapper : org.codehaus.groovy.grails.web.sitemesh.GrailsLayoutDecoratorMapper: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'grailsApplication' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.codehaus.groovy.runtime.GroovyCategorySupport.getCategoryNameUsage(Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicInteger; The service J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=Servlet,name=grails-errorhandler did not start because grailsApps/a12/0.1/war?J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=Servlet,name=grails did not start. The service J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=Servlet,name=gsp did not start because grailsApps/a12/0.1/war?J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=Servlet,name=grails-errorhandler did not start. The service J2EEApplication=null,WebModule=grailsApps/a12/0.1/war,j2eeType=Servlet,name=jsp did not start because com.opensymphony.module.sitemesh.factory.FactoryException: Could not initialize DecoratorMapper : org.codehaus.groovy.grails.web.sitemesh.GrailsLayoutDecoratorMapper: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'grailsApplication' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.codehaus.groovy.runtime.GroovyCategorySupport.getCategoryNameUsage(Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicInteger; at org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:169) at org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:125) at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:168) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45) at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31) [/code] -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/geronimo-jetty7-javaee5-2-2-fails-to-deploy-war-application-tp773064p773064.html Sent from the Users mailing list archive at Nabble.com.