[ 
https://issues.apache.org/jira/browse/FLINK-14195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16938472#comment-16938472
 ] 

Yingjie Cao commented on FLINK-14195:
-------------------------------------

Thanks [~trohrmann].

My branch isĀ 
[https://github.com/wsry/flink/tree/fix-jaxb-dependency-problem-for-java11-in-s3].

> 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
>
> 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)

Reply via email to