You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Tapas Mishra <mi...@gmail.com> on 2010/05/03 15:04:53 UTC

geronimo-jetty7-javaee5-2.2/ war module could not be deployed but also giving error if undeployed

I am using geronimo-jetty7-javaee5-2.2/
and Grails 1.2.2
First of all the module could not be deployed but when I try to
undeploy also it is not happening.


----------------------------------------------------------------------------------------------------------------------------
/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 06:19:20,686 ERROR [DeployTool] Error:
org.apache.geronimo.common.DeploymentException: Unable to deploy
a12-0.1.war: Module grailsApps/a12/0.1/war already exists in the
server.  Try to undeploy it first or use the redeploy command.

       at org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
       at org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
       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)


----------------------------------------------------------------------------------------------------------------------------


Now if I am trying to undeploy so that the error does not come as it
is saying then
staging:~/geronimo-jetty7-javaee5-2.2/bin# ./deploy.sh deploy
/root/a12/target/a12-0.1.war




----------------------------------------------------------------------------------------------------------------------------un
Using GERONIMO_HOME:   /root/geronimo-jetty7-javaee5-2.2
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME:        /root/jdk1.6.0_20/jre
Exception in thread "main" java.lang.IllegalArgumentException: id must
be in the form [groupId]/[artifactId]/[version]/[type] :
/root/a12/target/a12-0.1.war
       at org.apache.geronimo.kernel.repository.Artifact.create(Artifact.java:61)
       at org.apache.geronimo.kernel.repository.Artifact.create(Artifact.java:51)
       at org.apache.geronimo.deployment.plugin.ConfigIDExtractor.identifyTargetModuleIDs(ConfigIDExtractor.java:193)
       at org.apache.geronimo.deployment.cli.CommandStart.execute(CommandStart.java:57)
       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)

----------------------------------------------------------------------------------------------------------------------------



What should I check in?

Re: geronimo-jetty7-javaee5-2.2/ war module could not be deployed but also giving error if undeployed

Posted by Tapas Mishra <mi...@gmail.com>.
I tried to deploy a grails application but it failed many a times here is
deployer.log if some one can help


2010-05-03 05:47:44,314 INFO  [Log4jService]
----------------------------------------------
2010-05-03 05:47:44,315 INFO  [Log4jService] Started Logging Service
2010-05-03 05:47:44,315 INFO  [Log4jService] Runtime Information:
2010-05-03 05:47:44,316 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 05:47:44,317 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 05:47:44,317 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 05:47:44,317 INFO  [Log4jService] Java Information:
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 05:47:44,317 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 05:47:44,318 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 05:47:44,318 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 05:47:44,318 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 05:47:44,318 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 05:47:44,318 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 05:47:44,318 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 05:47:44,318 INFO  [Log4jService]
----------------------------------------------
2010-05-03 05:47:44,416 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
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)
2010-05-03 05:48:20,406 INFO  [Log4jService] Stopping Logging Service
2010-05-03 05:48:20,406 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:19:12,982 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:19:12,983 INFO  [Log4jService] Started Logging Service
2010-05-03 06:19:12,983 INFO  [Log4jService] Runtime Information:
2010-05-03 06:19:12,984 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 06:19:12,985 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 06:19:12,985 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 06:19:12,985 INFO  [Log4jService] Java Information:
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 06:19:12,985 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 06:19:12,986 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 06:19:12,986 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 06:19:12,986 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 06:19:12,986 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 06:19:12,986 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 06:19:12,986 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:19:13,081 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 06:19:20,686 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy
a12-0.1.war: Module grailsApps/a12/0.1/war already exists in the server. 
Try to undeploy it first or use the redeploy command.

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-03 06:19:20,753 INFO  [Log4jService] Stopping Logging Service
2010-05-03 06:19:20,753 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:19:36,145 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:19:36,146 INFO  [Log4jService] Started Logging Service
2010-05-03 06:19:36,146 INFO  [Log4jService] Runtime Information:
2010-05-03 06:19:36,146 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 06:19:36,147 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 06:19:36,147 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 06:19:36,147 INFO  [Log4jService] Java Information:
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 06:19:36,147 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 06:19:36,148 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 06:19:36,148 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 06:19:36,148 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 06:19:36,148 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 06:19:36,148 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 06:19:36,148 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 06:19:36,148 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 06:19:36,148 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 06:19:36,148 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 06:19:36,148 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:19:36,219 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 06:19:40,826 INFO  [Log4jService] Stopping Logging Service
2010-05-03 06:19:40,827 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:48:10,402 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:48:10,403 INFO  [Log4jService] Started Logging Service
2010-05-03 06:48:10,403 INFO  [Log4jService] Runtime Information:
2010-05-03 06:48:10,403 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 06:48:10,404 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 06:48:10,404 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 06:48:10,404 INFO  [Log4jService] Java Information:
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 06:48:10,404 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 06:48:10,405 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 06:48:10,405 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:48:10,475 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 06:48:12,735 INFO  [Log4jService] Stopping Logging Service
2010-05-03 06:48:12,736 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:54:40,737 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:54:40,737 INFO  [Log4jService] Started Logging Service
2010-05-03 06:54:40,737 INFO  [Log4jService] Runtime Information:
2010-05-03 06:54:40,738 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 06:54:40,738 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 06:54:40,738 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 06:54:40,738 INFO  [Log4jService] Java Information:
2010-05-03 06:54:40,738 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 06:54:40,738 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 06:54:40,738 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 06:54:40,738 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 06:54:40,738 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 06:54:40,739 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 06:54:40,739 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:54:40,788 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 06:54:42,314 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy a12: App
client module jar does not contain a manifest: /root/a12

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-03 06:54:42,351 INFO  [Log4jService] Stopping Logging Service
2010-05-03 06:54:42,351 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:57:21,284 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:57:21,284 INFO  [Log4jService] Started Logging Service
2010-05-03 06:57:21,284 INFO  [Log4jService] Runtime Information:
2010-05-03 06:57:21,285 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 06:57:21,285 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 06:57:21,285 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 06:57:21,285 INFO  [Log4jService] Java Information:
2010-05-03 06:57:21,285 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 06:57:21,286 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 06:57:21,286 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:57:21,357 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 06:57:22,429 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Invalid JAR file --iplace
	at
org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:97)
	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)
2010-05-03 06:57:22,447 INFO  [Log4jService] Stopping Logging Service
2010-05-03 06:57:22,447 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:57:50,756 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:57:50,757 INFO  [Log4jService] Started Logging Service
2010-05-03 06:57:50,757 INFO  [Log4jService] Runtime Information:
2010-05-03 06:57:50,757 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 06:57:50,758 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 06:57:50,758 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 06:57:50,758 INFO  [Log4jService] Java Information:
2010-05-03 06:57:50,758 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 06:57:50,758 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 06:57:50,758 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 06:57:50,758 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 06:57:50,758 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 06:57:50,758 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 06:57:50,758 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 06:57:50,758 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 06:57:50,759 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 06:57:50,759 INFO  [Log4jService]
----------------------------------------------
2010-05-03 06:57:50,830 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 06:57:51,872 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Invalid JAR file --inplace
	at
org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:97)
	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)
2010-05-03 06:57:51,890 INFO  [Log4jService] Stopping Logging Service
2010-05-03 06:57:51,890 INFO  [Log4jService]
----------------------------------------------
2010-05-03 07:18:13,490 INFO  [Log4jService]
----------------------------------------------
2010-05-03 07:18:13,490 INFO  [Log4jService] Started Logging Service
2010-05-03 07:18:13,490 INFO  [Log4jService] Runtime Information:
2010-05-03 07:18:13,490 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 07:18:13,491 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-03 07:18:13,491 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-03 07:18:13,491 INFO  [Log4jService] Java Information:
2010-05-03 07:18:13,491 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-03 07:18:13,491 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-03 07:18:13,491 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 07:18:13,491 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 07:18:13,491 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 07:18:13,491 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 07:18:13,491 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 07:18:13,492 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-03 07:18:13,492 INFO  [Log4jService]
----------------------------------------------
2010-05-03 07:18:13,580 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 07:18:14,879 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to connect to server
at deployer:geronimo:jmx://localhost:9090 -- Failed to retrieve RMIServer
stub: javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
	at
org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:155)
	at
org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:89)
	at
org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:58)
	at
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:165)
	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)
Caused by:
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException:
Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root
exception is java.rmi.ConnectIOException: non-JRMP server at remote
endpoint]
	at
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:190)
	at
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.getDeploymentManager(BaseDeploymentFactory.java:140)
	at
javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:111)
	at
org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:149)
	... 6 more
Caused by: java.io.IOException: Failed to retrieve RMIServer stub:
javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:342)
	at
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:267)
	at
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:182)
	... 9 more
Caused by: javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
	at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at
com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:409)
	at
javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1902)
	at
javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1871)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:276)
	... 11 more
Caused by: java.rmi.ConnectIOException: non-JRMP server at remote endpoint
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:248)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	... 16 more
2010-05-03 07:18:14,908 INFO  [Log4jService] Stopping Logging Service
2010-05-03 07:18:14,909 INFO  [Log4jService]
----------------------------------------------
2010-05-03 07:18:46,420 INFO  [Log4jService]
----------------------------------------------
2010-05-03 07:18:46,421 INFO  [Log4jService] Started Logging Service
2010-05-03 07:18:46,421 INFO  [Log4jService] Runtime Information:
2010-05-03 07:18:46,421 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 07:18:46,421 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-03 07:18:46,421 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-03 07:18:46,421 INFO  [Log4jService] Java Information:
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 07:18:46,422 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-03 07:18:46,422 INFO  [Log4jService]
----------------------------------------------
2010-05-03 07:18:46,486 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 07:18:47,257 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to connect to server
at deployer:geronimo:jmx://localhost:9090 -- Failed to retrieve RMIServer
stub: javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
	at
org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:155)
	at
org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:89)
	at
org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:58)
	at
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:165)
	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)
Caused by:
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException:
Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root
exception is java.rmi.ConnectIOException: non-JRMP server at remote
endpoint]
	at
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:190)
	at
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.getDeploymentManager(BaseDeploymentFactory.java:140)
	at
javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:111)
	at
org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:149)
	... 6 more
Caused by: java.io.IOException: Failed to retrieve RMIServer stub:
javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:342)
	at
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:267)
	at
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:182)
	... 9 more
Caused by: javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
	at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at
com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:409)
	at
javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1902)
	at
javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1871)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:276)
	... 11 more
Caused by: java.rmi.ConnectIOException: non-JRMP server at remote endpoint
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:248)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	... 16 more
2010-05-03 07:18:47,278 INFO  [Log4jService] Stopping Logging Service
2010-05-03 07:18:47,278 INFO  [Log4jService]
----------------------------------------------
2010-05-03 07:20:54,576 INFO  [Log4jService]
----------------------------------------------
2010-05-03 07:20:54,577 INFO  [Log4jService] Started Logging Service
2010-05-03 07:20:54,577 INFO  [Log4jService] Runtime Information:
2010-05-03 07:20:54,577 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 07:20:54,577 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-03 07:20:54,577 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-03 07:20:54,578 INFO  [Log4jService] Java Information:
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 07:20:54,578 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-03 07:20:54,578 INFO  [Log4jService]
----------------------------------------------
2010-05-03 07:20:54,641 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 07:20:55,392 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to connect to server
at deployer:geronimo:jmx://localhost:9090 -- Failed to retrieve RMIServer
stub: javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
	at
org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:155)
	at
org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:89)
	at
org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:58)
	at
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:165)
	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)
Caused by:
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException:
Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root
exception is java.rmi.ConnectIOException: non-JRMP server at remote
endpoint]
	at
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:190)
	at
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.getDeploymentManager(BaseDeploymentFactory.java:140)
	at
javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:111)
	at
org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:149)
	... 6 more
Caused by: java.io.IOException: Failed to retrieve RMIServer stub:
javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:342)
	at
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:267)
	at
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:182)
	... 9 more
Caused by: javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
	at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at
com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:409)
	at
javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1902)
	at
javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1871)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:276)
	... 11 more
Caused by: java.rmi.ConnectIOException: non-JRMP server at remote endpoint
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:248)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	... 16 more
2010-05-03 07:20:55,414 INFO  [Log4jService] Stopping Logging Service
2010-05-03 07:20:55,414 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:43:24,944 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:43:24,953 INFO  [Log4jService] Started Logging Service
2010-05-03 22:43:24,953 INFO  [Log4jService] Runtime Information:
2010-05-03 22:43:24,953 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 22:43:24,953 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-03 22:43:24,953 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-03 22:43:24,954 INFO  [Log4jService] Java Information:
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 22:43:24,954 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-03 22:43:24,954 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:43:25,021 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 22:43:27,094 INFO  [Log4jService] Stopping Logging Service
2010-05-03 22:43:27,094 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:46:22,519 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:46:22,528 INFO  [Log4jService] Started Logging Service
2010-05-03 22:46:22,528 INFO  [Log4jService] Runtime Information:
2010-05-03 22:46:22,528 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 22:46:22,528 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-03 22:46:22,528 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-03 22:46:22,528 INFO  [Log4jService] Java Information:
2010-05-03 22:46:22,528 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 22:46:22,529 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-03 22:46:22,529 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:46:22,592 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 22:46:29,514 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy
a12-0.1.war: Module grailsApps/a12/0.1/war already exists in the server. 
Try to undeploy it first or use the redeploy command.

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-03 22:46:29,889 INFO  [Log4jService] Stopping Logging Service
2010-05-03 22:46:29,889 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:46:44,685 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:46:44,685 INFO  [Log4jService] Started Logging Service
2010-05-03 22:46:44,685 INFO  [Log4jService] Runtime Information:
2010-05-03 22:46:44,685 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 22:46:44,686 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-03 22:46:44,686 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-03 22:46:44,686 INFO  [Log4jService] Java Information:
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-03 22:46:44,686 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-03 22:46:44,687 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 22:46:44,687 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-03 22:46:44,687 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:46:44,750 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 22:47:27,616 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.CommandRedeploy.execute(CommandRedeploy.java:167)
	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)
2010-05-03 22:47:29,302 INFO  [Log4jService] Stopping Logging Service
2010-05-03 22:47:29,302 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:49:49,444 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:49:49,444 INFO  [Log4jService] Started Logging Service
2010-05-03 22:49:49,445 INFO  [Log4jService] Runtime Information:
2010-05-03 22:49:49,445 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 22:49:49,446 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 22:49:49,446 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 22:49:49,446 INFO  [Log4jService] Java Information:
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 22:49:49,447 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 22:49:49,448 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 22:49:49,448 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 22:49:49,448 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:49:49,552 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 22:50:01,327 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy a12: App
client module jar does not contain a manifest: /root/a12

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-03 22:50:01,461 INFO  [Log4jService] Stopping Logging Service
2010-05-03 22:50:01,461 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:54:26,678 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:54:26,679 INFO  [Log4jService] Started Logging Service
2010-05-03 22:54:26,679 INFO  [Log4jService] Runtime Information:
2010-05-03 22:54:26,679 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 22:54:26,680 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 22:54:26,680 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 22:54:26,680 INFO  [Log4jService] Java Information:
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 22:54:26,680 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 22:54:26,681 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 22:54:26,681 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 22:54:26,681 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 22:54:26,681 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 22:54:26,681 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 22:54:26,681 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 22:54:26,681 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 22:54:26,681 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 22:54:26,681 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 22:54:26,681 INFO  [Log4jService]
----------------------------------------------
2010-05-03 22:54:26,750 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 22:54:28,010 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy a12: App
client module jar does not contain a manifest: /root/a12

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-03 22:54:28,027 INFO  [Log4jService] Stopping Logging Service
2010-05-03 22:54:28,027 INFO  [Log4jService]
----------------------------------------------
2010-05-03 23:23:49,026 INFO  [Log4jService]
----------------------------------------------
2010-05-03 23:23:49,038 INFO  [Log4jService] Started Logging Service
2010-05-03 23:23:49,038 INFO  [Log4jService] Runtime Information:
2010-05-03 23:23:49,039 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 23:23:49,039 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 23:23:49,040 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 23:23:49,040 INFO  [Log4jService] Java Information:
2010-05-03 23:23:49,040 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 23:23:49,045 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 23:23:49,045 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 23:23:49,045 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 23:23:49,045 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 23:23:49,045 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 23:23:49,045 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 23:23:49,045 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 23:23:49,045 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 23:23:49,045 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 23:23:49,046 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 23:23:49,046 INFO  [Log4jService]
----------------------------------------------
2010-05-03 23:23:49,154 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 23:23:52,590 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy 0.1: App
client module jar does not contain a manifest:
/root/geronimo-jetty7-javaee5-2.2/repository/grailsApps/a12/0.1

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-03 23:23:52,627 INFO  [Log4jService] Stopping Logging Service
2010-05-03 23:23:52,628 INFO  [Log4jService]
----------------------------------------------
2010-05-03 23:42:41,010 INFO  [Log4jService]
----------------------------------------------
2010-05-03 23:42:41,025 INFO  [Log4jService] Started Logging Service
2010-05-03 23:42:41,025 INFO  [Log4jService] Runtime Information:
2010-05-03 23:42:41,026 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-03 23:42:41,027 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-03 23:42:41,027 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-03 23:42:41,028 INFO  [Log4jService] Java Information:
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-03 23:42:41,028 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-03 23:42:41,029 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-03 23:42:41,029 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-03 23:42:41,029 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-03 23:42:41,029 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-03 23:42:41,029 INFO  [Log4jService]
----------------------------------------------
2010-05-03 23:42:41,126 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-03 23:42:49,082 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy
a12-0.1.war: xml problem for web app .
	Invalid deployment descriptor: errors:

error: Can't have mixed content

error: cvc-complex-type.2.3: Element
'environment@http://geronimo.apache.org/xml/ns/deployment-1.2' with
element-only content type cannot have text content.

Descriptor:
<xml-fragment xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2"
xmlns:jet="http://geronimo.apache.org/xml/ns/j2ee/web/jetty-2.0.2">
  xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"
   xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.1"
   xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.1"
   xmlns:security="http://geronimo.apache.org/xml/ns/security-1.1">
  <dep:environment>
    xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
    <dep:moduleId>
      <dep:groupId>geronimo</dep:groupId>
      <dep:artifactId>a12</dep:artifactId>
      <dep:version>1.1</dep:version>
      <dep:type>war</dep:type>
    </dep:moduleId>
  </dep:environment>
  <jet:context-root>/a12</jet:context-root>
</xml-fragment>


	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-03 23:42:49,571 INFO  [Log4jService] Stopping Logging Service
2010-05-03 23:42:49,572 INFO  [Log4jService]
----------------------------------------------
2010-05-04 00:33:47,593 INFO  [Log4jService]
----------------------------------------------
2010-05-04 00:33:47,604 INFO  [Log4jService] Started Logging Service
2010-05-04 00:33:47,605 INFO  [Log4jService] Runtime Information:
2010-05-04 00:33:47,605 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 00:33:47,606 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-04 00:33:47,606 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-04 00:33:47,606 INFO  [Log4jService] Java Information:
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-04 00:33:47,606 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 00:33:47,607 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-04 00:33:47,607 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 00:33:47,607 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-04 00:33:47,607 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 00:33:47,607 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-04 00:33:47,607 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-04 00:33:47,607 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 00:33:47,607 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-04 00:33:47,607 INFO  [Log4jService]
----------------------------------------------
2010-05-04 00:33:47,673 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 00:34:37,563 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Operation failed: start of
org.apache.geronimo.samples/a12/2.2/war failed
	Unknown start exception
	Configuration org.apache.geronimo.samples/a12/2.2/war failed to start due
to the following reasons:
  The service
J2EEApplication=null,WebFilter=charEncodingFilter,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=WebFilter,name=charEncodingFilter
did not start.
  The service
J2EEApplication=null,WebFilter=hiddenHttpMethod,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebFilter=charEncodingFilter,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22
did not start.
  The service
J2EEApplication=null,WebFilter=grailsWebRequest,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebFilter=hiddenHttpMethod,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22
did not start.
  The service
J2EEApplication=null,WebFilter=sitemesh,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because the following dependent services did not start:
[org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebFilter=grailsWebRequest,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22,
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=WebFilter,name=sitemesh]
  The service
J2EEApplication=null,WebFilter=urlMapping,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because the following dependent services did not start:
[org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=WebFilter,name=urlMapping,
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebFilter=sitemesh,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22]
  The service
J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/war,j2eeType=Servlet,name=grails-errorhandler
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=Servlet,name=grails
did not start.
  The service
J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=Servlet,name=gsp
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=Servlet,name=grails-errorhandler
did not start.
  The service
J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/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)
2010-05-04 00:34:37,815 INFO  [Log4jService] Stopping Logging Service
2010-05-04 00:34:37,815 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:33:02,180 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:33:02,185 INFO  [Log4jService] Started Logging Service
2010-05-04 01:33:02,186 INFO  [Log4jService] Runtime Information:
2010-05-04 01:33:02,186 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 01:33:02,186 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-04 01:33:02,186 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-04 01:33:02,186 INFO  [Log4jService] Java Information:
2010-05-04 01:33:02,186 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-04 01:33:02,186 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 01:33:02,187 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-04 01:33:02,187 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:33:02,255 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 01:33:11,014 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy
a12-0.1.war: Module org.apache.geronimo.samples/a12/2.2/war already exists
in the server.  Try to undeploy it first or use the redeploy command.

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-04 01:33:11,077 INFO  [Log4jService] Stopping Logging Service
2010-05-04 01:33:11,077 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:33:26,837 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:33:26,837 INFO  [Log4jService] Started Logging Service
2010-05-04 01:33:26,837 INFO  [Log4jService] Runtime Information:
2010-05-04 01:33:26,837 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 01:33:26,838 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-04 01:33:26,838 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-04 01:33:26,838 INFO  [Log4jService] Java Information:
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 01:33:26,838 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-04 01:33:26,839 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 01:33:26,839 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-04 01:33:26,839 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 01:33:26,839 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-04 01:33:26,839 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-04 01:33:26,839 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 01:33:26,839 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-04 01:33:26,839 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:33:26,902 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 01:33:43,826 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Operation failed: Failed to
load servlet class
org.codehaus.groovy.grails.web.servlet.GrailsDispatcherServlet
	org.codehaus.groovy.grails.web.servlet.GrailsDispatcherServlet in
classloader org.apache.geronimo.samples/a12/2.2/war

	at
org.apache.geronimo.deployment.cli.CommandRedeploy.execute(CommandRedeploy.java:167)
	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)
2010-05-04 01:33:43,981 INFO  [Log4jService] Stopping Logging Service
2010-05-04 01:33:43,981 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:40:41,183 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:40:41,183 INFO  [Log4jService] Started Logging Service
2010-05-04 01:40:41,183 INFO  [Log4jService] Runtime Information:
2010-05-04 01:40:41,183 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 01:40:41,184 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-04 01:40:41,184 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-04 01:40:41,184 INFO  [Log4jService] Java Information:
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 01:40:41,184 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-04 01:40:41,185 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 01:40:41,185 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-04 01:40:41,185 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 01:40:41,185 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-04 01:40:41,185 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-04 01:40:41,185 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 01:40:41,185 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-04 01:40:41,185 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:40:41,250 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 01:40:46,476 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException:
org.apache.geronimo.samples/a12/2.2/war does not appear to be a the name of
a module available on the selected server. Perhaps it has already been
stopped or undeployed?  If you're trying to specify a TargetModuleID, use
the syntax TargetName|ModuleName instead. If you're not sure what's running,
try the list-modules command.
	at
org.apache.geronimo.deployment.plugin.ConfigIDExtractor.identifyTargetModuleIDs(ConfigIDExtractor.java:205)
	at
org.apache.geronimo.deployment.cli.CommandRedeploy.execute(CommandRedeploy.java:134)
	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)
2010-05-04 01:40:46,533 INFO  [Log4jService] Stopping Logging Service
2010-05-04 01:40:46,533 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:42:53,587 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:42:53,587 INFO  [Log4jService] Started Logging Service
2010-05-04 01:42:53,587 INFO  [Log4jService] Runtime Information:
2010-05-04 01:42:53,588 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 01:42:53,588 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-04 01:42:53,588 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-04 01:42:53,588 INFO  [Log4jService] Java Information:
2010-05-04 01:42:53,588 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-04 01:42:53,588 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-04 01:42:53,588 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 01:42:53,588 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 01:42:53,588 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 01:42:53,589 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-04 01:42:53,589 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:42:53,634 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 01:42:56,270 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy
a12-0.1.war:
org.apache.geronimo.kernel.config.ConfigurationAlreadyExistsException:
Configuration already exists: org.apache.geronimo.samples/a12/2.2/war
	Configuration already exists: org.apache.geronimo.samples/a12/2.2/war

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-04 01:42:56,310 INFO  [Log4jService] Stopping Logging Service
2010-05-04 01:42:56,310 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:45:30,212 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:45:30,213 INFO  [Log4jService] Started Logging Service
2010-05-04 01:45:30,213 INFO  [Log4jService] Runtime Information:
2010-05-04 01:45:30,213 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 01:45:30,213 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-04 01:45:30,214 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-04 01:45:30,214 INFO  [Log4jService] Java Information:
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 01:45:30,214 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-04 01:45:30,214 INFO  [Log4jService]
----------------------------------------------
2010-05-04 01:45:30,259 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 01:45:35,578 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy
a12-0.1.war: Failed to load servlet class
org.codehaus.groovy.grails.web.servlet.GrailsDispatcherServlet
	org.codehaus.groovy.grails.web.servlet.GrailsDispatcherServlet in
classloader org.apache.geronimo.samples/a12/2.2/war

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-04 01:45:35,686 INFO  [Log4jService] Stopping Logging Service
2010-05-04 01:45:35,686 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:00:43,228 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:00:43,232 INFO  [Log4jService] Started Logging Service
2010-05-04 02:00:43,232 INFO  [Log4jService] Runtime Information:
2010-05-04 02:00:43,233 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 02:00:43,234 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-05-04 02:00:43,234 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_18
2010-05-04 02:00:43,234 INFO  [Log4jService] Java Information:
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property
[java.runtime.name]     = OpenJDK Runtime Environment
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_18-b18
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property
[java.vm.name]          = OpenJDK 64-Bit Server VM
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 02:00:43,234 INFO  [Log4jService]   System property
[java.vm.version]       = 14.0-b16
2010-05-04 02:00:43,235 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 02:00:43,235 INFO  [Log4jService]   System property [java.home]            
= /usr/lib/jvm/java-6-openjdk/jre
2010-05-04 02:00:43,235 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 02:00:43,239 INFO  [Log4jService]   System property
[java.library.path]     =
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2010-05-04 02:00:43,239 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
2010-05-04 02:00:43,239 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 02:00:43,239 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
2010-05-04 02:00:43,239 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:00:43,346 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 02:01:39,099 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Operation failed: start of
org.apache.geronimo.samples/a12/2.2/war failed
	Unknown start exception
	Configuration org.apache.geronimo.samples/a12/2.2/war failed to start due
to the following reasons:
  The service
J2EEApplication=null,WebFilter=charEncodingFilter,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=WebFilter,name=charEncodingFilter
did not start.
  The service
J2EEApplication=null,WebFilter=hiddenHttpMethod,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebFilter=charEncodingFilter,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22
did not start.
  The service
J2EEApplication=null,WebFilter=grailsWebRequest,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebFilter=hiddenHttpMethod,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22
did not start.
  The service
J2EEApplication=null,WebFilter=sitemesh,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because the following dependent services did not start:
[org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebFilter=grailsWebRequest,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22,
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=WebFilter,name=sitemesh]
  The service
J2EEApplication=null,WebFilter=urlMapping,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name="[/%5C*]"
did not start because the following dependent services did not start:
[org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=WebFilter,name=urlMapping,
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebFilter=sitemesh,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=URLWebFilterMapping,name=%22[/%5C*]%22]
  The service
J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/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=org.apache.geronimo.samples/a12/2.2/war,j2eeType=Servlet,name=grails-errorhandler
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=Servlet,name=grails
did not start.
  The service
J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=Servlet,name=gsp
did not start because
org.apache.geronimo.samples/a12/2.2/war?J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/war,j2eeType=Servlet,name=grails-errorhandler
did not start.
  The service
J2EEApplication=null,WebModule=org.apache.geronimo.samples/a12/2.2/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)
2010-05-04 02:01:39,472 INFO  [Log4jService] Stopping Logging Service
2010-05-04 02:01:39,473 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:08:45,376 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:08:45,376 INFO  [Log4jService] Started Logging Service
2010-05-04 02:08:45,376 INFO  [Log4jService] Runtime Information:
2010-05-04 02:08:45,377 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 02:08:45,378 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-04 02:08:45,379 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-04 02:08:45,379 INFO  [Log4jService] Java Information:
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-04 02:08:45,379 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 02:08:45,380 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-04 02:08:45,380 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-04 02:08:45,380 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 02:08:45,380 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-04 02:08:45,380 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:08:45,476 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 02:08:48,878 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy
a12-0.1.war: Module org.apache.geronimo.samples/a12/2.2/war already exists
in the server.  Try to undeploy it first or use the redeploy command.
org.apache.geronimo.common.DeploymentException: Module
org.apache.geronimo.samples/a12/2.2/war already exists in the server.  Try
to undeploy it first or use the redeploy command.
	at org.apache.geronimo.deployment.Deployer.getConfigID(Deployer.java:313)
	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:243)
	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:136)
	at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130)
	at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
	at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237)
	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
	at sun.reflect.GeneratedMethodAccessor154.invoke(Unknown Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130)
	at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
	at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237)
	at
org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:172)
	at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
	at
javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
	at
javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
	at
javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
	at java.security.AccessController.doPrivileged(Native Method)
	at
javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
	at
javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
	at sun.reflect.GeneratedMethodAccessor177.invoke(Unknown Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
	at sun.rmi.transport.Transport$1.run(Transport.java:159)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
	at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
	at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-04 02:08:48,924 INFO  [Log4jService] Stopping Logging Service
2010-05-04 02:08:48,924 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:14:46,581 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:14:46,581 INFO  [Log4jService] Started Logging Service
2010-05-04 02:14:46,581 INFO  [Log4jService] Runtime Information:
2010-05-04 02:14:46,581 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 02:14:46,582 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-04 02:14:46,582 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-04 02:14:46,582 INFO  [Log4jService] Java Information:
2010-05-04 02:14:46,582 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-04 02:14:46,582 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-04 02:14:46,582 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 02:14:46,582 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 02:14:46,582 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 02:14:46,583 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-04 02:14:46,583 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:14:46,648 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 02:14:48,930 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy
a12-0.1.war: Module org.apache.geronimo.samples/a12/2.2/war already exists
in the server.  Try to undeploy it first or use the redeploy command.
org.apache.geronimo.common.DeploymentException: Module
org.apache.geronimo.samples/a12/2.2/war already exists in the server.  Try
to undeploy it first or use the redeploy command.
	at org.apache.geronimo.deployment.Deployer.getConfigID(Deployer.java:313)
	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:243)
	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:136)
	at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130)
	at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
	at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237)
	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
	at sun.reflect.GeneratedMethodAccessor154.invoke(Unknown Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130)
	at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
	at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237)
	at
org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:172)
	at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
	at
javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
	at
javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
	at
javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
	at java.security.AccessController.doPrivileged(Native Method)
	at
javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
	at
javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
	at sun.reflect.GeneratedMethodAccessor177.invoke(Unknown Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
	at sun.rmi.transport.Transport$1.run(Transport.java:159)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
	at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
	at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	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)
2010-05-04 02:14:48,989 INFO  [Log4jService] Stopping Logging Service
2010-05-04 02:14:48,989 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:20:10,729 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:20:10,729 INFO  [Log4jService] Started Logging Service
2010-05-04 02:20:10,729 INFO  [Log4jService] Runtime Information:
2010-05-04 02:20:10,730 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 02:20:10,730 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-04 02:20:10,730 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-04 02:20:10,730 INFO  [Log4jService] Java Information:
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 02:20:10,731 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-04 02:20:10,731 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:20:10,800 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 02:20:19,480 INFO  [Log4jService] Stopping Logging Service
2010-05-04 02:20:19,480 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:21:05,570 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:21:05,570 INFO  [Log4jService] Started Logging Service
2010-05-04 02:21:05,570 INFO  [Log4jService] Runtime Information:
2010-05-04 02:21:05,571 INFO  [Log4jService]   Install Directory =
/root/geronimo-jetty7-javaee5-2.2
2010-05-04 02:21:05,571 INFO  [JvmVendor] Sun JVM 1.6.0_20
2010-05-04 02:21:05,571 INFO  [Log4jService]   JVM in use        = Sun JVM
1.6.0_20
2010-05-04 02:21:05,571 INFO  [Log4jService] Java Information:
2010-05-04 02:21:05,571 INFO  [Log4jService]   System property
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-05-04 02:21:05,571 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.6.0_20-b02
2010-05-04 02:21:05,571 INFO  [Log4jService]   System property [os.name]              
= Linux
2010-05-04 02:21:05,571 INFO  [Log4jService]   System property [os.version]           
= 2.6.26-2-xen-amd64
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[sun.os.patch.level]    = unknown
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property [os.arch]              
= amd64
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[java.class.version]    = 50.0
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property [locale]               
= en_US
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[unicode.encoding]      = UnicodeLittle
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[file.encoding]         = ANSI_X3.4-1968
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[java.vm.name]          = Java HotSpot(TM) 64-Bit Server VM
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[java.vm.vendor]        = Sun Microsystems Inc.
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[java.vm.version]       = 16.3-b01
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[java.vm.info]          = mixed mode
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property [java.home]            
= /root/jdk1.6.0_20/jre
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[java.classpath]        = null
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[java.library.path]     =
/root/jdk1.6.0_20/jre/lib/amd64/server:/root/jdk1.6.0_20/jre/lib/amd64:/root/jdk1.6.0_20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[java.endorsed.dirs]    = /root/jdk1.6.0_20/jre/lib/endorsed
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[java.ext.dirs]         =
/root/jdk1.6.0_20/jre/lib/ext:/usr/java/packages/lib/ext
2010-05-04 02:21:05,572 INFO  [Log4jService]   System property
[sun.boot.class.path]   =
/root/jdk1.6.0_20/jre/lib/resources.jar:/root/jdk1.6.0_20/jre/lib/rt.jar:/root/jdk1.6.0_20/jre/lib/sunrsasign.jar:/root/jdk1.6.0_20/jre/lib/jsse.jar:/root/jdk1.6.0_20/jre/lib/jce.jar:/root/jdk1.6.0_20/jre/lib/charsets.jar:/root/jdk1.6.0_20/jre/classes
2010-05-04 02:21:05,572 INFO  [Log4jService]
----------------------------------------------
2010-05-04 02:21:05,640 INFO  [SystemProperties] Setting
Property=java.rmi.server.RMIClassLoaderSpi to
Value=org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl
2010-05-04 02:21:12,826 INFO  [Log4jService] Stopping Logging Service
2010-05-04 02:21:12,826 INFO  [Log4jService]
----------------------------------------------

-- 
View this message in context: http://apache-geronimo.328035.n3.nabble.com/geronimo-jetty7-javaee5-2-2-war-module-could-not-be-deployed-but-also-giving-error-if-undeployed-tp773165p775395.html
Sent from the Users mailing list archive at Nabble.com.

Re: geronimo-jetty7-javaee5-2.2/ war module could not be deployed but also giving error if undeployed

Posted by Tapas Mishra <mi...@gmail.com>.
In the following folder 
/root/geronimo-jetty7-javaee5-2.2/repository/grailsApps/a12/0.1/a12-0.1.war

there were following directories

META-INF  WEB-INF  css	images	js

What is this folder for and what does it do.I simply have a .war file from
grails and want to deploy that to geronimo

following is my geronimo-web.xml
in the application home 
in following location

/root/a12/web-app/WEB-INF/geronimo-web.xml

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1">
    <environment>
        <moduleId>
            <groupId>org.apache.geronimo.samples</groupId>
            <artifactId>a12</artifactId>
            <version>2.2</version>
            <type>war</type>
        </moduleId>
    </environment>
    <context-root>/a12</context-root>
</web-app>


-- 
View this message in context: http://apache-geronimo.328035.n3.nabble.com/geronimo-jetty7-javaee5-2-2-war-module-could-not-be-deployed-but-also-giving-error-if-undeployed-tp773165p775249.html
Sent from the Users mailing list archive at Nabble.com.

Re: geronimo-jetty7-javaee5-2.2/ war module could not be deployed but also giving error if undeployed

Posted by Ashish Jain <as...@gmail.com>.
You can manually delete the folder if the only folder is "grailsApps " and
there are no contents within.

On Tue, May 4, 2010 at 10:19 AM, Tapas Mishra <mi...@gmail.com>wrote:

>
>
> The undeploy command should be something like : deploy undeploy
> grailsApps/a12/0.1/war
>
>
> There is only one folder name grailsApps and that is
> /root/geronimo-jetty7-javaee5-2.2/repository/grailsApps
> should I give path to this folder while calling deploy or undeploy.
> --
> View this message in context:
> http://apache-geronimo.328035.n3.nabble.com/geronimo-jetty7-javaee5-2-2-war-module-could-not-be-deployed-but-also-giving-error-if-undeployed-tp773165p775135.html
> Sent from the Users mailing list archive at Nabble.com.
>

Re: geronimo-jetty7-javaee5-2.2/ war module could not be deployed but also giving error if undeployed

Posted by Tapas Mishra <mi...@gmail.com>.

The undeploy command should be something like : deploy undeploy
grailsApps/a12/0.1/war


There is only one folder name grailsApps and that is 
/root/geronimo-jetty7-javaee5-2.2/repository/grailsApps
should I give path to this folder while calling deploy or undeploy.
-- 
View this message in context: http://apache-geronimo.328035.n3.nabble.com/geronimo-jetty7-javaee5-2-2-war-module-could-not-be-deployed-but-also-giving-error-if-undeployed-tp773165p775135.html
Sent from the Users mailing list archive at Nabble.com.

Re: geronimo-jetty7-javaee5-2.2/ war module could not be deployed but also giving error if undeployed

Posted by Ivan <xh...@gmail.com>.
The undeploy command should be something like : deploy undeploy
grailsApps/a12/0.1/war
Thanks !

2010/5/3 Tapas Mishra <mi...@gmail.com>

> I am using geronimo-jetty7-javaee5-2.2/
> and Grails 1.2.2
> First of all the module could not be deployed but when I try to
> undeploy also it is not happening.
>
>
>
> ----------------------------------------------------------------------------------------------------------------------------
> /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 06:19:20,686 ERROR [DeployTool] Error:
> org.apache.geronimo.common.DeploymentException: Unable to deploy
> a12-0.1.war: Module grailsApps/a12/0.1/war already exists in the
> server.  Try to undeploy it first or use the redeploy command.
>
>        at
> org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
>        at
> org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
>        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)
>
>
>
> ----------------------------------------------------------------------------------------------------------------------------
>
>
> Now if I am trying to undeploy so that the error does not come as it
> is saying then
> staging:~/geronimo-jetty7-javaee5-2.2/bin# ./deploy.sh deploy
> /root/a12/target/a12-0.1.war
>
>
>
>
>
> ----------------------------------------------------------------------------------------------------------------------------un
> Using GERONIMO_HOME:   /root/geronimo-jetty7-javaee5-2.2
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME:        /root/jdk1.6.0_20/jre
> Exception in thread "main" java.lang.IllegalArgumentException: id must
> be in the form [groupId]/[artifactId]/[version]/[type] :
> /root/a12/target/a12-0.1.war
>        at
> org.apache.geronimo.kernel.repository.Artifact.create(Artifact.java:61)
>        at
> org.apache.geronimo.kernel.repository.Artifact.create(Artifact.java:51)
>        at
> org.apache.geronimo.deployment.plugin.ConfigIDExtractor.identifyTargetModuleIDs(ConfigIDExtractor.java:193)
>        at
> org.apache.geronimo.deployment.cli.CommandStart.execute(CommandStart.java:57)
>        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)
>
>
> ----------------------------------------------------------------------------------------------------------------------------
>
>
>
> What should I check in?
>



-- 
Ivan