Selenium IDE Jenkins

63 views
Skip to first unread message

mx4te...@gmail.com

unread,
Jan 24, 2013, 3:56:17 AM1/24/13
to jenkins...@googlegroups.com
Hello,

we are trying to run the Selenium-Plugin under Jenkins on a linux Server. It seems if Jenkins can't find the Testsuite.html and gives then an exception: 
"java.net.SocketTimeoutException: Read timed out"

Log:

Building in workspace /var/lib/jenkins/workspace/mx-test-selenium
Checkout:mx-test-selenium / /var/lib/jenkins/workspace/mx-test-selenium - hudson.remoting.LocalChannel@5e7abb54
Using strategy: Default
Last Built Revision: Revision c18c11995237c51cf4058b86f84a6071a50170dd (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git@git:selenium
Commencing build of Revision c18c11995237c51cf4058b86f84a6071a50170dd (origin/master)
Checking out Revision c18c11995237c51cf4058b86f84a6071a50170dd (origin/master)
Starting xvnc
[mx-test-selenium] $ vncserver :10

New 'jenkins:10 (jenkins)' desktop is jenkins:10

Starting applications specified in /var/lib/jenkins/.vnc/xstartup
Log file is /var/lib/jenkins/.vnc/jenkins:10.log

 java -jar /var/lib/jenkins/tools/selenium/selenium-server-standalone-2.25.0.jar -debug -timeout 600 -htmlSuite firefox http://google.de/ /var/lib/jenkins/workspace/mx-test-selenium/TestServer/mx/tests/TestSuite.html /var/lib/jenkins/workspace/mx-test-selenium/TestServer/mx/testresult/results.html
[mx-test-selenium] $ java -jar /var/lib/jenkins/tools/selenium/selenium-server-standalone-2.25.0.jar -debug -timeout 600 -htmlSuite firefox http://google.de/ /var/lib/jenkins/workspace/mx-test-selenium/TestServer/mx/tests/TestSuite.html /var/lib/jenkins/workspace/mx-test-selenium/TestServer/mx/testresult/results.html
Jan 22, 2013 2:21:14 PM org.openqa.grid.selenium.GridLauncher main
INFO: Launching a standalone server
14:21:14.545 INFO - Java: Sun Microsystems Inc. 20.1-b02
14:21:14.547 INFO - OS: Linux 2.6.32-5-xen-amd64 amd64
14:21:14.557 INFO - v2.25.0, with Core v2.25.0. Built from revision 17482
14:21:14.557 INFO - Selenium server running in debug mode.
14:21:14.569 DEBUG - add component: SocketL...@0.0.0.0:4444
14:21:14.578 DEBUG - add component: org.openqa.jetty.http.ResourceCache@798fd984
14:21:14.581 DEBUG - add component: org.openqa.selenium.server.ProxyHandler in HttpContext[/,/]
14:21:14.581 DEBUG - add component: HttpContext[/,/]
14:21:14.582 DEBUG - Added HttpContext[/,/] for host *
14:21:14.582 DEBUG - add component: org.openqa.jetty.http.ResourceCache@95c083
14:21:14.583 DEBUG - added SC{BASIC,null,user,CONFIDENTIAL} at /tests/html/basicAuth/*
14:21:14.589 DEBUG - add component: org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.592 DEBUG - add component: org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.594 DEBUG - add component: org.openqa.selenium.server.SessionExtensionJsHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.595 DEBUG - add component: org.openqa.selenium.server.htmlrunner.SingleTestSuiteResourceHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.596 DEBUG - add component: org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler@6037fb1e
14:21:14.597 DEBUG - add component: org.openqa.selenium.server.CachedContentTestHandler@1b543c88
14:21:14.597 DEBUG - add component: HttpContext[/selenium-server,/selenium-server]
14:21:14.598 DEBUG - Added HttpContext[/selenium-server,/selenium-server] for host *
14:21:14.628 DEBUG - add component: org.openqa.jetty.http.ResourceCache@6db3f829
14:21:14.645 DEBUG - add component: org.openqa.selenium.server.SeleniumDriverResourceHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.645 DEBUG - add component: HttpContext[/selenium-server/driver,/selenium-server/driver]
14:21:14.645 DEBUG - Added HttpContext[/selenium-server/driver,/selenium-server/driver] for host *
14:21:14.645 DEBUG - add component: org.openqa.jetty.http.ResourceCache@32b0bad7
14:21:14.655 DEBUG - add component: WebDriver remote server
14:21:14.659 DEBUG - add component: org.openqa.jetty.jetty.servlet.HashSessionManager@626f50a8
14:21:14.659 DEBUG - add component: org.openqa.jetty.jetty.servlet.ServletHandler@7a187814
14:21:14.660 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
14:21:14.660 DEBUG - add component: HttpContext[/wd,/wd]
14:21:14.660 DEBUG - Added HttpContext[/wd,/wd] for host *
14:21:14.660 DEBUG - Starting org.openqa.jetty.jetty.Server@1ff4689e
14:21:14.661 INFO - Version Jetty/5.1.x
14:21:14.661 DEBUG - LISTENERS: [SocketL...@0.0.0.0:4444]
14:21:14.662 DEBUG - HANDLER: {null={/selenium-server/driver/*=[HttpContext[/selenium-server/driver,/selenium-server/driver]], /selenium-server/*=[HttpContext[/selenium-server,/selenium-server]], /=[HttpContext[/,/]], /wd/*=[HttpContext[/wd,/wd]]}}
14:21:14.662 DEBUG - Starting HttpContext[/selenium-server/driver,/selenium-server/driver]
14:21:14.662 DEBUG - Init classloader from null, sun.misc.Launcher$AppClassLoader@12360be0 for HttpContext[/selenium-server/driver,/selenium-server/driver]
14:21:14.662 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
14:21:14.663 DEBUG - Starting HttpContext[/selenium-server,/selenium-server]
14:21:14.663 DEBUG - Init classloader from null, sun.misc.Launcher$AppClassLoader@12360be0 for HttpContext[/selenium-server,/selenium-server]
14:21:14.663 DEBUG - Started org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.663 DEBUG - Started org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.664 DEBUG - Started org.openqa.selenium.server.SessionExtensionJsHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.664 DEBUG - Started org.openqa.selenium.server.htmlrunner.SingleTestSuiteResourceHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.664 DEBUG - Started org.openqa.selenium.server.SeleniumDriverResourceHandler in HttpContext[/selenium-server,/selenium-server]
14:21:14.664 INFO - Started HttpContext[/selenium-server,/selenium-server]
14:21:14.664 DEBUG - Starting HttpContext[/,/]
14:21:14.664 DEBUG - Init classloader from null, sun.misc.Launcher$AppClassLoader@12360be0 for HttpContext[/,/]
14:21:14.664 DEBUG - Started org.openqa.selenium.server.ProxyHandler in HttpContext[/,/]
14:21:14.664 INFO - Started HttpContext[/,/]
14:21:14.665 DEBUG - Starting HttpContext[/wd,/wd]
14:21:14.665 DEBUG - Init classloader from null, sun.misc.Launcher$AppClassLoader@12360be0 for HttpContext[/wd,/wd]
14:21:14.665 DEBUG - Starting org.openqa.jetty.jetty.servlet.ServletHandler@7a187814
14:21:14.665 DEBUG - New random session seed
14:21:14.684 DEBUG - Session scavenger period = 30s
14:21:14.685 DEBUG - Started holder of class org.openqa.selenium.remote.server.DriverServlet
14:21:14.685 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@7a187814
14:21:14.685 INFO - Started HttpContext[/wd,/wd]
14:21:14.688 INFO - Started SocketListener on 0.0.0.0:4444
14:21:14.688 INFO - Started org.openqa.jetty.jetty.Server@1ff4689e
14:21:14.696 DEBUG - Requested browser string 'firefox' matches *firefox 
14:21:14.697 DEBUG - Discovering Firefox 2...
14:21:14.701 DEBUG - Discovering Firefox 2...
14:21:14.701 DEBUG - Checking whether Firefox 2 launcher at :'/Applications/Minefield.app/Contents/MacOS/firefox-bin' is valid...
14:21:14.701 DEBUG - Checking whether Firefox 2 launcher at :'/Applications/Firefox-2.app/Contents/MacOS/firefox-bin' is valid...
14:21:14.702 DEBUG - Checking whether Firefox 2 launcher at :'/Applications/Firefox.app/Contents/MacOS/firefox-bin' is valid...
14:21:14.702 DEBUG - Checking whether Firefox 2 launcher at :'/usr/lib/firefox/firefox-bin' is valid...
14:21:14.714 DEBUG - Did not find Firefox 2, now discovering Firefox 3...
14:21:14.715 DEBUG - Discovering Firefox 3...
14:21:14.720 DEBUG - Checking whether Firefox 3 launcher at :'/Applications/Firefox-3.app/Contents/MacOS/firefox-bin' is valid...
14:21:14.720 DEBUG - Checking whether Firefox 3 launcher at :'/Applications/Firefox-3.app/Contents/MacOS/firefox' is valid...
14:21:14.720 DEBUG - Checking whether Firefox 3 launcher at :'/Applications/Firefox.app/Contents/MacOS/firefox-bin' is valid...
14:21:14.721 DEBUG - Checking whether Firefox 3 launcher at :'/Applications/Firefox.app/Contents/MacOS/firefox' is valid...
14:21:14.721 DEBUG - Checking whether Firefox 3 launcher at :'/usr/bin/firefox' is valid...
14:21:14.721 DEBUG - Discovered valid Firefox 3 launcher  : '/usr/bin/firefox'
jar:file:/var/lib/jenkins/tools/selenium/selenium-server-standalone-2.25.0.jar!/customProfileDirCUSTFFCHROME
14:21:14.725 DEBUG - Extracting /customProfileDirCUSTFFCHROME to /tmp/customProfileDir874691
14:21:14.770 INFO - Preparing Firefox profile...
14:21:15.672 INFO - Launching Firefox...
14:21:16.238 DEBUG - new HttpConnection: Socket[addr=/127.0.0.1,port=42941,localport=4444]
14:21:16.244 DEBUG - new HttpConnection: Socket[addr=/127.0.0.1,port=42945,localport=4444]
14:21:16.244 DEBUG - new HttpConnection: Socket[addr=/127.0.0.1,port=42942,localport=4444]
14:21:16.244 DEBUG - new HttpConnection: Socket[addr=/127.0.0.1,port=42943,localport=4444]
14:21:16.244 DEBUG - new HttpConnection: Socket[addr=/127.0.0.1,port=42944,localport=4444]
14:21:16.244 DEBUG - new HttpConnection: Socket[addr=/127.0.0.1,port=42946,localport=4444]
14:21:16.261 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/selenium.css HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/css,*/*;q=0.1
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.262 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/lib/prototype.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.262 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/xmlextras.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.263 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/lib/snapsie.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.263 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/atoms.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.263 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/lib/sizzle.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.263 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.263 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.264 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.265 INFO - Checking Resource aliases
14:21:16.266 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.266 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.267 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.267 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.267 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.267 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.267 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.267 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.268 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.268 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.268 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.268 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.269 DEBUG - PATH=/core/lib/prototype.js RESOURCE=/core/lib/prototype.js
14:21:16.269 DEBUG - Looking for /core/lib/prototype.js
14:21:16.269 DEBUG - PATH=/core/scripts/xmlextras.js RESOURCE=/core/scripts/xmlextras.js
14:21:16.270 DEBUG - Looking for /core/scripts/xmlextras.js
14:21:16.270 DEBUG - PATH=/core/scripts/atoms.js RESOURCE=/core/scripts/atoms.js
14:21:16.270 DEBUG - PATH=/core/lib/sizzle.js RESOURCE=/core/lib/sizzle.js
14:21:16.270 DEBUG - Looking for /core/scripts/atoms.js
14:21:16.270 DEBUG - Looking for /core/lib/sizzle.js
14:21:16.272 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.272 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.272 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.273 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.273 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 15614
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.274 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/ui-element.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.274 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.274 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.274 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.275 DEBUG - PATH=/core/scripts/ui-element.js RESOURCE=/core/scripts/ui-element.js
14:21:16.275 DEBUG - Looking for /core/scripts/ui-element.js
14:21:16.277 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.277 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 58824
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.278 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/selenium-logging.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.278 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.278 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.277 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.279 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 3978
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.279 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/htmlutils.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.279 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.279 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.279 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.277 DEBUG - PATH=/core/lib/snapsie.js RESOURCE=/core/lib/snapsie.js
14:21:16.281 DEBUG - Looking for /core/lib/snapsie.js
14:21:16.277 DEBUG - PATH=/core/selenium.css RESOURCE=/core/selenium.css
14:21:16.281 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 55152
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.281 DEBUG - Looking for /core/selenium.css
14:21:16.281 DEBUG - PATH=/core/scripts/htmlutils.js RESOURCE=/core/scripts/htmlutils.js
14:21:16.283 DEBUG - Looking for /core/scripts/htmlutils.js
14:21:16.278 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 350466
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.283 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/selenium-browserbot.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.283 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.284 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.284 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.284 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.284 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/css
Content-Length: 5137
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.285 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/lib/scriptaculous/scriptaculous.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.285 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.285 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.285 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.278 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.283 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.286 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.286 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 3032
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.286 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 243237
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.286 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/selenium-executionloop.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.286 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/selenium-browserdetect.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.286 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.286 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.282 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/selenium-commandhandlers.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.286 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.287 DEBUG - PATH=/core/lib/scriptaculous/scriptaculous.js RESOURCE=/core/lib/scriptaculous/scriptaculous.js
14:21:16.287 DEBUG - Looking for /core/lib/scriptaculous/scriptaculous.js
14:21:16.286 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.287 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.286 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.287 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.288 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.288 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 2247
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.288 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/xpath/dom.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.289 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.289 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.289 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.289 DEBUG - PATH=/core/xpath/dom.js RESOURCE=/core/xpath/dom.js
14:21:16.290 DEBUG - Looking for /core/xpath/dom.js
14:21:16.291 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.291 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 15265
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.291 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/xpath/util.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.291 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.291 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.292 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.292 DEBUG - PATH=/core/xpath/util.js RESOURCE=/core/xpath/util.js
14:21:16.292 DEBUG - Looking for /core/xpath/util.js
14:21:16.287 DEBUG - PATH=/core/scripts/selenium-browserbot.js RESOURCE=/core/scripts/selenium-browserbot.js
14:21:16.293 DEBUG - Looking for /core/scripts/selenium-browserbot.js
14:21:16.294 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.294 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 14795
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.295 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/selenium-api.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.295 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.295 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.295 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.296 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.296 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 94208
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.296 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/find_matching_child.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.296 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.296 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.297 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.297 DEBUG - PATH=/core/scripts/find_matching_child.js RESOURCE=/core/scripts/find_matching_child.js
14:21:16.298 DEBUG - PATH=/core/scripts/selenium-api.js RESOURCE=/core/scripts/selenium-api.js
14:21:16.298 DEBUG - Looking for /core/scripts/selenium-api.js
14:21:16.299 DEBUG - PATH=/core/scripts/selenium-logging.js RESOURCE=/core/scripts/selenium-logging.js
14:21:16.299 DEBUG - Looking for /core/scripts/selenium-logging.js
14:21:16.287 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.287 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.300 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.300 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.300 DEBUG - PATH=/core/scripts/selenium-browserdetect.js RESOURCE=/core/scripts/selenium-browserdetect.js
14:21:16.300 DEBUG - Looking for /core/scripts/selenium-browserdetect.js
14:21:16.298 DEBUG - Looking for /core/scripts/find_matching_child.js
14:21:16.301 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.301 DEBUG - PATH=/core/scripts/selenium-commandhandlers.js RESOURCE=/core/scripts/selenium-commandhandlers.js
14:21:16.302 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 131195
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.301 DEBUG - PATH=/core/scripts/selenium-executionloop.js RESOURCE=/core/scripts/selenium-executionloop.js
14:21:16.302 DEBUG - Looking for /core/scripts/selenium-executionloop.js
14:21:16.302 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/selenium-version.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.302 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.303 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.303 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.303 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.303 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.303 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 6122
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.303 DEBUG - PATH=/core/scripts/selenium-version.js RESOURCE=/core/scripts/selenium-version.js
14:21:16.303 DEBUG - Looking for /core/scripts/selenium-version.js
14:21:16.303 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/selenium-testrunner.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.304 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.304 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.304 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.304 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.304 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 129
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.305 DEBUG - PATH=/core/scripts/selenium-testrunner.js RESOURCE=/core/scripts/selenium-testrunner.js
14:21:16.305 DEBUG - Looking for /core/scripts/selenium-testrunner.js
14:21:16.302 DEBUG - Looking for /core/scripts/selenium-commandhandlers.js
14:21:16.305 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.305 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 1948
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.306 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.302 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.306 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 15924
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.306 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 5292
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.306 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/xpath/xmltoken.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.306 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.306 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/xpath/xpath.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.305 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/xpath/javascript-xpath-0.1.11.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.303 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 5707
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.307 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.307 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.306 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.306 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.307 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.306 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.307 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.308 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.308 DEBUG - PATH=/core/xpath/xmltoken.js RESOURCE=/core/xpath/xmltoken.js
14:21:16.308 DEBUG - Looking for /core/xpath/xmltoken.js
14:21:16.307 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.307 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/user-extensions.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.308 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 46259
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.308 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.309 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.309 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.309 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.309 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 7809
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.310 DEBUG - PATH=/core/xpath/xpath.js RESOURCE=/core/xpath/xpath.js
14:21:16.310 DEBUG - Looking for /core/xpath/xpath.js
14:21:16.311 DEBUG - PATH=/core/xpath/javascript-xpath-0.1.11.js RESOURCE=/core/xpath/javascript-xpath-0.1.11.js
14:21:16.311 DEBUG - Looking for /core/xpath/javascript-xpath-0.1.11.js
14:21:16.311 DEBUG - PATH=/core/scripts/user-extensions.js RESOURCE=/core/scripts/user-extensions.js
14:21:16.311 DEBUG - Looking for /core/scripts/user-extensions.js
14:21:16.311 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.312 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 70955
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.312 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.312 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.312 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 78208
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.312 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 112
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.356 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/lib/scriptaculous/builder.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.357 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.357 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.357 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.358 DEBUG - PATH=/core/lib/scriptaculous/builder.js RESOURCE=/core/lib/scriptaculous/builder.js
14:21:16.358 DEBUG - Looking for /core/lib/scriptaculous/builder.js
14:21:16.359 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.360 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 3361
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.360 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/lib/scriptaculous/dragdrop.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.361 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/lib/scriptaculous/effects.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.361 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.361 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.361 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.361 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.361 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/lib/scriptaculous/controls.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.361 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.361 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.361 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/lib/scriptaculous/slider.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.362 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.362 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.362 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.362 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.362 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.362 DEBUG - PATH=/core/lib/scriptaculous/dragdrop.js RESOURCE=/core/lib/scriptaculous/dragdrop.js
14:21:16.363 DEBUG - Looking for /core/lib/scriptaculous/dragdrop.js
14:21:16.363 DEBUG - PATH=/core/lib/scriptaculous/slider.js RESOURCE=/core/lib/scriptaculous/slider.js
14:21:16.363 DEBUG - Looking for /core/lib/scriptaculous/slider.js
14:21:16.362 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.364 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.364 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 10790
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.364 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.365 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 29617
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.365 DEBUG - PATH=/core/lib/scriptaculous/controls.js RESOURCE=/core/lib/scriptaculous/controls.js
14:21:16.365 DEBUG - Looking for /core/lib/scriptaculous/controls.js
14:21:16.366 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.366 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 28036
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.366 DEBUG - PATH=/core/lib/scriptaculous/effects.js RESOURCE=/core/lib/scriptaculous/effects.js
14:21:16.366 DEBUG - Looking for /core/lib/scriptaculous/effects.js
14:21:16.368 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.368 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 32908
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.408 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/TestPrompt.html HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.408 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.408 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.408 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.409 DEBUG - PATH=/core/TestPrompt.html RESOURCE=/core/TestPrompt.html
14:21:16.410 DEBUG - Looking for /core/TestPrompt.html
14:21:16.410 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/Blank.html HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.410 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.410 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.410 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.410 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.410 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/html
Content-Length: 5500
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.410 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/TestRunner-splash.html HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:16.411 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.411 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.411 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.411 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/icons/selected.png HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/selenium.css


14:21:16.411 DEBUG - PATH=/core/Blank.html RESOURCE=/core/Blank.html
14:21:16.411 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.411 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/icons/pause_disabled.png HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/selenium.css


14:21:16.411 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.412 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.412 DEBUG - PATH=/core/TestRunner-splash.html RESOURCE=/core/TestRunner-splash.html
14:21:16.412 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.412 DEBUG - Looking for /core/TestRunner-splash.html
14:21:16.412 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.412 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.412 DEBUG - PATH=/core/icons/pause_disabled.png RESOURCE=/core/icons/pause_disabled.png
14:21:16.412 DEBUG - Looking for /core/icons/pause_disabled.png
14:21:16.413 DEBUG - PATH=/core/icons/selected.png RESOURCE=/core/icons/selected.png
14:21:16.413 DEBUG - Looking for /core/icons/selected.png
14:21:16.413 DEBUG - Looking for /core/Blank.html
14:21:16.413 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.413 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: image/png
Content-Length: 263
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.413 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.414 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: image/png
Content-Length: 668
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.413 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.414 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/html
Content-Length: 1454
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.414 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/icons/all.png HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/selenium.css


14:21:16.416 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.416 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.416 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.414 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/icons/step_disabled.png HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/selenium.css


14:21:16.414 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.416 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/html
Content-Length: 141
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.417 DEBUG - PATH=/core/icons/all.png RESOURCE=/core/icons/all.png
14:21:16.417 DEBUG - Looking for /core/icons/all.png
14:21:16.416 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.418 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.418 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.418 DEBUG - PATH=/core/icons/step_disabled.png RESOURCE=/core/icons/step_disabled.png
14:21:16.418 DEBUG - Looking for /core/icons/step_disabled.png
14:21:16.419 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.419 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: image/png
Content-Length: 402
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.420 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.420 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: image/png
Content-Length: 662
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.420 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/selenium-browserdetect.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/TestPrompt.html
If-Modified-Since: Wed, 22 Jan 2014 13:21:16 GMT


14:21:16.420 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/selenium.css HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/css,*/*;q=0.1
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/TestRunner-splash.html
If-Modified-Since: Wed, 22 Jan 2014 13:21:16 GMT


14:21:16.420 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/scripts/xmlextras.js HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: */*
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/TestPrompt.html
If-Modified-Since: Wed, 22 Jan 2014 13:21:16 GMT


14:21:16.420 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.420 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.421 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.420 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.421 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.421 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.421 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.421 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.421 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.422 DEBUG - PATH=/core/selenium.css RESOURCE=/core/selenium.css
14:21:16.422 DEBUG - Looking for /core/selenium.css
14:21:16.423 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.423 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/css
Content-Length: 5137
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.423 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/selenium-logo.png HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/TestRunner-splash.html


14:21:16.423 DEBUG - PATH=/core/scripts/xmlextras.js RESOURCE=/core/scripts/xmlextras.js
14:21:16.423 DEBUG - Looking for /core/scripts/xmlextras.js
14:21:16.423 DEBUG - PATH=/core/scripts/selenium-browserdetect.js RESOURCE=/core/scripts/selenium-browserdetect.js
14:21:16.424 DEBUG - Looking for /core/scripts/selenium-browserdetect.js
14:21:16.423 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:16.424 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.424 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.424 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 3978
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.424 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.425 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.425 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/x-javascript
Content-Length: 5292
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:16.425 DEBUG - PATH=/core/selenium-logo.png RESOURCE=/core/selenium-logo.png
14:21:16.425 DEBUG - Looking for /core/selenium-logo.png
14:21:16.426 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:16.426 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:16 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: image/png
Content-Length: 8604
Last-Modified: Wed, 22 Jan 2014 13:21:16 GMT
Accept-Ranges: bytes


14:21:17.045 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/TestRunner-splash.html?start=true HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:17.045 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:17.045 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.045 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.046 DEBUG - PATH=/core/TestRunner-splash.html RESOURCE=/core/TestRunner-splash.html
14:21:17.046 DEBUG - Looking for /core/TestRunner-splash.html
14:21:17.047 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.047 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:17 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/html
Content-Length: 1454
Last-Modified: Wed, 22 Jan 2014 13:21:17 GMT
Accept-Ranges: bytes


14:21:17.056 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/selenium.css HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/css,*/*;q=0.1
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/TestRunner-splash.html?start=true
If-Modified-Since: Wed, 22 Jan 2014 13:21:16 GMT


14:21:17.056 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/selenium-logo.png HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://localhost:4444/selenium-server/core/TestRunner-splash.html?start=true
If-Modified-Since: Wed, 22 Jan 2014 13:21:16 GMT


14:21:17.057 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:17.057 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:17.057 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.057 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.057 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.057 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.058 DEBUG - PATH=/core/selenium.css RESOURCE=/core/selenium.css
14:21:17.058 DEBUG - PATH=/core/selenium-logo.png RESOURCE=/core/selenium-logo.png
14:21:17.058 DEBUG - Looking for /core/selenium-logo.png
14:21:17.058 DEBUG - Looking for /core/selenium.css
14:21:17.059 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.059 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.059 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:17 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/css
Content-Length: 5137
Last-Modified: Wed, 22 Jan 2014 13:21:17 GMT
Accept-Ranges: bytes


14:21:17.059 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:17 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: image/png
Content-Length: 8604
Last-Modified: Wed, 22 Jan 2014 13:21:17 GMT
Accept-Ranges: bytes


14:21:17.067 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /favicon.ico HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


14:21:17.067 DEBUG - Try HttpContext[/,/],0
14:21:17.067 DEBUG - RestishHandler org.openqa.selenium.server.ProxyHandler in HttpContext[/,/]
14:21:17.068 DEBUG - Handled by org.openqa.selenium.server.ProxyHandler in HttpContext[/,/]
14:21:17.068 DEBUG - RESPONSE:
HTTP/1.1 403 Forbidden+for+Proxy
Date: Tue, 22 Jan 2013 13:21:17 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Content-Type: text/html
Content-Length: 1244


14:21:17.330 DEBUG - REQUEST from SocketL...@0.0.0.0:4444:
GET /selenium-server/core/selenium-test.css HTTP/1.1
Host: localhost:4444
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/css,*/*;q=0.1
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://google.de/selenium-server/tests/TestSuite.html?thisIsChrome=true&thisIsHTA=false


14:21:17.331 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
14:21:17.331 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.331 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.331 DEBUG - PATH=/core/selenium-test.css RESOURCE=/core/selenium-test.css
14:21:17.332 DEBUG - Looking for /core/selenium-test.css
14:21:17.332 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
14:21:17.332 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 22 Jan 2013 13:21:17 GMT
Server: Jetty/5.1.x (Linux/2.6.32-5-xen-amd64 amd64 java/1.6.0_26
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/css
Content-Length: 600
Last-Modified: Wed, 22 Jan 2014 13:21:17 GMT
Accept-Ranges: bytes


14:22:16.435 DEBUG - java.net.SocketTimeoutException: Read timed out
14:22:16.447 DEBUG - java.net.SocketTimeoutException: Read timed out
14:22:16.448 DEBUG - java.net.SocketTimeoutException: Read timed out
14:22:16.448 DEBUG - java.net.SocketTimeoutException: Read timed out
14:22:17.115 DEBUG - java.net.SocketTimeoutException: Read timed out
14:22:17.393 DEBUG - java.net.SocketTimeoutException: Read timed out
14:31:15.865 INFO - Killing Firefox...
HTML suite exception seen:
org.openqa.selenium.server.SeleniumCommandTimedOutException
	at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:154)
	at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:196)
	at org.openqa.selenium.server.SeleniumServer.runHtmlSuite(SeleniumServer.java:612)
	at org.openqa.selenium.server.SeleniumServer.boot(SeleniumServer.java:286)
	at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:244)
	at org.openqa.grid.selenium.GridLauncher.main(GridLauncher.java:54)
14:31:15.942 INFO - Shutting down...
Taking screenshot.
[mx-test-selenium] $ import -window root -display :10 screenshot.jpg
Terminating xvnc.
$ vncserver -kill :10
Killing Xvnc4 process ID 7408
Finished: SUCCESS


Any ideas what the solution coud be?

Kind regards

Edward Valencia

unread,
Oct 13, 2014, 3:42:01 PM10/13/14
to jenkins...@googlegroups.com
Hi there,

Did you happen to get a work around on this, im having the exact issue you are having and I cant seem to find a solution, here are my logs:

11:26:21.843 DEBUG - Try HttpContext[/selenium-server,/selenium-server],0
11:26:21.843 DEBUG - RestishHandler org.openqa.jetty.http.handler.SecurityHandler in HttpContext[/selenium-server,/selenium-server]
11:26:21.843 DEBUG - RestishHandler org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
11:26:21.844 DEBUG - PATH=/core/selenium-test.css RESOURCE=/core/selenium-test.css
11:26:21.844 DEBUG - Looking for /core/selenium-test.css
11:26:21.844 DEBUG - Handled by org.openqa.selenium.server.StaticContentHandler in HttpContext[/selenium-server,/selenium-server]
11:26:21.844 DEBUG - RESPONSE:
HTTP/1.1 200 OK
Date: Mon, 13 Oct 2014 18:26:21 GMT
Server: Jetty/5.1.x (Linux/3.13.0-32-generic amd64 java/1.7.0_65
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/css
Content-Length: 557
Last-Modified: Tue, 13 Oct 2015 18:26:21 GMT
Accept-Ranges: bytes


11:27:20.632 DEBUG - java.net.SocketTimeoutException: Read timed out
11:27:20.633 DEBUG - java.net.SocketTimeoutException: Read timed out
11:27:20.645 DEBUG - java.net.SocketTimeoutException: Read timed out
11:27:20.936 DEBUG - java.net.SocketTimeoutException: Read timed out
11:27:20.936 DEBUG - java.net.SocketTimeoutException: Read timed out
11:27:21.903 DEBUG - java.net.SocketTimeoutException: Read timed out
11:56:19.641 INFO - Killing Firefox...
HTML suite exception seen:
org.openqa.selenium.server.SeleniumCommandTimedOutException
	at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:155)
	at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:198)
	at org.openqa.selenium.server.SeleniumServer.runHtmlSuite(SeleniumServer.java:640)
	at org.openqa.selenium.server.SeleniumServer.boot(SeleniumServer.java:305)
	at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:245)
	at org.openqa.grid.selenium.GridLauncher.main(GridLauncher.java:97)
11:56:19.707 INFO - Shutting down...
11:56:19.708 DEBUG - Stopping org.openqa.jetty.jetty.Server@4b2c7378
11:56:19.708 DEBUG - closing ServerSocket[addr=0.0.0.0/0.0.0.0,localport=4444]
11:56:19.708 INFO - Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,localport=4444]
Build step 'Execute shell' marked build as failure
Publishing Selenium report...
ERROR: Publisher org.jvnet.hudson.plugins.seleniumhtmlreport.SeleniumHtmlReportPublisher aborted due to exception
java.lang.NullPointerException
	at org.jvnet.hudson.plugins.seleniumhtmlreport.SeleniumHtmlReportPublisher.perform(SeleniumHtmlReportPublisher.java:79)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
	at hudson.model.Run.execute(Run.java:1770)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
Finished: FAILURE
Reply all
Reply to author
Forward
0 new messages