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

"Carina Demo Tests - Web open stategy sample" tests failed with error "Could not start a new session. Response code 500. " #553

Open
ghost opened this issue May 16, 2023 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented May 16, 2023

Steps:

  1. Clone ce via develop branch and Set up CE
  2. Start Full Regression job
    Actual result:"Carina Demo Tests - Web open stategy sample" tests failed with error "Could not start a new session. Response code 500. "
    Log contains error:
    org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: New session attempts retry count exceeded ...
    org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: New session attempts retry count exceeded ... expand_less org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: New session attempts retry count exceeded Host info: host: '062e19262259', ip: '172.19.0.27' Build info: version: '4.7.0', revision: '0a5b49d16f' System info: os.name: 'Linux', os.arch: 'amd64', os.version: '5.19.0-1024-aws', java.version: '17.0.6' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [null, newSession {capabilities=[Capabilities {acceptInsecureCerts: true, browserName: firefox, enableLog: true, enableVideo: true, moz:debuggerAddress: true, moz:firefoxOptions: {profile: UEsDBBQACAgIAAt0sFYAAAAAAAA...}, provider: zebrunner}], desiredCapabilities=Capabilities {acceptInsecureCerts: true, browserName: firefox, enableLog: true, enableVideo: true, moz:debuggerAddress: true, moz:firefoxOptions: {profile: UEsDBBQACAgIAAt0sFYAAAAAAAA...}, 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:58) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:541) at org.openqa.selenium.remote.RemoteWebDriver.startSession$original$T284HIV6(RemoteWebDriver.java:242) at org.openqa.selenium.remote.RemoteWebDriver.startSession$original$T284HIV6$accessor$K9fBxy0W(RemoteWebDriver.java) at org.openqa.selenium.remote.RemoteWebDriver$auxiliary$iJqwKFbR.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:76) at com.zebrunner.carina.webdriver.core.factory.DriverFactory.create(DriverFactory.java:90) 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.PageOpeningStrategySampleTest.testByElementOpeningStrategy(PageOpeningStrategySampleTest.java:38) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139) at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:677) 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:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833)
    Test job: http://3.126.150.168/test-runs/151?runsState=eyIjIjpudWxsLCJhY3RpdmVUZXN0UnVuSWQiOjE1MSwiZnJvbVdpemFyZCI6bnVsbH0%3D
@ghost ghost added the bug label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

0 participants