You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Today after a few attempts to launch using 'firefox:latest', all sessions failed with an error:
Repo on ORG env
The text was updated successfully, but these errors were encountered: