I am able to run tests only once, afterwords oxygen stops at web.init(), not been able to start a selenium server.
selenium log:
14:22:00.685 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
14:22:01.166 INFO [GridLauncherV3.lambda$buildLaunchers$3] - Launching a standalone Selenium Server on port 4444
2020-04-29 14:22:01.464:INFO::main: Logging initialized @1864ms to org.seleniumhq.jetty9.util.log.StdErrLog
14:22:02.391 INFO [WebDriverServlet.<init>] - Initialising WebDriverServlet
14:22:02.693 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444
14:25:51.839 INFO [ActiveSessionFactory.apply] - Capabilities are: {
"browserName": "chrome"
}
14:25:51.848 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 81.0.4044.69 (6813546031a4bc83f717a2ef7cd4ac6ec1199132-refs/branch-heads/4044@{#776}) on port 32002
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
14:25:54.286 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
14:25:54.341 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session ee6c68311f6b01946a0c9dadd993166e (org.openqa.selenium.chrome.ChromeDriverService)
Killed
PS: openjdk version “1.8.0_252”