Error stating "SSL version range is not valid" while using Selenium

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Builds are failing during the source checkout stage with the following error:

Error occurred while running Task 'Checkout Default Repository(1)' of type com.atlassian.bamboo.plugins.vcs:task.vcs.checkout.
(java.lang.RuntimeException : com.atlassian.bamboo.repository.RepositoryException: Cannot fetch branch '(unresolved) develop' from 'XXXXXXXXX' to source directory '/media/ephemeral0/build-dir/XXX-XXX-JOB1'. com.atlassian.bamboo.plugins.git.GitCommandException: command /usr/bin/git ls-remote https://XXXX:********@bitbucket.org/XXXXX/main failed with code 128. Working directory was [/media/ephemeral0/build-dir/XXX-XXX-JOB1]., stderr: [fatal: unable to access 'https://XXX:********@bitbucket.org/juralaw/main/': SSL version range is not valid.])

診断

The EC2 instance in use detected some funky environment variables that were the result of Selenium usage.

回避策

Double check the LD_LIBRARY_PATH environment variable is unset. If it's not unsetting this variable can clear up the above error.

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.