Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The first few attempts to launch using 'firefox:latest' may fail. #817

Open
obabich-solvd opened this issue Aug 14, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@obabich-solvd
Copy link

Today after a few attempts to launch using 'firefox:latest', all sessions failed with an error:

org.openqa.selenium.SessionNotCreatedException:` Could not start a new session. Response code 500. Message: session not created: failed to start driver: unsuccessful response code. Status: 500 Internal Server Error 
Host info: host: '3c3f4fbb0685', ip: '172.17.0.10'
Build info: version: '4.7.0', revision: '0a5b49d16f'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '5.4.250-166.369.amzn2.x86_64', java.version: '11.0.16'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [null, newSession {capabilities=[Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: latest, enableVNC: true, enableVideo: true, moz:debuggerAddress: true, moz:firefoxOptions: {profile: UEsDBBQACAgIAFFZDlcAAAAAAAA...}, platformName: LINUX, provider: ZEBRUNNER, zebrunner:provider: ZEBRUNNER}], desiredCapabilities=Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: latest, enableVNC: true, enableVideo: true, moz:debuggerAddress: true, moz:firefoxOptions: {profile: UEsDBBQACAgIAFFZDlcAAAAAAAA...}, platformName: LINUX, provider: ZEBRUNNER, zebrunner:provider: ZEBRUNNER}}]
Capabilities {}
	at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:148)
	at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:106)
	at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:67)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:156)
	at com.zebrunner.carina.webdriver.listener.EventFiringSeleniumCommandExecutor.execute(EventFiringSeleniumCommandExecutor.java:52)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:541)
	at org.openqa.selenium.remote.RemoteWebDriver.startSession$original$QvENpQU7(RemoteWebDriver.java:242)
	at org.openqa.selenium.remote.RemoteWebDriver.startSession$original$QvENpQU7$accessor$54ZPBa68(RemoteWebDriver.java)
	at org.openqa.selenium.remote.RemoteWebDriver$auxiliary$r3GyL5V4.run(Unknown Source)
	at com.zebrunner.agent.core.webdriver.StartSessionInterceptor.onSessionStart(StartSessionInterceptor.java:42)
	at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java)
	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:157)
	at com.zebrunner.carina.webdriver.core.factory.impl.DesktopFactory.create(DesktopFactory.java:85)
	at com.zebrunner.carina.webdriver.core.factory.DriverFactory.create(DriverFactory.java:86)
	at com.zebrunner.carina.webdriver.IDriverPool.createDriver(IDriverPool.java:364)
	at com.zebrunner.carina.webdriver.IDriverPool.getDriver(IDriverPool.java:117)
	at com.zebrunner.carina.webdriver.IDriverPool.getDriver(IDriverPool.java:80)
	at com.zebrunner.carina.webdriver.IDriverPool.getDriver(IDriverPool.java:68)
	at com.zebrunner.carina.demo.gui.esg.PagesTest.LogIn(PagesTest.java:40)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:361)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:296)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:823)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:590)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:221)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:969)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:194)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)

Repo on ORG env

@obabich-solvd obabich-solvd added the bug Something isn't working label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant