Tag: Jenkins

Jenkins: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

Jenkins-git-shallow-clone

Again the same git error: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed. This time – during the execution of Jenkins pipeline:

Continue reading

Unable to load component class org.sonar.scanner.bootstrap.ScannerPluginInstaller

Suddenly “Error during SonarQube Scanner execution” began to appear during at the end of Jenkins build. The full text in Jenkins console output looks like this:

Continue reading

Selenium error: Chrome failed to start: exited abnormally

selenium-and-chrome

When I launched Selenium tests In Jenkins with Maven on CentOS 7 I got: unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort file doesn’t exist) (The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.) Full error: org.openqa.selenium.WebDriverException: unknown error: Chrome failed to …

Continue reading