Return-Path: Delivered-To: apmail-archiva-notifications-archive@minotaur.apache.org Received: (qmail 79580 invoked from network); 17 Sep 2009 03:53:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Sep 2009 03:53:38 -0000 Received: (qmail 49661 invoked by uid 500); 17 Sep 2009 03:53:38 -0000 Delivered-To: apmail-archiva-notifications-archive@archiva.apache.org Received: (qmail 49642 invoked by uid 500); 17 Sep 2009 03:53:38 -0000 Mailing-List: contact notifications-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: notifications@archiva.apache.org Delivered-To: mailing list notifications@archiva.apache.org Received: (qmail 49631 invoked by uid 99); 17 Sep 2009 03:53:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 03:53:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.137] (HELO vmbuild.apache.org) (140.211.11.137) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 03:53:36 +0000 Received: from vmbuild.apache.org (localhost [127.0.0.1]) by vmbuild.apache.org (Postfix) with ESMTP id 67C9C45805E for ; Wed, 16 Sep 2009 20:37:03 -0700 (PDT) Date: Wed, 16 Sep 2009 20:37:02 -0700 (PDT) From: "Continuum@vmbuild.apache.org" To: notifications@archiva.apache.org Message-ID: <20252501.31253158623269.JavaMail.continuum@vmbuild.apache.org> Subject: [continuum] BUILD FAILURE: Archiva - Archiva Web :: Application Tests - MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild.apache.org X-Continuum-Project-Id: 2464 X-Continuum-Project-Name: Archiva Web :: Application Tests X-Virus-Checked: Checked by ClamAV on apache.org Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=214910&projectId=2464 Build statistics: State: Failed Previous State: Building Started at: Wed 16 Sep 2009 20:31:20 -0700 Finished at: Wed 16 Sep 2009 20:36:35 -0700 Total time: 5m 14s Build Trigger: Schedule Build Number: 6 Exit code: 1 Building machine hostname: vmbuild.apache.org Operating system : Linux(unknown) Java Home version : java version "1.5.0_12" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04) Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing) Builder version : Maven version: 2.0.9 Java version: 1.5.0_12 OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: "unix" **************************************************************************** SCM Changes: **************************************************************************** No files changed **************************************************************************** Dependencies Changes: **************************************************************************** org.apache.archiva:archiva-webapp:1.2.3-SNAPSHOT org.apache.archiva:archiva-web:1.2.3-SNAPSHOT **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean install Arguments: --batch-mode --non-recursive -PbuildWithAdditionalRepos,headless Build Fresh: true Always Build: false Default Build Definition: true Schedule: DEFAULT_SCHEDULE Profile Name: Maven 2.0.9, Java 5 Description: **************************************************************************** Test Summary: **************************************************************************** Tests: 96 Failures: 1 Errors: 0 Success Rate: 98 Total time: 56.039 **************************************************************************** Test Failures: **************************************************************************** TestSuite initializeArchiva : java.lang.RuntimeException java.lang.RuntimeException: Could not start Selenium session: Failed to start new browser session: Error while launching browser at com.thoughtworks.selenium.DefaultSelenium.start(DefaultSelenium.java:88) at org.apache.archiva.web.test.parent.AbstractSeleniumTest.open(AbstractSeleniumTest.java:78) at org.apache.archiva.web.test.ArchivaAdminTest.initializeArchiva(ArchivaAdminTest.java:55) 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:585) at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:580) at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:398) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:145) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:82) at org.testng.TestRunner.beforeRun(TestRunner.java:501) at org.testng.TestRunner.run(TestRunner.java:469) at org.testng.SuiteRunner.runTest(SuiteRunner.java:324) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:319) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:292) at org.testng.SuiteRunner.run(SuiteRunner.java:198) at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:821) at org.testng.TestNG.runSuitesLocally(TestNG.java:788) at org.testng.TestNG.run(TestNG.java:708) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74) at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) 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:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Caused by: com.thoughtworks.selenium.SeleniumException: Failed to start new browser session: Error while launching browser at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:90) at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:84) at com.thoughtworks.selenium.HttpCommandProcessor.getString(HttpCommandProcessor.java:252) at com.thoughtworks.selenium.HttpCommandProcessor.start(HttpCommandProcessor.java:213) at com.thoughtworks.selenium.DefaultSelenium.start(DefaultSelenium.java:81) ... 28 more Caused by: com.thoughtworks.selenium.SeleniumException: Failed to start new browser session: Error while launching browser at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:90) at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:84) at com.thoughtworks.selenium.HttpCommandProcessor.getString(HttpCommandProcessor.java:252) at com.thoughtworks.selenium.HttpCommandProcessor.start(HttpCommandProcessor.java:213) at com.thoughtworks.selenium.DefaultSelenium.start(DefaultSelenium.java:81) ... 28 more