Yair Zaslavsky has submitted this change and it was merged.
Change subject: host-deploy: ssh: use apache commons Hex instead of j2se
......................................................................
host-deploy: ssh: use apache commons Hex instead of j2se
although javax.xml.bind.DatatypeConverter is part of j2se[1], it is missing
from jboss rhev environment.
java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at org.ovirt.engine.core.utils.ssh.SSHClient._validateDigest(SSHClient.java:97)
[utils.jar:]
at org.ovirt.engine.core.utils.ssh.SSHClient.sendFile(SSHClient.java:625)
[utils.jar:]
at org.ovirt.engine.core.utils.ssh.SSHDialog.sendFile(SSHDialog.java:361)
[utils.jar:]
resolution is to use apache commons Hex to decode hex instead.
[1]
http://docs.oracle.com/javase/7/docs/api/javax/xml/bind/DatatypeConverter...
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=987891
Change-Id: Ie57b334d152da9e20ce556f801d48b836378fa7b
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ssh/SSHClient.java
1 file changed, 4 insertions(+), 3 deletions(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/17412
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie57b334d152da9e20ce556f801d48b836378fa7b
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server