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

Kostas Kloudas commented on FLINK-13748:
----------------------------------------

The problem seems to be the relocation that  
https://issues.apache.org/jira/browse/FLINK-13893 introduced. 

A possible explanation seems to be that the relocation should be relevant for 
java 11 only and not for all the profiles. For previous java versions jaxb is 
part of java itself 
([https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j]).
 In the current state and for java-8, it seems that Flink is looking for a 
relocated jaxb which maven has not relocated as it is not part of the 
dependencies, so it cannot find it.

I can open a PR that seems to work for java-8, but I am not sure how to test it 
for java-11 on Travis. Any ideas?

> Streaming File Sink s3 end-to-end test failed on Travis
> -------------------------------------------------------
>
>                 Key: FLINK-13748
>                 URL: https://issues.apache.org/jira/browse/FLINK-13748
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / FileSystem, Tests
>    Affects Versions: 1.10.0
>            Reporter: Till Rohrmann
>            Assignee: Kostas Kloudas
>            Priority: Critical
>              Labels: test-stability
>             Fix For: 1.10.0
>
>         Attachments: image-2019-09-11-01-29-25-634.png
>
>
> The {{Streaming File Sink s3 end-to-end test}} failed on Travis because it 
> did not produce any output for 10 minutes.
> https://api.travis-ci.org/v3/job/572255913/log.txt



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to