OST failure NoClassDefFoundError

I get this on basic suite from a built RPM[1]: Caused by: java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils at org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl.Message.withCorrelationId(Message.java:75) [vdsm-jsonrpc-java-client.jar:] at org.ovirt.vdsm.jsonrpc.client.reactors.stomp.SSLStompClient.sendMessage(SSLStompClient.java:85) [vdsm-jsonrpc-java-client.jar:] at org.ovirt.vdsm.jsonrpc.client.JsonRpcClient.call(JsonRpcClient.java:83) [vdsm-jsonrpc-java-client.jar:] My patch under test certainly didn't touch this area [2] [1] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/290/artifact/exported... [2] https://gerrit.ovirt.org/#/c/75262/ Did anyone see that?

I guess you need to upgrade vdsm-jsonrpc-java. Did you try that? On Tue, Apr 25, 2017 at 12:57 AM, Roy Golan <rgolan@redhat.com> wrote:
I get this on basic suite from a built RPM[1]:
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils at org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl.Message.withCorrelationId(Message.java:75) [vdsm-jsonrpc-java-client.jar:] at org.ovirt.vdsm.jsonrpc.client.reactors.stomp.SSLStompClient.sendMessage(SSLStompClient.java:85) [vdsm-jsonrpc-java-client.jar:] at org.ovirt.vdsm.jsonrpc.client.JsonRpcClient.call(JsonRpcClient.java:83) [vdsm-jsonrpc-java-client.jar:]
My patch under test certainly didn't touch this area [2]
[1] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/290/ artifact/exported-artifacts/test_logs/basic-suite-master/ post-002_bootstrap.py/lago-basic-suite-master-engine/_ var_log/ovirt-engine/engine.log
[2] https://gerrit.ovirt.org/#/c/75262/
Did anyone see that?
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

Its OST, I have no option to upgrade On Tue, Apr 25, 2017 at 8:59 AM Oved Ourfali <oourfali@redhat.com> wrote:
I guess you need to upgrade vdsm-jsonrpc-java. Did you try that?
On Tue, Apr 25, 2017 at 12:57 AM, Roy Golan <rgolan@redhat.com> wrote:
I get this on basic suite from a built RPM[1]:
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils at org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl.Message.withCorrelationId(Message.java:75) [vdsm-jsonrpc-java-client.jar:] at org.ovirt.vdsm.jsonrpc.client.reactors.stomp.SSLStompClient.sendMessage(SSLStompClient.java:85) [vdsm-jsonrpc-java-client.jar:] at org.ovirt.vdsm.jsonrpc.client.JsonRpcClient.call(JsonRpcClient.java:83) [vdsm-jsonrpc-java-client.jar:]
My patch under test certainly didn't touch this area [2]
[1] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/290/artifact/exported...
[2] https://gerrit.ovirt.org/#/c/75262/
Did anyone see that?
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

I seems that there is engine side patch missing which module.xml update. Please rebase [2] on top of the HEAD and it should be fine. On Tue, Apr 25, 2017 at 8:49 AM, Roy Golan <rgolan@redhat.com> wrote:
Its OST, I have no option to upgrade
On Tue, Apr 25, 2017 at 8:59 AM Oved Ourfali <oourfali@redhat.com> wrote:
I guess you need to upgrade vdsm-jsonrpc-java. Did you try that?
On Tue, Apr 25, 2017 at 12:57 AM, Roy Golan <rgolan@redhat.com> wrote:
I get this on basic suite from a built RPM[1]:
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils at org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl.Message.withCorrelationId(Message.java:75) [vdsm-jsonrpc-java-client.jar:] at org.ovirt.vdsm.jsonrpc.client.reactors.stomp.SSLStompClient.sendMessage(SSLStompClient.java:85) [vdsm-jsonrpc-java-client.jar:] at org.ovirt.vdsm.jsonrpc.client.JsonRpcClient.call(JsonRpcClient.java:83) [vdsm-jsonrpc-java-client.jar:]
My patch under test certainly didn't touch this area [2]
[1] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/290/ artifact/exported-artifacts/test_logs/basic-suite-master/ post-002_bootstrap.py/lago-basic-suite-master-engine/_ var_log/ovirt-engine/engine.log
[2] https://gerrit.ovirt.org/#/c/75262/
Did anyone see that?
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (3)
-
Oved Ourfali
-
Piotr Kliczewski
-
Roy Golan