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

Updated com.jcraft.jsch to 0.1.51 #32

Merged
merged 1 commit into from
Feb 16, 2015

Conversation

HedAurabesh
Copy link
Contributor

The reason for this is that communication with Gerrit might be lost under
high-load situations when using recent Java7 releases.

The issue that occurs is the "verify:false" problem outlined in the
changelog for 0.1.51:
http://www.jcraft.com/jsch/ChangeLog

The actual error that will appear runs like this:


Feb 02, 2015 2:42:20 PM com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob sendCommand
SEVERE: Could not run command gerrit approve 60123,1 --message 'Build Successful
[...]
https://[URL]/job/[JOB]/2502/ : SUCCESS' --verified 1 --code-review 0
java.io.IOException: Error during sending command
[...]
Caused by: com.sonymobile.tools.gerrit.gerritevents.ssh.SshException: com.jcraft.jsch.JSchException: verify: false


Updating to 0.1.51 fixes this issue.

The reason for this is that communication with Gerrit might be lost under
high-pressure load situations when using recent Java7 releases.

The issue that occurs is the "verify:false" problem outlined in the
changelog for 0.1.51:
http://www.jcraft.com/jsch/ChangeLog

The actual error that will appear runs like this:
-----------------------------------------------------
Feb 02, 2015 2:42:20 PM com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob sendCommand
SEVERE: Could not run command gerrit approve 60123,1 --message 'Build Successful
[...]
https://<URL>/b/job/<JOB>/2502/ : SUCCESS' --verified 1 --code-review 0
java.io.IOException: Error during sending command
[...]
Caused by: com.sonymobile.tools.gerrit.gerritevents.ssh.SshException: com.jcraft.jsch.JSchException: verify: false
-----------------------------------------------------

Updating to 0.1.51 fixes this issue.
rsandell added a commit that referenced this pull request Feb 16, 2015
Updated com.jcraft.jsch to 0.1.51
@rsandell rsandell merged commit c057003 into sonyxperiadev:master Feb 16, 2015
rsandell added a commit to jenkinsci/gerrit-trigger-plugin that referenced this pull request Feb 16, 2015
Bumped gerrit-events version to get com.jcraft.jsch to 0.1.51.
See sonyxperiadev/gerrit-events#32
HedAurabesh added a commit to HedAurabesh/gerrit-trigger-plugin that referenced this pull request Mar 27, 2015
Bumped gerrit-events version to get com.jcraft.jsch to 0.1.51.
See sonyxperiadev/gerrit-events#32

NOTE: Backport from gerrit-trigger-2.13.0-beta-4 series.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants