From users-return-7910-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Thu Nov 05 11:58:54 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 29777 invoked from network); 5 Nov 2009 11:58:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Nov 2009 11:58:54 -0000 Received: (qmail 81302 invoked by uid 500); 5 Nov 2009 11:58:54 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 81215 invoked by uid 500); 5 Nov 2009 11:58:54 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 81205 invoked by uid 99); 5 Nov 2009 11:58:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 11:58:54 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andre.f.salvati.lists@gmail.com designates 209.85.218.224 as permitted sender) Received: from [209.85.218.224] (HELO mail-bw0-f224.google.com) (209.85.218.224) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 11:58:50 +0000 Received: by bwz24 with SMTP id 24so10199279bwz.10 for ; Thu, 05 Nov 2009 03:58:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=aBH/Z4aBsWVwgQ4NplqXXwxZDoCLKdm7JQpFK4L1n8M=; b=AsO4a0cSwqVJvQ9brL7/BiZgu6FB0D05viqt2IikYdhQPNBmnb0x0yRG6555SOPkpP zpRPHAs+IMLUM099+QULXH46VIApTP1xxKu7L/n+OoEdPOv3FzxIyh5PodoqNjmQMMSW /PDbjisC6dpETYvJf2G+FQWrBkDPalCNitiNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=OugEK+kxiXdQ2P+lwI1zeK8CC2vhjQ2si1GoIBjZWIStGsx2xq4R+wiE0TME0pDy5j T4QQn4G5eTfbKp1DMZdzTdw6GKaJ3oK5NZs4TY2PlhPUYnNsWxcDdBRsmZNypae7gty4 dcWxy+MVvwORU4YUoWdjQy4emGPh7h64Wbyos= MIME-Version: 1.0 Received: by 10.103.80.25 with SMTP id h25mr1109627mul.15.1257422308092; Thu, 05 Nov 2009 03:58:28 -0800 (PST) In-Reply-To: <28A97DCA3982CC4C8517D4A4A88F5E6E0365815B@mail.transport.serco.com> References: <28A97DCA3982CC4C8517D4A4A88F5E6E0365815B@mail.transport.serco.com> Date: Thu, 5 Nov 2009 09:58:28 -0200 Message-ID: <45b4c86a0911050358i7cb23afeleb7ae7923eea8190@mail.gmail.com> Subject: Re: Continuum + Selenium Java tests issues From: =?ISO-8859-1?Q?Andr=E9_Salvati?= To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=0016e65b635a01aa7904779e7255 --0016e65b635a01aa7904779e7255 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi Victor, The first log is from a console execution with root (mvn clean install). The second log is from a Continuum execution (mvn clean install). In this case continuum is running as root. I've also tried to run Continuum with a virtual display and with your parameter. Same error. # run Continuum as root cd /opt/apache-continuum-1.3.4/bin Xvfb :20 -ac -noreset -extension RANDR & DISPLAY=3D:20 ./continuum $* 2009/11/5 Victor Kirk > > I meant: "Otherwise, when I run the same phases inside Continuum, it > fails..." > > When I run it from the console, I am logged as root. > > Sorry, I misread your post, what user is continuum running as? Maybe > there is some config difference with that user, can you run the maven > build from the console logged in as the continuum user? > > I believe xvfb must be run as root, is the suid bit set on the xvfb > executable? Can the execution[id=3Dxvfb]/configuration/options be used > to set -extension RANDR (or something similar). > > Apologies if this is a bit vague, I'm in a windows all environment at > the minute so can't try it out. > > reagrds, Vic > > > > -----Original Message----- > From: Andr=E9 Salvati [mailto:andre.f.salvati.lists@gmail.com] > Sent: 05 November 2009 10:16 > To: users@continuum.apache.org > Subject: Re: Continuum + Selenium Java tests issues > > > Hi Victor, > > I meant: "Otherwise, when I run the same phases inside Continuum, it > fails..." > > When I run it from the console, I am logged as root. > > This is my .pom configuration: > > > org.codehaus.mojo > selenium-maven-plugin > > 8090 > false > > > > xvfb > pre-integration-test > > xvfb > > > :20 > true > > > > > start-selenium > pre-integration-test > > start-server > > > true > 8090 > > > > > > > > > > > 2009/11/5 Victor Kirk > > > I think you need to specify "-extension RANDR" to xvfb, no idea how > > you can do it from maven though not something I've used together. > > > > When you run it from the console are you logged in via root or do you > > sudo? It could be picking up your config that has something different > > to that for root. > > > > -----Original Message----- > > From: Andr=E9 Salvati [mailto:andre.f.salvati.lists@gmail.com] > > Sent: 04 November 2009 16:11 > > To: users@continuum.apache.org > > Subject: Continuum + Selenium Java tests issues > > > > > > I've been trying to run Continuum + Selenium Java tests + X virtual > > server > > (xvfb) without success. > > > > Continuum process is running with root privileges. > > > > When I run maven from console (mvn clean install), selenium works > > smoothly: > > > > [INFO] Scanning for projects... > > > > [INFO]---------------------------------------------------------------- > > -------- > > [INFO] Building MenuEAR > > [INFO] task-segment: [clean, install] > > > > [INFO]---------------------------------------------------------------- > > -------- > > [INFO] [clean:clean {execution: default-clean}] > > [INFO] Deleting directory > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget > > [INFO] [ear:generate-application-xml {execution: > > default-generate-application-xml}] > > [INFO] Generating application.xml > > [INFO] Generating jboss-app.xml > > [INFO] [resources:resources {execution: default-resources}] [WARNING] > Using > > platform encoding (UTF-8 actually) to copy filtered resources, i.e. bui= ld > is > > platform dependent! [INFO] Copying 23 resources [INFO] [ear:ear > {execution: > > default-ear}] [INFO] Copying artifact[ejb:Web:MenuJAR:1.0-SNAPSHOT] to > > [MenuJAR-1.0-SNAPSHOT.jar] [INFO] Copying > > artifact[war:Web:MenuWAR:1.0-SNAPSHOT] to [MenuWAR-1.0-SNAPSHOT.war] > [INFO] > > Copying artifact[jar:org.richfaces.ui:richfaces-ui:3.3.1.GA] to > > [lib/richfaces-ui-3.3.1.GA.jar] [INFO] Copying > > artifact[jar:org.richfaces.framework:richfaces-impl:3.3.1.GA]to > > [lib/richfaces-impl-3.3.1.GA.jar] > > [INFO] Copying artifact[jar:commons-digester:commons-digester:1.8.1] to > > [lib/commons-digester-1.8.1.jar] [INFO] Copying > > artifact[jar:commons-beanutils:commons-beanutils:1.7.0] to > > [lib/commons-beanutils-1.7.0.jar] [INFO] Copying > > artifact[jar:org.richfaces.framework:richfaces-api:3.3.1.GA]to > > [lib/richfaces-api-3.3.1.GA.jar] > > [INFO] Copying artifact[jar:commons-collections:commons-collections:3.2= ] > to > > [lib/commons-collections-3.2.jar] [INFO] Copying > > artifact[jar:commons-logging:commons-logging:1.0.4] to > > [lib/commons-logging-1.0.4.jar] [INFO] Copying > > artifact[jar:org.jbpm.jbpm3:jbpm-jpdl:3.2.6.SP1] to > > [lib/jbpm-jpdl-3.2.6.SP1.jar] [INFO] Copying > > artifact[jar:org.jbpm.jbpm3:jbpm-identity:3.2.6.SP1] to > > [lib/jbpm-identity-3.2.6.SP1.jar] [INFO] Copying > > artifact[jar:jasperreports:jasperreports:3.6.0] to > > [lib/jasperreports-3.6.0.jar] [INFO] Copying > > artifact[jar:org.codehaus.groovy:groovy-all:1.5.5] to > > [lib/groovy-all-1.5.5.jar] [INFO] Copying artifact[jar:junit:junit:4.7] > > to[lib/junit-4.7.jar] [INFO] Copying > artifact[jar:org.apache.ant:ant:1.7.0] > > to[lib/ant-1.7.0.jar] [INFO] Copying > > artifact[jar:org.apache.ant:ant-launcher:1.7.0] to > > [lib/ant-launcher-1.7.0.jar] [INFO] Copying > artifact[jar:jline:jline:0.9.94] > > to[lib/jline-0.9.94.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam:2.2.0.GA] to > > [lib/jboss-seam-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:xstream:xstream:1.1.3] to[lib/xstream-1.1.3.jar] [INFO] > Copying > > artifact[jar:xpp3:xpp3_min:1.1.3.4.O] to [lib/xpp3_min-1.1.3.4.O.jar] > [INFO] > > Copying artifact[jar:org.jboss.el:jboss-el:1.0_02.CR4] to > > [lib/jboss-el-1.0_02.CR4.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-ui:2.2.0.GA] to > > [lib/jboss-seam-ui-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-jul:2.2.0.GA] to > > [lib/jboss-seam-jul-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-debug:2.2.0.GA] to > > [lib/jboss-seam-debug-2.2.0.GA.jar] > > [INFO] Copying artifact[jar:com.sun.facelets:jsf-facelets:1.1.15.B1] to > > [lib/jsf-facelets-1.1.15.B1.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-ioc:2.2.0.GA] to > > [lib/jboss-seam-ioc-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-pdf:2.2.0.GA] to > > [lib/jboss-seam-pdf-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:com.lowagie:itext:2.1.2] to[lib/itext-2.1.2.jar] [INFO] > Copying > > artifact[jar:com.lowagie:itext-rtf:2.1.2] to [lib/itext-rtf-2.1.2.jar] > > [INFO] Copy ear sources to > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/menu > > > > [INFO] Could not find manifest file: > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR > > /src/main/application/META-INF/MANIFEST.MF > > - Generating one > > [INFO] Building jar: > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/menu.ear > > > > [INFO] [selenium:xvfb {execution: xvfb}] > > [INFO] Starting Xvfb... > > [INFO] Using display: :20 > > [INFO] Using Xauthority file: /tmp/Xvfb7302122594304485725.Xauthority > > Deleting: /tmp/Xvfb7302122594304485725.Xauthority > > xauth: creating new authority file > > /tmp/Xvfb7302122594304485725.Xauthority > > Created dir: > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/selenium > > > > Launching Xvfb > > Waiting for Xvfb... > > [INFO] Redirecting output to: > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR > > /target/selenium/xvfb.log > > > > Xvfb started > > [INFO] [selenium:start-server {execution: start-selenium}] Launching > > Selenium Server [INFO] Including display properties from: > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR > > /target/selenium/display.properties > > > > [INFO] User extensions: > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR > > /target/selenium/user-extensions.js > > > > Waiting for Selenium Server... > > 12:44:18,054 INFO [org.openqa.selenium.server.SeleniumServer] Java: > > Sun Microsystems Inc. 14.2-b01 12:44:18,055 INFO > > [org.openqa.selenium.server.SeleniumServer] OS: Linux > > 2.6.30.8-64.fc11.i686.PAE i386 12:44:18,066 INFO > > [org.openqa.selenium.server.SeleniumServer] v1.0.1 [2697], with Core > > v@VERSION@ [@REVISION@] 12:44:18,163 INFO > > [org.mortbay.http.HttpServer] Version Jetty/5.1.x 12:44:18,165 INFO > > [org.mortbay.util.Container] Started HttpContext > > [/selenium-server/driver,/selenium-server/driver] > > 12:44:18,166 INFO [org.mortbay.util.Container] Started HttpContext > > [/selenium-server,/selenium-server] > > 12:44:18,166 INFO [org.mortbay.util.Container] Started HttpContext[/,/] > > 12:44:18,173 INFO [org.mortbay.http.SocketListener] Started > SocketListener > > on 0.0.0.0:8090 12:44:18,173 INFO [org.mortbay.util.Container] Started > > org.mortbay.jetty.Server@148aa23 12:44:18,832 INFO > > [org.mortbay.util.Credential] Checking Resource aliases Selenium Server > > started [INFO] [compiler:testCompile {execution: compila-testes}] [INFO= ] > > Compiling 11 source files to > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/test-classes > > > > [INFO] [surefire:test {execution: testes-funcionais}] > > [INFO] Surefire report directory: > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR > > /target/surefire-reports > > > > > > ------------------------------------------------------- > > T E S T S > > ------------------------------------------------------- > > Running br.com.optimus.teste.usuario.TestNavegacao > > 12:44:20,659 INFO [org.mortbay.util.Credential] Checking Resource > > aliases 12:44:20,665 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Command > > request: getNewBrowserSession[*firefox, > > http://prod1, ] on session null > > 12:44:20,668 INFO > > [org.openqa.selenium.server.BrowserSessionFactory]creating new remote > > session 12:44:20,775 INFO > > [org.openqa.selenium.server.BrowserSessionFactory]Allocated session > > a0d622d6b2d74fc7b5386a29752d7b89 for http://prod1, launching... > > 12:44:20,806 INFO > > [org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher]Pre > > paring > > Firefox profile... > > Xlib: extension "RANDR" missing on display ":20.0". > > Xlib: extension "RANDR" missing on display ":20.0". 12:44:24,064 INFO > > > [org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher]Launch= ing > > Firefox... > > 12:44:26,098 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Got result: > > OK,a0d622d6b2d74fc7b5386a29752d7b89 on session > > a0d622d6b2d74fc7b5386a29752d7b89 12:44:26,104 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Command > > request: open[/erp/login.seam, > > ] on session a0d622d6b2d74fc7b5386a29752d7b89 > > 12:44:26,241 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Got result: O= K > on > > session a0d622d6b2d74fc7b5386a29752d7b89 12:44:26,244 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Command > > request: waitForPageToLoad[3000, > > ] on session a0d622d6b2d74fc7b5386a29752d7b89 > > 12:44:26,264 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Got result: O= K > on > > session a0d622d6b2d74fc7b5386a29752d7b89 12:44:26,266 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Command > > request: type[login:username, > > demo1] on session a0d622d6b2d74fc7b5386a29752d7b89 > > aberto /erp/login.seam > > 12:44:26,299 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Got result: O= K > on > > session a0d622d6b2d74fc7b5386a29752d7b89 12:44:26,301 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Command > > request: type[login:password, > > demo1] on session a0d622d6b2d74fc7b5386a29752d7b89 > > preenchido login:username com demo1 > > > > (....) > > > > > > > > Otherwise, when I run the same phases inside Selenium, it fails: > > > > > > [INFO] Scanning for projects... > > > > [INFO]---------------------------------------------------------------- > > -------- > > [INFO] Building MenuEAR > > [INFO] task-segment: [clean, install] > > > > [INFO]---------------------------------------------------------------- > > -------- > > [INFO] [clean:clean {execution: default-clean}] > > [INFO] Deleting directory > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget > > [INFO] [ear:generate-application-xml {execution: > > default-generate-application-xml}] > > [INFO] Generating application.xml > > [INFO] Generating jboss-app.xml > > [INFO] [resources:resources {execution: default-resources}] [WARNING] > Using > > platform encoding (UTF-8 actually) to copy filtered resources, i.e. bui= ld > is > > platform dependent! [INFO] Copying 23 resources [INFO] [ear:ear > {execution: > > default-ear}] [INFO] Copying artifact[ejb:Web:MenuJAR:1.0-SNAPSHOT] to > > [MenuJAR-1.0-SNAPSHOT.jar] [INFO] Copying > > artifact[war:Web:MenuWAR:1.0-SNAPSHOT] to [MenuWAR-1.0-SNAPSHOT.war] > [INFO] > > Copying artifact[jar:org.richfaces.ui:richfaces-ui:3.3.1.GA] to > > [lib/richfaces-ui-3.3.1.GA.jar] [INFO] Copying > > artifact[jar:org.richfaces.framework:richfaces-impl:3.3.1.GA]to > > [lib/richfaces-impl-3.3.1.GA.jar] > > [INFO] Copying artifact[jar:commons-digester:commons-digester:1.8.1] to > > [lib/commons-digester-1.8.1.jar] [INFO] Copying > > artifact[jar:commons-beanutils:commons-beanutils:1.7.0] to > > [lib/commons-beanutils-1.7.0.jar] [INFO] Copying > > artifact[jar:org.richfaces.framework:richfaces-api:3.3.1.GA]to > > [lib/richfaces-api-3.3.1.GA.jar] > > [INFO] Copying artifact[jar:commons-collections:commons-collections:3.2= ] > to > > [lib/commons-collections-3.2.jar] [INFO] Copying > > artifact[jar:commons-logging:commons-logging:1.0.4] to > > [lib/commons-logging-1.0.4.jar] [INFO] Copying > > artifact[jar:org.jbpm.jbpm3:jbpm-jpdl:3.2.6.SP1] to > > [lib/jbpm-jpdl-3.2.6.SP1.jar] [INFO] Copying > > artifact[jar:org.jbpm.jbpm3:jbpm-identity:3.2.6.SP1] to > > [lib/jbpm-identity-3.2.6.SP1.jar] [INFO] Copying > > artifact[jar:jasperreports:jasperreports:3.6.0] to > > [lib/jasperreports-3.6.0.jar] [INFO] Copying > > artifact[jar:org.codehaus.groovy:groovy-all:1.5.5] to > > [lib/groovy-all-1.5.5.jar] [INFO] Copying artifact[jar:junit:junit:4.7] > > to[lib/junit-4.7.jar] [INFO] Copying > artifact[jar:org.apache.ant:ant:1.7.0] > > to[lib/ant-1.7.0.jar] [INFO] Copying > > artifact[jar:org.apache.ant:ant-launcher:1.7.0] to > > [lib/ant-launcher-1.7.0.jar] [INFO] Copying > artifact[jar:jline:jline:0.9.94] > > to[lib/jline-0.9.94.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam:2.2.0.GA] to > > [lib/jboss-seam-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:xstream:xstream:1.1.3] to[lib/xstream-1.1.3.jar] [INFO] > Copying > > artifact[jar:xpp3:xpp3_min:1.1.3.4.O] to [lib/xpp3_min-1.1.3.4.O.jar] > [INFO] > > Copying artifact[jar:org.jboss.el:jboss-el:1.0_02.CR4] to > > [lib/jboss-el-1.0_02.CR4.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-ui:2.2.0.GA] to > > [lib/jboss-seam-ui-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-jul:2.2.0.GA] to > > [lib/jboss-seam-jul-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-debug:2.2.0.GA] to > > [lib/jboss-seam-debug-2.2.0.GA.jar] > > [INFO] Copying artifact[jar:com.sun.facelets:jsf-facelets:1.1.15.B1] to > > [lib/jsf-facelets-1.1.15.B1.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-ioc:2.2.0.GA] to > > [lib/jboss-seam-ioc-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:org.jboss.seam:jboss-seam-pdf:2.2.0.GA] to > > [lib/jboss-seam-pdf-2.2.0.GA.jar] [INFO] Copying > > artifact[jar:com.lowagie:itext:2.1.2] to[lib/itext-2.1.2.jar] [INFO] > Copying > > artifact[jar:com.lowagie:itext-rtf:2.1.2] to [lib/itext-rtf-2.1.2.jar] > > [INFO] Copy ear sources to > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/menu > > [INFO] Could not find manifest file: > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/sr= c/main/application/META-INF/MANIFEST.MF > > - Generating one > > [INFO] Building jar: > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/menu.ear > > [INFO] [selenium:xvfb {execution: xvfb}] > > [INFO] Starting Xvfb... > > [INFO] Using display: :20 > > [INFO] Using Xauthority file: /tmp/Xvfb31539120038900714.Xauthority > > Deleting: /tmp/Xvfb31539120038900714.Xauthority > > xauth: creating new authority file /tmp/Xvfb31539120038900714.Xauthorit= y > > Created dir: > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/selenium > > Launching Xvfb > > Waiting for Xvfb... > > [INFO] Redirecting output to: > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/selenium/xvfb.log > > Xvfb started > > [INFO] [selenium:start-server {execution: start-selenium}] Launching > > Selenium Server Waiting for Selenium Server... [INFO] Including display > > properties from: > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/selenium/display.properties > > [INFO] User extensions: > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/selenium/user-extensions.js > > 12:57:19,390 INFO [org.openqa.selenium.server.SeleniumServer] Java: Sun > > Microsystems Inc. 14.2-b01 12:57:19,391 INFO > > [org.openqa.selenium.server.SeleniumServer] OS: Linux > > 2.6.30.8-64.fc11.i686.PAE i386 12:57:19,400 INFO > > [org.openqa.selenium.server.SeleniumServer] v1.0.1 [2697], with Core > > v@VERSION@ [@REVISION@] 12:57:19,464 INFO [org.mortbay.http.HttpServer] > > Version Jetty/5.1.x 12:57:19,465 INFO [org.mortbay.util.Container] > Started > > HttpContext [/selenium-server/driver,/selenium-server/driver] > > 12:57:19,465 INFO [org.mortbay.util.Container] Started HttpContext > > [/selenium-server,/selenium-server] > > 12:57:19,465 INFO [org.mortbay.util.Container] Started HttpContext[/,/] > > 12:57:19,470 INFO [org.mortbay.http.SocketListener] Started > SocketListener > > on 0.0.0.0:8090 12:57:19,470 INFO [org.mortbay.util.Container] Started > > org.mortbay.jetty.Server@199f91c 12:57:20,196 INFO > > [org.mortbay.util.Credential] Checking Resource aliases Selenium Server > > started [INFO] [compiler:testCompile {execution: compila-testes}] [INFO= ] > > Compiling 11 source files to > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/test-classes > > [INFO] [surefire:test {execution: testes-funcionais}] > > [INFO] Surefire report directory: > > > /opt/apache-continuum-1.3.4/data/working-directory/41/MenuROOT/MenuEAR/ta= rget/surefire-reports > > > > ------------------------------------------------------- > > T E S T S > > ------------------------------------------------------- > > Running br.com.optimus.teste.usuario.TestNavegacao > > 12:57:21,862 INFO [org.mortbay.util.Credential] Checking Resource > > aliases 12:57:21,868 INFO > > [org.openqa.selenium.server.SeleniumDriverResourceHandler]Command > > request: getNewBrowserSession[*firefox, > > http://prod1, ] on session null > > 12:57:21,870 INFO > > [org.openqa.selenium.server.BrowserSessionFactory]creating new remote > > session 12:57:21,959 INFO > > [org.openqa.selenium.server.BrowserSessionFactory]Allocated session > > 76fa5615ee734a3ab6dbc5bf91df8ed0 for http://prod1, launching... > > 12:57:22,016 INFO > > [org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher]Pre > > paring > > Firefox profile... > > Xlib: extension "RANDR" missing on display ":20.0". 12:57:42,073 ERROR > > [org.openqa.selenium.server.BrowserSessionFactory] Failed to start new > > browser session, shutdown browser and clear all session data > > java.lang.RuntimeException: Timed out waiting for profile to be created= ! > at > > > > org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.wait > > ForFullProfileToBeCreated(FirefoxChromeLauncher.java:305) > > at > > > > org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.popu > > lateCustomProfileDirectory(FirefoxChromeLauncher.java:106) > > at > > > > org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.laun > > ch(FirefoxChromeLauncher.java:83) > > at > > > > org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.laun > > chRemoteSession(FirefoxChromeLauncher.java:350) > > at > > > > org.openqa.selenium.server.browserlaunchers.FirefoxLauncher.launchRemo > > teSession(FirefoxLauncher.java:98) > > at > > > > org.openqa.selenium.server.BrowserSessionFactory.createNewRemoteSessio > > n(BrowserSessionFactory.java:357) > > at > > > > org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession( > > BrowserSessionFactory.java:122) > > at > > > > org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession( > > BrowserSessionFactory.java:84) > > at > > > > org.openqa.selenium.server.SeleniumDriverResourceHandler.getNewBrowser > > Session(SeleniumDriverResourceHandler.java:712) > > at > > > > org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(Sel > > eniumDriverResourceHandler.java:393) > > at > > > > org.openqa.selenium.server.SeleniumDriverResourceHandler.handleCommand > > Request(SeleniumDriverResourceHandler.java:364) > > at > > > > org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(Seleni > > umDriverResourceHandler.java:125) > > at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) > > at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) > > at org.mortbay.http.HttpServer.service(HttpServer.java:909) > > at org.mortbay.http.HttpConnection.service(HttpConnection.java:820) > > at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986) > > at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837) > > at > > org.mortbay.http.SocketListener.handleConnection(SocketListener.java:24= 5) > > at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > > at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) > > > > Thanks > > > > > > ______________________________________________________________________ > > This email has been scanned by the MessageLabs Email Security System. > > For more information please visit http://www.messagelabs.com/email > > ______________________________________________________________________ > > > > > > This e-mail and any attachments are for the intended addressee(s) only > > and may contain confidential and/or privileged material. If you are > > not a named addressee, do not use, retain or disclose such > > information. This email is not guaranteed to be free from viruses and > > does not bind Serco in any contract or obligation. Serco Limited. > > Registered in England and Wales. No: 242246 Registered Office: Serco > > House,16 Bartley Wood Business Park, Hook, Hampshire RG27 9UY United > > Kingdom. > > > > Help cut carbon...please don't print this e-mail unless you really > > need to. > > > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. For > more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ > > > This e-mail and any attachments are for the intended addressee(s) only > and may contain confidential and/or privileged material. If you are not a > named addressee, do not use, retain or disclose such information. > This email is not guaranteed to be free from viruses and does not bind > Serco in any contract or obligation. > Serco Limited. Registered in England and Wales. No: 242246 > Registered Office: Serco House,16 Bartley Wood Business Park, Hook, > Hampshire RG27 9UY United Kingdom. > > Help cut carbon...please don=92t print this e-mail unless you really need= to. > --0016e65b635a01aa7904779e7255--