syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

Issue when creating new integration: NoClassDefFounfError: org/apache/commons/io/output/DeferredFileOutputStream #806

Closed tplevko closed 7 years ago

tplevko commented 7 years ago

I encountered an issue on the newest build of syndesis, when I tried to create a new integration: some_error

In the rest-pod log you can see: https://pastebin.com/hNWrjjkL

dsimansk commented 7 years ago

@zregvart any ideas? Probably some missing dep?

zregvart commented 7 years ago

@tplevko @dsimansk this is not in the syndesis-qe namespace on the dev cluster? It could be exception that has been propagated from the verifier pod, anything interesting there?

dsimansk commented 7 years ago

@zregvart verifier's logs are empty. It seems that request doesn't even land on verifier, the exception is thrown prior to backend->verifier call?

zregvart commented 7 years ago

Could caused by #788, when commons-io was redeclared with test scope

dsimansk commented 7 years ago

@zregvart thanks, fixed via #807.