Yu Li created FLINK-14195:
-----------------------------
Summary: Nightly connectors-jdk11 fails because of missing jaxb classes
Key: FLINK-14195
URL:
https://issues.apache.org/jira/browse/FLINK-14195 Project: Flink
Issue Type: Bug
Components: Tests
Reporter: Yu Li
As titled,
https://api.travis-ci.org/v3/job/588652149/log.txt is one example. We could see below errors from the log message:
{noformat}
23:48:12.419 [ERROR] testResumeAfterCommit(org.apache.flink.fs.s3hadoop.HadoopS3RecoverableWriterExceptionITCase) Time elapsed: 5.117 s <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.io.IOException> but was<java.lang.NoClassDefFoundError>
at org.apache.flink.fs.s3hadoop.HadoopS3RecoverableWriterExceptionITCase.testResumeAfterCommit(HadoopS3RecoverableWriterExceptionITCase.java:165)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
at org.apache.flink.fs.s3hadoop.HadoopS3RecoverableWriterExceptionITCase.testResumeAfterCommit(HadoopS3RecoverableWriterExceptionITCase.java:165)
23:48:12.419 [ERROR] testResumeWithWrongOffset(org.apache.flink.fs.s3hadoop.HadoopS3RecoverableWriterExceptionITCase) Time elapsed: 0.205 s <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.io.IOException> but was<java.lang.NoClassDefFoundError>
at org.apache.flink.fs.s3hadoop.HadoopS3RecoverableWriterExceptionITCase.testResumeWithWrongOffset(HadoopS3RecoverableWriterExceptionITCase.java:185)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
at org.apache.flink.fs.s3hadoop.HadoopS3RecoverableWriterExceptionITCase.testResumeWithWrongOffset(HadoopS3RecoverableWriterExceptionITCase.java:185)
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)