You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by ga...@apache.org on 2011/03/07 08:39:23 UTC

[BUILD] branches/2.1: Failed for Revision: 1078692

Geronimo Revision: 1078692 built with tests included
 
See the full build-0200.log file at http://people.apache.org/builds/geronimo/server/binaries/2.1/20110307/build-0200.log
 
Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/2.1/20110307
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28 minutes 25 seconds
[INFO] Finished at: Mon Mar 07 02:38:27 EST 2011
[INFO] Final Memory: 284M/988M
[INFO] ------------------------------------------------------------------------
 
TESTSUITE RESULTS (Failures only)
=================================
 
Assembly: tomcat
=================================
See full test results and logs at http://people.apache.org/builds/geronimo/server/binaries/2.1/20110307/logs-0200-tomcat/
 
 
Booting Geronimo Kernel (in Java 1.5.0_22)...
Module  1/68 org.apache.geronimo.framework/gshell-framework/2.1.8-SNAPSHOT/car              started in   .000s
Module  2/68 org.apache.geronimo.framework/gshell-geronimo/2.1.8-SNAPSHOT/car               started in   .000s
Module  3/68 org.apache.geronimo.framework/j2ee-system/2.1.8-SNAPSHOT/car                   started in   .001s
Module  4/68 org.apache.geronimo.framework/transformer-agent/2.1.8-SNAPSHOT/car             started in   .000s
Module  5/68 org.apache.geronimo.framework/jee-specs/2.1.8-SNAPSHOT/car                     started in   .001s
Module  6/68 org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car                   2011-03-07 02:42:11,149 WARN  [RMIRegistryService] RMI Registry failed
2011-03-07 02:42:11,150 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car?ServiceModule=org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car,j2eeType=GBean,name=RMIRegistry"
java.rmi.server.ExportException: Port already in use: 1099; nested exception is: 
	java.net.BindException: Address already in use
	at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:249)
	at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:184)
	at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382)
	at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116)
	at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:180)
	at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
	at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:68)
	at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:222)
	at org.apache.geronimo.kernel.rmi.RMIRegistryService.doStart(RMIRegistryService.java:71)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:998)
	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:555)
	at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
	at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:188)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:563)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:832)
	at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
	at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
	at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
	at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$c9d166d3.startConfiguration(<generated>)
	at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:206)
	at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:89)
	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
	at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
	at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
Caused by: java.net.BindException: Address already in use
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
	at java.net.ServerSocket.bind(ServerSocket.java:319)
	at java.net.ServerSocket.<init>(ServerSocket.java:185)
	at org.apache.geronimo.kernel.rmi.GeronimoRMIServerSocketFactory.createServerSocket(GeronimoRMIServerSocketFactory.java:35)
	at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:622)
	at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:237)
	... 33 more
Server Startup failed

org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car failed
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:832)
	at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
	at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
	at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
	at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$c9d166d3.startConfiguration(<generated>)
	at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:206)
	at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:89)
	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
	at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
	at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception
	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:522)
	at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:188)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:563)
	... 16 more
Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car failed to start due to the following reasons:
  The service ServiceModule=org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car,j2eeType=GBean,name=RMIRegistry did not start because Port already in use: 1099; nested exception is: 
	java.net.BindException: Address already in use

	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:485)
	... 18 more
 
18K downloaded  (selenium-maven-plugin-1.0.1.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom
22K downloaded  (mojo-parent-23.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/mojo/selenium-maven-plugin/1.0.1/selenium-maven-plugin-1.0.1.jar
60K downloaded  (selenium-maven-plugin-1.0.1.jar)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/geronimo/genesis/plugins/maven-maven-plugin/1.3/maven-maven-plugin-1.3.pom
1K downloaded  (maven-maven-plugin-1.3.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/geronimo/genesis/plugins/plugins/1.3/plugins-1.3.pom
7K downloaded  (plugins-1.3.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/geronimo/genesis/plugins/maven-maven-plugin/1.3/maven-maven-plugin-1.3.jar
10K downloaded  (maven-maven-plugin-1.3.jar)
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] snapshot org.apache.geronimo.testsupport:testsupport-commands:2.1.8-SNAPSHOT: checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.geronimo.testsupport:testsupport-commands:2.1.8-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/gmaven-mojo/1.0-rc-4/gmaven-mojo-1.0-rc-4.pom
2K downloaded  (gmaven-mojo-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/gmaven/1.0-rc-4/gmaven-1.0-rc-4.pom
35K downloaded  (gmaven-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/runtime/gmaven-runtime-api/1.0-rc-4/gmaven-runtime-api-1.0-rc-4.pom
1K downloaded  (gmaven-runtime-api-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/runtime/gmaven-runtime/1.0-rc-4/gmaven-runtime-1.0-rc-4.pom
2K downloaded  (gmaven-runtime-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/feature/gmaven-feature-api/1.0-rc-4/gmaven-feature-api-1.0-rc-4.pom
1K downloaded  (gmaven-feature-api-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/feature/gmaven-feature/1.0-rc-4/gmaven-feature-1.0-rc-4.pom
1K downloaded  (gmaven-feature-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/runtime/gmaven-runtime-1.5/1.0-rc-4/gmaven-runtime-1.5-1.0-rc-4.pom
2K downloaded  (gmaven-runtime-1.5-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
2K downloaded  (slf4j-api-1.5.6.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
7K downloaded  (slf4j-parent-1.5.6.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/feature/gmaven-feature-support/1.0-rc-4/gmaven-feature-support-1.0-rc-4.pom
1K downloaded  (gmaven-feature-support-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/runtime/gmaven-runtime-support/1.0-rc-4/gmaven-runtime-support-1.0-rc-4.pom
2K downloaded  (gmaven-runtime-support-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/gmaven-common/1.0-rc-4/gmaven-common-1.0-rc-4.pom
1K downloaded  (gmaven-common-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/gmaven-mojo-support/1.0-rc-4/gmaven-mojo-support-1.0-rc-4.pom
2K downloaded  (gmaven-mojo-support-1.0-rc-4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//commons-lang/commons-lang/2.4/commons-lang-2.4.pom
13K downloaded  (commons-lang-2.4.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/commons/commons-parent/9/commons-parent-9.pom
21K downloaded  (commons-parent-9.pom)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/feature/gmaven-feature-api/1.0-rc-4/gmaven-feature-api-1.0-rc-4.jar
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/runtime/gmaven-runtime-api/1.0-rc-4/gmaven-runtime-api-1.0-rc-4.jar
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/gmaven-mojo/1.0-rc-4/gmaven-mojo-1.0-rc-4.jar
17K downloaded  (gmaven-feature-api-1.0-rc-4.jar)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/feature/gmaven-feature-support/1.0-rc-4/gmaven-feature-support-1.0-rc-4.jar
255K downloaded  (commons-lang-2.4.jar)
22K downloaded  (gmaven-runtime-api-1.0-rc-4.jar)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/runtime/gmaven-runtime-1.5/1.0-rc-4/gmaven-runtime-1.5-1.0-rc-4.jar
45K downloaded  (gmaven-runtime-1.5-1.0-rc-4.jar)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/runtime/gmaven-runtime-support/1.0-rc-4/gmaven-runtime-support-1.0-rc-4.jar
75K downloaded  (gmaven-runtime-support-1.0-rc-4.jar)
11K downloaded  (gmaven-mojo-1.0-rc-4.jar)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/gmaven-common/1.0-rc-4/gmaven-common-1.0-rc-4.jar
13K downloaded  (gmaven-feature-support-1.0-rc-4.jar)
14K downloaded  (gmaven-common-1.0-rc-4.jar)
Downloading: http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/codehaus/groovy/maven/gmaven-mojo-support/1.0-rc-4/gmaven-mojo-support-1.0-rc-4.jar
25K downloaded  (gmaven-mojo-support-1.0-rc-4.jar)
21K downloaded  (slf4j-api-1.5.6.jar)
[INFO] [selenium:xvfb {execution: xvfb}]
[INFO] Starting Xvfb...
[INFO] Using display: :20
[INFO] Using Xauthority file: /tmp/Xvfb982190847036403442.Xauthority
Deleting: /tmp/Xvfb982190847036403442.Xauthority
/usr/X11R6/bin/xauth:  creating new authority file /tmp/Xvfb982190847036403442.Xauthority
Created dir: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium
Launching Xvfb
[INFO] Redirecting output to: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium/xvfb.log
Waiting for Xvfb...
Xvfb started
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: install-ahead}]
[INFO] Installing /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/pom.xml to /home/geronimo/.m2/repository/org/apache/geronimo/testsuite/commands-testsuite/2.1.8-SNAPSHOT/commands-testsuite-2.1.8-SNAPSHOT.pom
[INFO] [selenium:start-server {execution: start-server}]
Launching Selenium Server
Waiting for Selenium Server...
[INFO] Including display properties from: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium/display.properties
[INFO] Redirecting output to: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium/server.log
[INFO] User extensions: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium/user-extensions.js
Selenium Server started
[INFO] [geronimo:start-server {execution: start-server}]
[INFO] Using assembly configuration: tomcat
[INFO] snapshot org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:2.1.8-SNAPSHOT: checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:2.1.8-SNAPSHOT: checking for updates from apache.snapshots
[INFO] Using assembly artifact: org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1.8-SNAPSHOT:provided
[INFO] Using geronimoHome: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/geronimo-tomcat6-javaee5-2.1.8-SNAPSHOT
[INFO] Installing assembly...
[INFO] Expanding: /home/geronimo/.m2/repository/org/apache/geronimo/assemblies/geronimo-tomcat6-javaee5/2.1.8-SNAPSHOT/geronimo-tomcat6-javaee5-2.1.8-SNAPSHOT-bin.zip into /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target
[INFO] Starting Geronimo server...
[INFO] Selected option set: default
[INFO] Redirecting output to: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/geronimo-logs/org.apache.geronimo.mavenplugins.geronimo.server.StartServerMojo.log
[INFO] Waiting for Geronimo server...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
 
Assembly: jetty
=================================
See full test results and logs at http://people.apache.org/builds/geronimo/server/binaries/2.1/20110307/logs-0200-jetty/
 
 
Booting Geronimo Kernel (in Java 1.5.0_22)...
Module  1/67 org.apache.geronimo.framework/gshell-framework/2.1.8-SNAPSHOT/car             started in   .000s
Module  2/67 org.apache.geronimo.framework/gshell-geronimo/2.1.8-SNAPSHOT/car              started in   .000s
Module  3/67 org.apache.geronimo.framework/j2ee-system/2.1.8-SNAPSHOT/car                  started in   .000s
Module  4/67 org.apache.geronimo.framework/transformer-agent/2.1.8-SNAPSHOT/car            started in   .001s
Module  5/67 org.apache.geronimo.framework/jee-specs/2.1.8-SNAPSHOT/car                    started in   .001s
Module  6/67 org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car                  2011-03-07 02:56:24,768 WARN  [RMIRegistryService] RMI Registry failed
2011-03-07 02:56:24,770 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car?ServiceModule=org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car,j2eeType=GBean,name=RMIRegistry"
java.rmi.server.ExportException: Port already in use: 1099; nested exception is: 
	java.net.BindException: Address already in use
	at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:249)
	at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:184)
	at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382)
	at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116)
	at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:180)
	at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
	at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:68)
	at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:222)
	at org.apache.geronimo.kernel.rmi.RMIRegistryService.doStart(RMIRegistryService.java:71)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:998)
	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:555)
	at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
	at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:188)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:563)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:832)
	at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
	at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
	at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
	at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$2b316b2d.startConfiguration(<generated>)
	at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:206)
	at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:89)
	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
	at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
	at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
Caused by: java.net.BindException: Address already in use
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
	at java.net.ServerSocket.bind(ServerSocket.java:319)
	at java.net.ServerSocket.<init>(ServerSocket.java:185)
	at org.apache.geronimo.kernel.rmi.GeronimoRMIServerSocketFactory.createServerSocket(GeronimoRMIServerSocketFactory.java:35)
	at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:622)
	at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:237)
	... 33 more
Server Startup failed

org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car failed
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:832)
	at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
	at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
	at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
	at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$2b316b2d.startConfiguration(<generated>)
	at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:206)
	at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:89)
	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
	at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
	at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception
	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:522)
	at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:188)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:563)
	... 16 more
Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car failed to start due to the following reasons:
  The service ServiceModule=org.apache.geronimo.framework/rmi-naming/2.1.8-SNAPSHOT/car,j2eeType=GBean,name=RMIRegistry did not start because Port already in use: 1099; nested exception is: 
	java.net.BindException: Address already in use

	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:485)
	... 18 more
 
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Geronimo TestSuite
[INFO]   Geronimo TestSuite :: Commands TestSuite
[INFO]   Geronimo TestSuite :: Console Testsuite
[INFO]   Geronimo TestSuite :: CORBA TestSuite
[INFO]   Geronimo TestSuite :: Deployment Testsuite
[INFO]   Geronimo TestSuite :: Enterprise Testsuite
[INFO]   Geronimo TestSuite :: Web-tier Testsuite
[INFO]   Geronimo TestSuite :: WebServices TestSuite
[INFO]   Geronimo TestSuite :: Security Testsuite
[INFO] ------------------------------------------------------------------------
[INFO] Building Geronimo TestSuite
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/geronimo/geronimo/2.1/testsuite/pom.xml to /home/geronimo/.m2/repository/org/apache/geronimo/testsuite/testsuite/2.1.8-SNAPSHOT/testsuite-2.1.8-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Geronimo TestSuite :: Commands TestSuite
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [selenium:xvfb {execution: xvfb}]
[INFO] Starting Xvfb...
[INFO] Using display: :20
[INFO] Using Xauthority file: /tmp/Xvfb5667031441186727747.Xauthority
Deleting: /tmp/Xvfb5667031441186727747.Xauthority
/usr/X11R6/bin/xauth:  creating new authority file /tmp/Xvfb5667031441186727747.Xauthority
Created dir: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium
Launching Xvfb
Waiting for Xvfb...
[INFO] Redirecting output to: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium/xvfb.log
Xvfb started
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: install-ahead}]
[INFO] Installing /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/pom.xml to /home/geronimo/.m2/repository/org/apache/geronimo/testsuite/commands-testsuite/2.1.8-SNAPSHOT/commands-testsuite-2.1.8-SNAPSHOT.pom
[INFO] [selenium:start-server {execution: start-server}]
Launching Selenium Server
Waiting for Selenium Server...
[INFO] Including display properties from: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium/display.properties
[INFO] Redirecting output to: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium/server.log
[INFO] User extensions: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/selenium/user-extensions.js
Selenium Server started
[INFO] [geronimo:start-server {execution: start-server}]
[INFO] Using assembly configuration: jetty
[INFO] snapshot org.apache.geronimo.assemblies:geronimo-jetty6-javaee5:2.1.8-SNAPSHOT: checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.geronimo.assemblies:geronimo-jetty6-javaee5:2.1.8-SNAPSHOT: checking for updates from apache.snapshots
[INFO] Using assembly artifact: org.apache.geronimo.assemblies:geronimo-jetty6-javaee5:zip:bin:2.1.8-SNAPSHOT:provided
[INFO] Using geronimoHome: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/geronimo-jetty6-javaee5-2.1.8-SNAPSHOT
[INFO] Installing assembly...
[INFO] Expanding: /home/geronimo/.m2/repository/org/apache/geronimo/assemblies/geronimo-jetty6-javaee5/2.1.8-SNAPSHOT/geronimo-jetty6-javaee5-2.1.8-SNAPSHOT-bin.zip into /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target
[INFO] Starting Geronimo server...
[INFO] Selected option set: default
[INFO] Redirecting output to: /home/geronimo/geronimo/2.1/testsuite/commands-testsuite/target/geronimo-logs/org.apache.geronimo.mavenplugins.geronimo.server.StartServerMojo.log
[INFO] Waiting for Geronimo server...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
 
Samples: branches/2.1
=================================
Log: http://people.apache.org/builds/geronimo/server/binaries/2.1/20110307/samples-0200.log
 
Build status: OK