Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Grid: Node hangs on waiting for response #7426

Open
lukeis opened this issue Mar 4, 2016 · 8 comments
Open

Grid: Node hangs on waiting for response #7426

lukeis opened this issue Mar 4, 2016 · 8 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

Originally reported on Google Code with ID 7426

What steps will reproduce the problem?
1. Run tests with selenium grid in 2.42.1 version

What is the expected output? What do you see instead?
Sometimes node hangs waiting for response from httpd.js.

Part of node thread dump:
"Forwarding executeScript on session 2348759f-2733-4413-bc1c-566ee180bf13 to remote"
prio=6 tid=0x000000000ae24800 nid=0x450 runnable [0x000000000bb7d000]
   java.lang.Thread.State: RUNNABLE
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at org.apache.http.impl.conn.LoggingInputStream.read(LoggingInputStream.java:72)
    at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:136)
    at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:152)
    at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:270)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
    at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
    at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:161)
    at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.http.impl.conn.CPoolProxy.invoke(CPoolProxy.java:138)
    at com.sun.proxy.$Proxy0.receiveResponseHeader(Unknown Source)
    at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
    at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:254)
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:85)
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
    at org.openqa.selenium.remote.HttpCommandExecutor.fallBackExecute(HttpCommandExecutor.java:204)
    at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:173)
    at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.execute(NewProfileExtensionConnection.java:165)
    at org.openqa.selenium.firefox.FirefoxDriver$LazyCommandExecutor.execute(FirefoxDriver.java:362)
    at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:573)
    at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:509)
    at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:101)
    at com.sun.proxy.$Proxy3.executeScript(Unknown Source)
    at org.openqa.selenium.support.events.EventFiringWebDriver.executeScript(EventFiringWebDriver.java:213)
    at org.openqa.selenium.remote.server.handler.ExecuteScript.call(ExecuteScript.java:55)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:169)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

   Locked ownable synchronizers:
    - <0x00000000c1d90780> (a java.util.concurrent.ThreadPoolExecutor$Worker)

Part from node debug log:
10:40:12.477 DEBUG [55] org.apache.http.wire - http-outgoing-17802 >> "POST /hub/session/2348759f-2733-4413-bc1c-566ee180bf13/element/%7B3e6d9ac6-d6bb-4018-8714-787dc3264b3e%7D/click
HTTP/1.1[\r][\n]"
10:40:12.477 DEBUG [55] org.apache.http.wire - http-outgoing-17802 >> "Content-Type:
application/json; charset=utf-8[\r][\n]"
10:40:12.477 DEBUG [55] org.apache.http.wire - http-outgoing-17802 >> "Content-Length:
47[\r][\n]"
10:40:12.477 DEBUG [55] org.apache.http.wire - http-outgoing-17802 >> "Host: 127.0.0.1:7055[\r][\n]"
10:40:12.478 DEBUG [55] org.apache.http.wire - http-outgoing-17802 >> "Connection:
Keep-Alive[\r][\n]"
10:40:12.478 DEBUG [55] org.apache.http.wire - http-outgoing-17802 >> "User-Agent:
Apache-HttpClient/4.3.2 (java 1.5)[\r][\n]"
10:40:12.478 DEBUG [55] org.apache.http.wire - http-outgoing-17802 >> "Accept-Encoding:
gzip,deflate[\r][\n]"
10:40:12.478 DEBUG [55] org.apache.http.wire - http-outgoing-17802 >> "[\r][\n]"
10:40:12.478 DEBUG [55] org.apache.http.wire - http-outgoing-17802 >> "{"id":"{3e6d9ac6-d6bb-4018-8714-787dc3264b3e}"}"
10:40:12.546 DEBUG [55] org.apache.http.wire - http-outgoing-17802 << "HTTP/1.1 200
OK[\r][\n]"
10:40:12.546 DEBUG [55] org.apache.http.wire - http-outgoing-17802 << "content-type:
application/json; charset=UTF-8[\r][\n]"
10:40:12.546 DEBUG [55] org.apache.http.wire - http-outgoing-17802 << "connection:
close[\r][\n]"
10:40:12.546 DEBUG [55] org.apache.http.wire - http-outgoing-17802 << "content-length:
98[\r][\n]"
10:40:12.546 DEBUG [55] org.apache.http.wire - http-outgoing-17802 << "server: httpd.js[\r][\n]"
10:40:12.546 DEBUG [55] org.apache.http.wire - http-outgoing-17802 << "date: Tue, 03
Jun 2014 07:40:12 GMT[\r][\n]"
10:40:12.546 DEBUG [55] org.apache.http.wire - http-outgoing-17802 << "[\r][\n]"
10:40:12.546 DEBUG [55] org.apache.http.headers - http-outgoing-17802 << HTTP/1.1 200
OK
10:40:12.546 DEBUG [55] org.apache.http.headers - http-outgoing-17802 << content-type:
application/json; charset=UTF-8
10:40:12.546 DEBUG [55] org.apache.http.headers - http-outgoing-17802 << connection:
close
10:40:12.546 DEBUG [55] org.apache.http.headers - http-outgoing-17802 << content-length:
98
10:40:12.546 DEBUG [55] org.apache.http.headers - http-outgoing-17802 << server: httpd.js
10:40:12.547 DEBUG [55] org.apache.http.headers - http-outgoing-17802 << date: Tue,
03 Jun 2014 07:40:12 GMT
10:40:12.547 DEBUG [55] org.apache.http.wire - http-outgoing-17802 << "{"name":"clickElement","sessionId":"2348759f-2733-4413-bc1c-566ee180bf13","status":0,"value":"ok"}"
10:40:12.547 DEBUG [55] org.apache.http.impl.conn.DefaultManagedHttpClientConnection
- http-outgoing-17802: Shutdown connection
10:40:12.547 DEBUG [55] org.apache.http.impl.execchain.MainClientExec - Connection
discarded
10:40:12.547 DEBUG [55] org.apache.http.impl.conn.DefaultManagedHttpClientConnection
- http-outgoing-17802: Close connection
10:40:12.547 DEBUG [55] org.apache.http.impl.conn.PoolingHttpClientConnectionManager
- Connection released: [id: 17802][route: {}->http://127.0.0.1:7055][total kept alive:
0; route allocated: 0 of 2000; total allocated: 0 of 2000]
10:40:12.547 DEBUG [55] org.openqa.selenium.remote.RemoteWebDriver - Executed: [2348759f-2733-4413-bc1c-566ee180bf13,
clickElement {id={3e6d9ac6-d6bb-4018-8714-787dc3264b3e}}]
10:40:12.548 INFO [14] org.openqa.selenium.remote.server.DriverServlet - Done: [click:
44 [[FirefoxDriver: firefox on XP (2348759f-2733-4413-bc1c-566ee180bf13)] -> xpath:
//*[@id='input___Save' or @name='input___Save']]]
10:40:12.548 DEBUG [14] org.openqa.selenium.remote.server.DriverServlet - Finished:
POST /session/e1b5dd34-f8fa-4835-935d-556bddca6148/element/44/click
10:40:12.549 DEBUG [14] org.openqa.jetty.http.HttpContext - Handled by org.openqa.jetty.jetty.servlet.ServletHandler@89525d0
10:40:12.549 DEBUG [14] org.openqa.jetty.http.HttpConnection - RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 03 Jun 2014 07:40:12 GMT
Server: Jetty/5.1.x (Windows 7/6.1 amd64 java/1.7.0_25
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Content-Length: 158
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/json; charset=utf-8
Cache-Control: no-cache


10:40:12.557 DEBUG [14] org.openqa.jetty.http.HttpConnection - REQUEST from SocketListener0@0.0.0.0:5556:
POST /wd/hub/session/e1b5dd34-f8fa-4835-935d-556bddca6148/execute HTTP/1.1
Host: localhost:4444
Accept: application/json, image/png
Content-Type: application/json; charset=utf-8
Connection: keep-alive
Content-Length: 143
User-Agent: Apache-HttpClient/4.3.2 (java 1.5)
Accept-Encoding: gzip,deflate


10:40:12.557 DEBUG [14] org.openqa.jetty.http.HttpServer - Try HttpContext[/wd,/wd],0
10:40:12.557 DEBUG [14] org.openqa.jetty.http.HttpContext - RestishHandler org.openqa.jetty.jetty.servlet.ServletHandler@89525d0
10:40:12.557 DEBUG [14] org.openqa.jetty.jetty.servlet.ServletHandler - servlet=/hub/*=WebDriver
remote server
10:40:12.558 DEBUG [14] org.openqa.jetty.jetty.servlet.ServletHandler - session=null
10:40:12.558 DEBUG [14] org.openqa.selenium.remote.server.DriverServlet - Handling:
POST /session/e1b5dd34-f8fa-4835-935d-556bddca6148/execute
10:40:12.558 INFO [14] org.openqa.selenium.remote.server.DriverServlet - Executing:
[execute script: if (typeof(jQuery) != 'undefined') {jQuery(function(){window.magickLoadVar
= true;}); return true;} else {return false;}, []])
10:40:12.558 DEBUG [55] org.openqa.selenium.remote.RemoteWebDriver - Executing: executeScript
[2348759f-2733-4413-bc1c-566ee180bf13, executeScript {script=if (typeof(jQuery) !=
'undefined') {jQuery(function(){window.magickLoadVar = true;}); return true;} else
{return false;}, args=[]}]
10:40:12.559 DEBUG [55] org.apache.http.client.protocol.RequestAddCookies - CookieSpec
selected: best-match
10:40:12.559 DEBUG [55] org.apache.http.client.protocol.RequestAuthCache - Auth cache
not set in the context
10:40:12.559 DEBUG [55] org.apache.http.impl.conn.PoolingHttpClientConnectionManager
- Connection request: [route: {}->http://127.0.0.1:7055][total kept alive: 0; route
allocated: 0 of 2000; total allocated: 0 of 2000]
10:40:12.559 DEBUG [55] org.apache.http.impl.conn.PoolingHttpClientConnectionManager
- Connection leased: [id: 17803][route: {}->http://127.0.0.1:7055][total kept alive:
0; route allocated: 1 of 2000; total allocated: 1 of 2000]
10:40:12.559 DEBUG [55] org.apache.http.impl.execchain.MainClientExec - Opening connection
{}->http://127.0.0.1:7055
10:40:12.559 DEBUG [55] org.apache.http.conn.HttpClientConnectionManager - Connecting
to /127.0.0.1:7055
10:40:12.560 DEBUG [55] org.apache.http.impl.execchain.MainClientExec - Executing request
POST /hub/session/2348759f-2733-4413-bc1c-566ee180bf13/execute HTTP/1.1
10:40:12.560 DEBUG [55] org.apache.http.impl.execchain.MainClientExec - Target auth
state: UNCHALLENGED
10:40:12.560 DEBUG [55] org.apache.http.impl.execchain.MainClientExec - Proxy auth
state: UNCHALLENGED
10:40:12.560 DEBUG [55] org.apache.http.headers - http-outgoing-17803 >> POST /hub/session/2348759f-2733-4413-bc1c-566ee180bf13/execute
HTTP/1.1
10:40:12.560 DEBUG [55] org.apache.http.headers - http-outgoing-17803 >> Content-Type:
application/json; charset=utf-8
10:40:12.560 DEBUG [55] org.apache.http.headers - http-outgoing-17803 >> Content-Length:
143
10:40:12.560 DEBUG [55] org.apache.http.headers - http-outgoing-17803 >> Host: 127.0.0.1:7055
10:40:12.561 DEBUG [55] org.apache.http.headers - http-outgoing-17803 >> Connection:
Keep-Alive
10:40:12.561 DEBUG [55] org.apache.http.headers - http-outgoing-17803 >> User-Agent:
Apache-HttpClient/4.3.2 (java 1.5)
10:40:12.561 DEBUG [55] org.apache.http.headers - http-outgoing-17803 >> Accept-Encoding:
gzip,deflate
10:40:12.561 DEBUG [55] org.apache.http.wire - http-outgoing-17803 >> "POST /hub/session/2348759f-2733-4413-bc1c-566ee180bf13/execute
HTTP/1.1[\r][\n]"
10:40:12.561 DEBUG [55] org.apache.http.wire - http-outgoing-17803 >> "Content-Type:
application/json; charset=utf-8[\r][\n]"
10:40:12.561 DEBUG [55] org.apache.http.wire - http-outgoing-17803 >> "Content-Length:
143[\r][\n]"
10:40:12.561 DEBUG [55] org.apache.http.wire - http-outgoing-17803 >> "Host: 127.0.0.1:7055[\r][\n]"
10:40:12.561 DEBUG [55] org.apache.http.wire - http-outgoing-17803 >> "Connection:
Keep-Alive[\r][\n]"
10:40:12.561 DEBUG [55] org.apache.http.wire - http-outgoing-17803 >> "User-Agent:
Apache-HttpClient/4.3.2 (java 1.5)[\r][\n]"
10:40:12.561 DEBUG [55] org.apache.http.wire - http-outgoing-17803 >> "Accept-Encoding:
gzip,deflate[\r][\n]"
10:40:12.561 DEBUG [55] org.apache.http.wire - http-outgoing-17803 >> "[\r][\n]"
10:40:12.561 DEBUG [55] org.apache.http.wire - http-outgoing-17803 >> "{"args":[],"script":"if
(typeof(jQuery) != 'undefined') {jQuery(function(){window.magickLoadVar = true;});
return true;} else {return false;}"}"
10:40:15.187 DEBUG [17] org.apache.http.client.protocol.RequestAddCookies - CookieSpec
selected: best-match
10:40:15.187 DEBUG [17] org.apache.http.client.protocol.RequestAuthCache - Auth cache
not set in the context
10:40:15.187 DEBUG [17] org.apache.http.impl.conn.PoolingHttpClientConnectionManager
- Connection request: [route: {}->http://localhost:4444][total kept alive: 1; route
allocated: 2 of 2000; total allocated: 2 of 2000]
10:40:15.187 DEBUG [17] org.apache.http.impl.conn.PoolingHttpClientConnectionManager
- Connection leased: [id: 1][route: {}->http://localhost:4444][total kept alive: 0;
route allocated: 2 of 2000; total allocated: 2 of 2000]
10:40:15.187 DEBUG [17] org.apache.http.impl.execchain.MainClientExec - Stale connection
check
10:40:15.189 DEBUG [17] org.apache.http.impl.execchain.MainClientExec - Executing request
GET /grid/api/proxy?id=http://10.9.3.14:5556 HTTP/1.1
10:40:15.189 DEBUG [17] org.apache.http.impl.execchain.MainClientExec - Target auth
state: UNCHALLENGED
10:40:15.189 DEBUG [17] org.apache.http.impl.execchain.MainClientExec - Proxy auth
state: UNCHALLENGED
10:40:15.189 DEBUG [17] org.apache.http.headers - http-outgoing-1 >> GET /grid/api/proxy?id=http://10.9.3.14:5556
HTTP/1.1
10:40:15.189 DEBUG [17] org.apache.http.headers - http-outgoing-1 >> Host: localhost:4444
10:40:15.189 DEBUG [17] org.apache.http.headers - http-outgoing-1 >> Connection: Keep-Alive
10:40:15.189 DEBUG [17] org.apache.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/4.3.2
(java 1.5)
10:40:15.189 DEBUG [17] org.apache.http.headers - http-outgoing-1 >> Accept-Encoding:
gzip,deflate
10:40:15.189 DEBUG [17] org.apache.http.wire - http-outgoing-1 >> "GET /grid/api/proxy?id=http://10.9.3.14:5556
HTTP/1.1[\r][\n]"
10:40:15.189 DEBUG [17] org.apache.http.wire - http-outgoing-1 >> "Host: localhost:4444[\r][\n]"
10:40:15.189 DEBUG [17] org.apache.http.wire - http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]"
10:40:15.190 DEBUG [17] org.apache.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/4.3.2
(java 1.5)[\r][\n]"
10:40:15.190 DEBUG [17] org.apache.http.wire - http-outgoing-1 >> "Accept-Encoding:
gzip,deflate[\r][\n]"
10:40:15.190 DEBUG [17] org.apache.http.wire - http-outgoing-1 >> "[\r][\n]"
10:40:15.191 DEBUG [17] org.apache.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
10:40:15.191 DEBUG [17] org.apache.http.wire - http-outgoing-1 << "Content-Type: application/json;charset=UTF-8[\r][\n]"
10:40:15.191 DEBUG [17] org.apache.http.wire - http-outgoing-1 << "Content-Length:
1593[\r][\n]"
10:40:15.191 DEBUG [17] org.apache.http.wire - http-outgoing-1 << "Server: Jetty(7.x.y-SNAPSHOT)[\r][\n]"
10:40:15.191 DEBUG [17] org.apache.http.wire - http-outgoing-1 << "[\r][\n]"
10:40:15.191 DEBUG [17] org.apache.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
10:40:15.191 DEBUG [17] org.apache.http.headers - http-outgoing-1 << Content-Type:
application/json;charset=UTF-8
10:40:15.191 DEBUG [17] org.apache.http.headers - http-outgoing-1 << Content-Length:
1593
10:40:15.191 DEBUG [17] org.apache.http.headers - http-outgoing-1 << Server: Jetty(7.x.y-SNAPSHOT)

Request was sent and node waits for the response. 

Selenium version: 2.42.1, 2.39.0
Node, hub: Windows
Browser: Firefox 
Browser version: 19.0.1


Please provide any additional information below. A sample reduced test
case, or a public URL that demonstrates the problem will intrigue our merry
band of Open Source developers far more than nothing at all: they'll be far
more likely to look at your problem if you make it easy for them!

Not reproducible in debug mode. Test hangs only if executeScript() called during page
loading. If I pause the test after clicking the button and resume it when page will
be loaded all works as expected. 

Reported by misham.mailbox on 2014-06-03 12:51:25

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I am having a similar issue with 2.42. If I dispatch 40 Firefox tests to the grid (version
2.42 or 2.41) (20 Firefox_28 and 20 Firefox_29) about 10 Firefox tests total will hang
somewhere throughout the batch. Usually on findElemen or findElements but I think they
are liable to hang up on any selenium wire command.

Reported by AdamJasonDev on 2014-06-03 13:30:08

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Steps to reproduce:
1. Create a page with a form (when user submits this form server should return a response
with 30X code to redirect user to another page)
2. Create and execute a test that fills this form, clicks "submit" button and executes
 js (in our case it's "if (typeof(jQuery) != 'undefined') {jQuery(function(){window.magickLoadVar
= true;}); return true;} else {return false;}").

Reported by misham.mailbox on 2014-06-04 11:43:13

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by barancev on 2014-06-05 20:16:04

  • Labels added: Component-Grid

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by barancev on 2014-06-07 20:54:53

  • Labels added: Browser-Firefox

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I am getting the error in WebDriver. Please send how to resolve this issue.

________________________________________________________________________________

CookieSpec selected: best-match
Auth cache not set in the context
Connection request: [route: {}->http://127.0.0.1:7056][total kept alive: 0; route allocated:
0 of 2000; total allocated: 0 of 2000]
Connection leased: [id: 0][route: {}->http://127.0.0.1:7056][total kept alive: 0; route
allocated: 1 of 2000; total allocated: 1 of 2000]
Opening connection {}->http://127.0.0.1:7056
Connecting to /127.0.0.1:7056
Connection established 127.0.0.1:54486<->127.0.0.1:7056
Executing request POST /hub/session HTTP/1.1
Target auth state: UNCHALLENGED
Proxy auth state: UNCHALLENGED
http-outgoing-0 >> POST /hub/session HTTP/1.1
http-outgoing-0 >> Content-Type: application/json; charset=utf-8
http-outgoing-0 >> Content-Length: 105
http-outgoing-0 >> Host: 127.0.0.1:7056
http-outgoing-0 >> Connection: Keep-Alive
http-outgoing-0 >> User-Agent: Apache-HttpClient/4.3.4 (java 1.5)
http-outgoing-0 >> Accept-Encoding: gzip,deflate
http-outgoing-0 >> "POST /hub/session HTTP/1.1[\r][\n]"
http-outgoing-0 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
http-outgoing-0 >> "Content-Length: 105[\r][\n]"
http-outgoing-0 >> "Host: 127.0.0.1:7056[\r][\n]"
http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.3.4 (java 1.5)[\r][\n]"
http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]"
http-outgoing-0 >> "[\r][\n]"
http-outgoing-0 >> "{"desiredCapabilities":{"platform":"ANY","browserName":"firefox","version":""},"requiredCapabilities":{}}"
http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
http-outgoing-0 << "content-type: application/json; charset=UTF-8[\r][\n]"
http-outgoing-0 << "connection: close[\r][\n]"
http-outgoing-0 << "content-length: 422[\r][\n]"
http-outgoing-0 << "server: httpd.js[\r][\n]"
http-outgoing-0 << "date: Sun, 28 Sep 2014 04:20:55 GMT[\r][\n]"
http-outgoing-0 << "[\r][\n]"
http-outgoing-0 << HTTP/1.1 200 OK
http-outgoing-0 << content-type: application/json; charset=UTF-8
http-outgoing-0 << connection: close
http-outgoing-0 << content-length: 422
http-outgoing-0 << server: httpd.js
http-outgoing-0 << date: Sun, 28 Sep 2014 04:20:55 GMT
http-outgoing-0 << "{"name":"newSession","sessionId":"5a8d345a-c6b5-44fd-97f4-6854d9225da1","status":0,"value":{"cssSelectorsEnabled":true,"browserName":"firefox","handlesAlerts":true,"javascriptEnabled":true,"nativeEvents":true,"platform":"WINDOWS","rotatable":false,"takesScreenshot":true,"version":"32.0.3","webStorageEnabled":true,"applicationCacheEnabled":true,"databaseEnabled":true,"locationContextEnabled":true,"acceptSslCerts":true}}"
http-outgoing-0: Shutdown connection
Connection discarded
http-outgoing-0: Close connection
Connection released: [id: 0][route: {}->http://127.0.0.1:7056][total kept alive: 0;
route allocated: 0 of 2000; total allocated: 0 of 2000]

________________________________________________________________________________

Reported by vishnuatth on 2014-09-28 04:25:02


- _Attachment: [Log.txt](https://storage.googleapis.com/google-code-attachments/selenium/issue-7426/comment-6/Log.txt)_

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I noticed the same problem with 2.45.0 and chrome 41.0.2272.89. :(

Any updates on that issue?

Reported by volodymyr.koval@vitech.com.ua on 2015-03-16 09:07:14

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I also have same issue with selenium 2.45.0 with firefox browser wile using apache poi
log4j.properties

Reported by shubhangini.gokhale on 2015-05-02 09:19:41

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by luke.semerau on 2015-09-17 17:46:59

  • Labels added: Restrict-AddIssueComment-Commit

@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant