You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zili Chen (Jira)" <ji...@apache.org> on 2022/10/18 13:17:00 UTC

[jira] [Closed] (FLINK-28960) Pulsar throws java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlElement

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

Zili Chen closed FLINK-28960.
-----------------------------
    Resolution: Fixed

master via 40cfdda7895e9c70c37124bd9e1314d015fc1b78
1.16 via cbda786b5afb54f19c29ba2b4c95f4d80c3b35c3
1.15 via 962b6e041deb1da42090c3b3c22def744675fa8e
1.14 via 32326b6fb3053f5b0b57a33d69dfd19cae05ea8a

> Pulsar throws java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlElement
> ----------------------------------------------------------------------------------
>
>                 Key: FLINK-28960
>                 URL: https://issues.apache.org/jira/browse/FLINK-28960
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Pulsar
>    Affects Versions: 1.15.1, 1.14.6
>            Reporter: Yufan Sheng
>            Assignee: Yufan Sheng
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.17.0, 1.15.3, 1.14.7, 1.16.1
>
>
> {code:java}
> Unknown HK2 failure detected:
> MultiException stack 1 of 2
> java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlElement
> 	at org.apache.pulsar.shade.com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector.<init>(JaxbAnnotationIntrospector.java:137)
> 	at org.apache.pulsar.shade.com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector.<init>(JaxbAnnotationIntrospector.java:124)
> 	at org.apache.pulsar.shade.com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector.<init>(JaxbAnnotationIntrospector.java:116)
> 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
> 	at java.base/java.lang.Class.newInstance(Class.java:584)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)