You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yingjie Cao (Jira)" <ji...@apache.org> on 2019/09/28 00:55:00 UTC

[jira] [Closed] (FLINK-14195) Nightly connectors-jdk11 fails because of missing jaxb classes

     [ https://issues.apache.org/jira/browse/FLINK-14195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yingjie Cao closed FLINK-14195.
-------------------------------

> 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
>            Assignee: Yingjie Cao
>            Priority: Blocker
>              Labels: test-stability
>             Fix For: 1.10.0
>
>
> 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)