[jira] [Created] (FLINK-21318) ExecutionContextTest.testCatalogs fail

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-21318) ExecutionContextTest.testCatalogs fail

Shang Yuanchun (Jira)
Guowei Ma created FLINK-21318:
---------------------------------

             Summary: ExecutionContextTest.testCatalogs fail
                 Key: FLINK-21318
                 URL: https://issues.apache.org/jira/browse/FLINK-21318
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Client
    Affects Versions: 1.13.0
            Reporter: Guowei Ma


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=13064&view=logs&j=51fed01c-4eb0-5511-d479-ed5e8b9a7820&t=e5682198-9e22-5770-69f6-7551182edea8
{code:java}
at org.apache.flink.table.client.gateway.local.ExecutionContext.initializeCatalogs(ExecutionContext.java:677) at org.apache.flink.table.client.gateway.local.ExecutionContext.initializeTableEnvironment(ExecutionContext.java:565) at org.apache.flink.table.client.gateway.local.ExecutionContext.<init>(ExecutionContext.java:187) at org.apache.flink.table.client.gateway.local.ExecutionContext$Builder.build(ExecutionContext.java:962) ... 47 more Caused by: java.lang.reflect.InvocationTargetException 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.xml/javax.xml.transform.FactoryFinder.newInstance(FactoryFinder.java:169) ... 66 more Caused by: java.lang.IllegalAccessError: class com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl (in unnamed module @0x7e18b9e6) cannot access class jdk.xml.internal.JdkXmlUtils (in module java.xml) because module java.xml does not export jdk.xml.internal to unnamed module @0x7e18b9e6 at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.<init>(TransformerFactoryImpl.java:251) ... 71 more
 
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)