[JIRA] (JENKINS-56777) Chrome opens, but nothing happens (Selenium)

4 views
Skip to first unread message

andrey.suvorkov@gmail.com (JIRA)

unread,
Mar 27, 2019, 9:56:03 AM3/27/19
to jenkinsc...@googlegroups.com
Andrei Suvorkov created an issue
 
Jenkins / Bug JENKINS-56777
Chrome opens, but nothing happens (Selenium)
Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 2019-03-27 13:55
Environment: Jenkins 2.164.1, Chrome 73.0.3683.86, ChromeDriver 73.0.3683.68, Windows 10, Java 11
Labels: jenkins
Priority: Blocker Blocker
Reporter: Andrei Suvorkov

Since 26.03.2019  I am not able to run my tests on Jenkins. I have a Selenium project and for a couple of monts everything was working perfect. Now I have this as console output in Jenkins:

 

...

TEST STARTED: RUV
-------------------------------------------------------------------
[main] INFO net.serenitybdd.core.Serenity - TEST NUMBER: 1
März 27, 2019 2:41:28 NACHM. org.openqa.selenium.remote.DesiredCapabilities chrome
INFO: Using `new ChromeOptions()` is preferred to `DesiredCapabilities.chrome()`
Starting ChromeDriver 73.0.3683.68 (47787ec04b6e38e22703e856e101e840b65afe72) on port 27535
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
März 27, 2019 2:41:31 NACHM. org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: OSS

 

and it stucks, nothing happens. I have figured out, that Chrome browser opens, because in task-manager I see chrome-browser instances. And when I kill them, I am getting following in Jenkins:

 

...
[1553694146.113][SEVERE]: Timed out receiving message from renderer: 10.000
[1553694146.113][WARNING]: screenshot failed, retrying
[1553694156.113][SEVERE]: Timed out receiving message from renderer: 10.000
[1553694166.118][SEVERE]: Timed out receiving message from renderer: 10.000
[1553694166.118][WARNING]: screenshot failed, retrying
[main] WARN net.thucydides.core.webdriver.WebDriverFacade - Failed to take screenshot (unknown error: session deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
 (Session info: chrome=73.0.3683.86)
 (Driver info: chromedriver=73.0.3683.68 (47787ec04b6e38e22703e856e101e840b65afe72),platform=Windows NT 10.0.17763 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'DESKTOP-5QTQGUC', ip: '192.168.178.23', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 73.0.3683.68 (47787ec04b6e3..., userDataDir: C:\WINDOWS\TEMP\scoped_dir5...}, cssSelectorsEnabled: true, databaseEnabled: false, goog:chromeOptions: {debuggerAddress: localhost:3697}, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, proxy: Proxy(), rotatable: false, setWindowRect: true, strictFileInteractability: false, takesHeapSnapshot: true, takesScreenshot: true, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unexpectedAlertBehaviour: ignore, unhandledPromptBehavior: ignore, version: 73.0.3683.86, webStorageEnabled: true}
Session ID: da5e7153b21e4cb075843ac4e541ab6f)
[main] ERROR net.thucydides.core.steps.ConsoleLoggingListener -
...

I don't know how to solve this issue.

PS everything is working fine locally from ide

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

o.v.nenashev@gmail.com (JIRA)

unread,
Mar 28, 2019, 3:36:02 AM3/28/19
to jenkinsc...@googlegroups.com
Oleg Nenashev updated an issue
Change By: Oleg Nenashev
Component/s: _unsorted
Component/s: core

leibkel@yahoo.com (JIRA)

unread,
Apr 1, 2019, 1:39:03 PM4/1/19
to jenkinsc...@googlegroups.com
Lee Leibke commented on Bug JENKINS-56777
 
Re: Chrome opens, but nothing happens (Selenium)

Are there any updates on this issue?

We've encountered the same issue after Chrome updated to 73.0.3683.86.

We can run things fine locally, but when when executing jobs via Jenkins 2.164.1 the jobs don't successfully complete anymore.  They did before the Chrome updated though.

andrey.suvorkov@gmail.com (JIRA)

unread,
Apr 2, 2019, 8:03:02 AM4/2/19
to jenkinsc...@googlegroups.com

leibkel@yahoo.com (JIRA)

unread,
Apr 2, 2019, 9:46:02 AM4/2/19
to jenkinsc...@googlegroups.com

Thanks for sharing that info Andrei.

vfcqavans@gmail.com (JIRA)

unread,
Apr 5, 2019, 3:33:02 AM4/5/19
to jenkinsc...@googlegroups.com

Even I am facing the same issue.

We have found the following error message in the console.

Session ID: 5e08cadac28de7aa848f3a63267bc56a)
[1554383760.174][SEVERE]: Timed out receiving message from renderer: 300.000
[1554384360.175][SEVERE]: Timed out receiving message from renderer: 600.000
[1554384360.175][SEVERE]: Timed out receiving message from renderer: -600.001
[1554384660.179][SEVERE]: Timed out receiving message from renderer: 300.000
[1554385260.180][SEVERE]: Timed out receiving message from renderer: 600.000
[1554385260.180][SEVERE]: Timed out receiving message from renderer: -600.001
[1554385560.183][SEVERE]: Timed out receiving message from renderer: 300.000
[1554386160.184][SEVERE]: Timed out receiving message from renderer: 600.000
[1554386160.184][SEVERE]: Timed out receiving message from renderer: -600.001
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 4,231.987 s <<< FAILURE!

m.tigran94@gmail.com (JIRA)

unread,
Apr 26, 2019, 7:53:02 AM4/26/19
to jenkinsc...@googlegroups.com

Are there any news or solutions on this topic?

The issue is present for almost a month already.

leibkel@yahoo.com (JIRA)

unread,
Apr 26, 2019, 9:39:03 AM4/26/19
to jenkinsc...@googlegroups.com

Per Andrei's comment above, it looks like this was a Chrome bug, not a Jenkins issue.  See https://bugs.chromium.org/p/chromium/issues/detail?id=942023

The fix may have been in the v74 release of Chrome, but I haven't verified that using the v74 release of the chromeDriver yet.

If the fix isn't in v74 Chrome, it sounds like it would definitely be in v75.

There is a workaround that has worked for us noted at:  https://bugs.chromium.org/p/chromium/issues/detail?id=942023#c58

nayangogoi744@gmail.com (JIRA)

unread,
Jul 15, 2019, 1:07:02 AM7/15/19
to jenkinsc...@googlegroups.com

Hi All,

I am also facing the same problem in  Jenkins ver. 2.163 ,Chrome Version-73 with Windows7 and Java 8

I am able to execute my project from eclipse by while trying with Jenkins I am getting the below message - 

 

[INFO] Surefire report directory: C:\Program Files (x86)\Jenkins\workspace\TestMaven\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.testtalks.karatedemo.MavenProjectSelenium.AppTest
Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@470e2030
775 [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Using chromedriver 73.0.3683.68 (since Google Chrome 73 is installed in your machine)
797 [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.m2\repository\webdriver\chromedriver\win32\73.0.3683.68\chromedriver.exe
Starting ChromeDriver 73.0.3683.68 (47787ec04b6e38e22703e856e101e840b65afe72) on port 1668


Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.

[1563166834.026][SEVERE]: Timed out receiving message from renderer: 600.000
Exception while taking screenshotnull
Tests run: 4, Failures: 2, Errors: 0, Skipped: 2, Time elapsed: 603.531 sec <<< FAILURE!
login(com.testtalks.karatedemo.MavenProjectSelenium.AppTest) Time elapsed: 602.667 sec <<< FAILURE!
org.openqa.selenium.SessionNotCreatedException: session not created
from timeout: Timed out receiving message from renderer: 600.000
(Session info: chrome=73.0.3683.86)
(Driver info: chromedriver=73.0.3683.68 (47787ec04b6e38e22703e856e101e840b65afe72),platform=Windows NT 6.1.7601 SP1 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 600.86 seconds
Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
System info: host: 'MCNJY01', ip: '192.168.56.1', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_131'
Driver info: driver.version: ChromeDriver
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
at org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$new$0(JsonWireProtocolResponse.java:53)
at org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$getResponseFunction$2(JsonWireProtocolResponse.java:91)
at org.openqa.selenium.remote.ProtocolHandshake.lambda$createSession$24(ProtocolHandshake.java:359)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)

 

Can anyone help, please.

 

Thanks,

Nayan

 

mark.earl.waite@gmail.com (JIRA)

unread,
Feb 29, 2020, 12:17:02 PM2/29/20
to jenkinsc...@googlegroups.com
Mark Waite closed an issue as Not A Defect
 

As noted in the comment from Andrei Suvorkov, this is not a Jenkins bug. If you are encountering this issue, please read the comments in the report. Please do not reopen the issue.

Change By: Mark Waite
Status: Open Closed
Resolution: Not A Defect
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages