[jira] [Commented] (FLINK-29874) Streaming File Sink end-to-end test failed on azure due to ClassNotFoundException

2022-11-04 Thread Leonard Xu (Jira)


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

Leonard Xu commented on FLINK-29874:


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42819=logs=af184cdd-c6d8-5084-0b69-7e9c67b35f7a=160c9ae5-96fd-516e-1c91-deb81f59292a

> Streaming File Sink end-to-end test failed on azure due to 
> ClassNotFoundException
> -
>
> Key: FLINK-29874
> URL: https://issues.apache.org/jira/browse/FLINK-29874
> Project: Flink
>  Issue Type: Bug
>  Components: BuildSystem / Shaded, Connectors / FileSystem, Tests
>Reporter: Leonard Xu
>Priority: Critical
>
> The failure should be related to the flink shaded netty dependency.
> {code:java}
> 2022-11-03 12:45:04,240 INFO  
> org.apache.flink.runtime.rpc.akka.AkkaRpcService [] - Starting 
> RPC endpoint for org.apache.flink.runtime.metrics.dump.MetricQueryService at 
> akka://flink-metrics/user/rpc/MetricQueryService .
> 2022-11-03 12:45:04,283 INFO  
> org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore [] - 
> Initializing FileExecutionGraphInfoStore: Storage directory 
> /tmp/executionGraphStore-461fd7ed-fbc0-4890-ae27-858af6391ea7, expiration 
> time 360, maximum cache size 52428800 bytes.
> 2022-11-03 12:45:04,379 INFO  
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint[] - Shutting 
> StandaloneSessionClusterEntrypoint down with application status FAILED. 
> Diagnostics org.apache.flink.util.FlinkException: Could not create the 
> DispatcherResourceManagerComponent.
>   at 
> org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory.create(DefaultDispatcherResourceManagerComponentFactory.java:288)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runCluster(ClusterEntrypoint.java:293)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.lambda$startCluster$1(ClusterEntrypoint.java:232)
>   at 
> org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:28)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.startCluster(ClusterEntrypoint.java:229)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runClusterEntrypoint(ClusterEntrypoint.java:729)
>   at 
> org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint.main(StandaloneSessionClusterEntrypoint.java:59)
> Caused by: org.apache.flink.util.ConfigurationException: Failed to initialize 
> SSLEngineFactory for REST server endpoint.
>   at 
> org.apache.flink.runtime.rest.RestServerEndpointConfiguration.fromConfiguration(RestServerEndpointConfiguration.java:161)
>   at 
> org.apache.flink.runtime.rest.RestServerEndpoint.(RestServerEndpoint.java:118)
>   at 
> org.apache.flink.runtime.webmonitor.WebMonitorEndpoint.(WebMonitorEndpoint.java:225)
>   at 
> org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint.(DispatcherRestEndpoint.java:68)
>   at 
> org.apache.flink.runtime.rest.SessionRestEndpointFactory.createRestEndpoint(SessionRestEndpointFactory.java:62)
>   at 
> org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory.create(DefaultDispatcherResourceManagerComponentFactory.java:166)
>   ... 6 more
> Caused by: org.apache.flink.configuration.IllegalConfigurationException: 
> openSSL not available
>   at 
> org.apache.flink.runtime.net.SSLUtils.getSSLProvider(SSLUtils.java:188)
>   at 
> org.apache.flink.runtime.net.SSLUtils.createRestNettySSLContext(SSLUtils.java:367)
>   at 
> org.apache.flink.runtime.net.SSLUtils.createRestServerSSLEngineFactory(SSLUtils.java:142)
>   at 
> org.apache.flink.runtime.rest.RestServerEndpointConfiguration.fromConfiguration(RestServerEndpointConfiguration.java:159)
>   ... 11 more
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.flink.shaded.netty4.io.netty.internal.tcnative.SSLContext
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:348)
>   at 
> org.apache.flink.shaded.netty4.io.netty.handler.ssl.OpenSsl.(OpenSsl.java:136)
>   at 
> org.apache.flink.runtime.net.SSLUtils.getSSLProvider(SSLUtils.java:184)
>   ... 14 more
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42785=logs=af184cdd-c6d8-5084-0b69-7e9c67b35f7a=160c9ae5-96fd-516e-1c91-deb81f59292a



--
This message was sent by Atlassian 

[jira] [Commented] (FLINK-29874) Streaming File Sink end-to-end test failed on azure due to ClassNotFoundException

2022-11-04 Thread Leonard Xu (Jira)


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

Leonard Xu commented on FLINK-29874:


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42803=results

> Streaming File Sink end-to-end test failed on azure due to 
> ClassNotFoundException
> -
>
> Key: FLINK-29874
> URL: https://issues.apache.org/jira/browse/FLINK-29874
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / FileSystem, Tests
>Reporter: Leonard Xu
>Priority: Major
>
> The failure should be related to the flink shaded netty dependency.
> {code:java}
> 2022-11-03 12:45:04,240 INFO  
> org.apache.flink.runtime.rpc.akka.AkkaRpcService [] - Starting 
> RPC endpoint for org.apache.flink.runtime.metrics.dump.MetricQueryService at 
> akka://flink-metrics/user/rpc/MetricQueryService .
> 2022-11-03 12:45:04,283 INFO  
> org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore [] - 
> Initializing FileExecutionGraphInfoStore: Storage directory 
> /tmp/executionGraphStore-461fd7ed-fbc0-4890-ae27-858af6391ea7, expiration 
> time 360, maximum cache size 52428800 bytes.
> 2022-11-03 12:45:04,379 INFO  
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint[] - Shutting 
> StandaloneSessionClusterEntrypoint down with application status FAILED. 
> Diagnostics org.apache.flink.util.FlinkException: Could not create the 
> DispatcherResourceManagerComponent.
>   at 
> org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory.create(DefaultDispatcherResourceManagerComponentFactory.java:288)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runCluster(ClusterEntrypoint.java:293)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.lambda$startCluster$1(ClusterEntrypoint.java:232)
>   at 
> org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:28)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.startCluster(ClusterEntrypoint.java:229)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runClusterEntrypoint(ClusterEntrypoint.java:729)
>   at 
> org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint.main(StandaloneSessionClusterEntrypoint.java:59)
> Caused by: org.apache.flink.util.ConfigurationException: Failed to initialize 
> SSLEngineFactory for REST server endpoint.
>   at 
> org.apache.flink.runtime.rest.RestServerEndpointConfiguration.fromConfiguration(RestServerEndpointConfiguration.java:161)
>   at 
> org.apache.flink.runtime.rest.RestServerEndpoint.(RestServerEndpoint.java:118)
>   at 
> org.apache.flink.runtime.webmonitor.WebMonitorEndpoint.(WebMonitorEndpoint.java:225)
>   at 
> org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint.(DispatcherRestEndpoint.java:68)
>   at 
> org.apache.flink.runtime.rest.SessionRestEndpointFactory.createRestEndpoint(SessionRestEndpointFactory.java:62)
>   at 
> org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory.create(DefaultDispatcherResourceManagerComponentFactory.java:166)
>   ... 6 more
> Caused by: org.apache.flink.configuration.IllegalConfigurationException: 
> openSSL not available
>   at 
> org.apache.flink.runtime.net.SSLUtils.getSSLProvider(SSLUtils.java:188)
>   at 
> org.apache.flink.runtime.net.SSLUtils.createRestNettySSLContext(SSLUtils.java:367)
>   at 
> org.apache.flink.runtime.net.SSLUtils.createRestServerSSLEngineFactory(SSLUtils.java:142)
>   at 
> org.apache.flink.runtime.rest.RestServerEndpointConfiguration.fromConfiguration(RestServerEndpointConfiguration.java:159)
>   ... 11 more
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.flink.shaded.netty4.io.netty.internal.tcnative.SSLContext
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:348)
>   at 
> org.apache.flink.shaded.netty4.io.netty.handler.ssl.OpenSsl.(OpenSsl.java:136)
>   at 
> org.apache.flink.runtime.net.SSLUtils.getSSLProvider(SSLUtils.java:184)
>   ... 14 more
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42785=logs=af184cdd-c6d8-5084-0b69-7e9c67b35f7a=160c9ae5-96fd-516e-1c91-deb81f59292a



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


[jira] [Commented] (FLINK-29874) Streaming File Sink end-to-end test failed on azure due to ClassNotFoundException

2022-11-04 Thread Leonard Xu (Jira)


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

Leonard Xu commented on FLINK-29874:


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42808=results

> Streaming File Sink end-to-end test failed on azure due to 
> ClassNotFoundException
> -
>
> Key: FLINK-29874
> URL: https://issues.apache.org/jira/browse/FLINK-29874
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / FileSystem, Tests
>Reporter: Leonard Xu
>Priority: Major
>
> The failure should be related to the flink shaded netty dependency.
> {code:java}
> 2022-11-03 12:45:04,240 INFO  
> org.apache.flink.runtime.rpc.akka.AkkaRpcService [] - Starting 
> RPC endpoint for org.apache.flink.runtime.metrics.dump.MetricQueryService at 
> akka://flink-metrics/user/rpc/MetricQueryService .
> 2022-11-03 12:45:04,283 INFO  
> org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore [] - 
> Initializing FileExecutionGraphInfoStore: Storage directory 
> /tmp/executionGraphStore-461fd7ed-fbc0-4890-ae27-858af6391ea7, expiration 
> time 360, maximum cache size 52428800 bytes.
> 2022-11-03 12:45:04,379 INFO  
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint[] - Shutting 
> StandaloneSessionClusterEntrypoint down with application status FAILED. 
> Diagnostics org.apache.flink.util.FlinkException: Could not create the 
> DispatcherResourceManagerComponent.
>   at 
> org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory.create(DefaultDispatcherResourceManagerComponentFactory.java:288)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runCluster(ClusterEntrypoint.java:293)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.lambda$startCluster$1(ClusterEntrypoint.java:232)
>   at 
> org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:28)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.startCluster(ClusterEntrypoint.java:229)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runClusterEntrypoint(ClusterEntrypoint.java:729)
>   at 
> org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint.main(StandaloneSessionClusterEntrypoint.java:59)
> Caused by: org.apache.flink.util.ConfigurationException: Failed to initialize 
> SSLEngineFactory for REST server endpoint.
>   at 
> org.apache.flink.runtime.rest.RestServerEndpointConfiguration.fromConfiguration(RestServerEndpointConfiguration.java:161)
>   at 
> org.apache.flink.runtime.rest.RestServerEndpoint.(RestServerEndpoint.java:118)
>   at 
> org.apache.flink.runtime.webmonitor.WebMonitorEndpoint.(WebMonitorEndpoint.java:225)
>   at 
> org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint.(DispatcherRestEndpoint.java:68)
>   at 
> org.apache.flink.runtime.rest.SessionRestEndpointFactory.createRestEndpoint(SessionRestEndpointFactory.java:62)
>   at 
> org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory.create(DefaultDispatcherResourceManagerComponentFactory.java:166)
>   ... 6 more
> Caused by: org.apache.flink.configuration.IllegalConfigurationException: 
> openSSL not available
>   at 
> org.apache.flink.runtime.net.SSLUtils.getSSLProvider(SSLUtils.java:188)
>   at 
> org.apache.flink.runtime.net.SSLUtils.createRestNettySSLContext(SSLUtils.java:367)
>   at 
> org.apache.flink.runtime.net.SSLUtils.createRestServerSSLEngineFactory(SSLUtils.java:142)
>   at 
> org.apache.flink.runtime.rest.RestServerEndpointConfiguration.fromConfiguration(RestServerEndpointConfiguration.java:159)
>   ... 11 more
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.flink.shaded.netty4.io.netty.internal.tcnative.SSLContext
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:348)
>   at 
> org.apache.flink.shaded.netty4.io.netty.handler.ssl.OpenSsl.(OpenSsl.java:136)
>   at 
> org.apache.flink.runtime.net.SSLUtils.getSSLProvider(SSLUtils.java:184)
>   ... 14 more
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42785=logs=af184cdd-c6d8-5084-0b69-7e9c67b35f7a=160c9ae5-96fd-516e-1c91-deb81f59292a



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


[jira] [Commented] (FLINK-29874) Streaming File Sink end-to-end test failed on azure due to ClassNotFoundException

2022-11-04 Thread Leonard Xu (Jira)


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

Leonard Xu commented on FLINK-29874:


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42811=results

> Streaming File Sink end-to-end test failed on azure due to 
> ClassNotFoundException
> -
>
> Key: FLINK-29874
> URL: https://issues.apache.org/jira/browse/FLINK-29874
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / FileSystem, Tests
>Reporter: Leonard Xu
>Priority: Major
>
> The failure should be related to the flink shaded netty dependency.
> {code:java}
> 2022-11-03 12:45:04,240 INFO  
> org.apache.flink.runtime.rpc.akka.AkkaRpcService [] - Starting 
> RPC endpoint for org.apache.flink.runtime.metrics.dump.MetricQueryService at 
> akka://flink-metrics/user/rpc/MetricQueryService .
> 2022-11-03 12:45:04,283 INFO  
> org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore [] - 
> Initializing FileExecutionGraphInfoStore: Storage directory 
> /tmp/executionGraphStore-461fd7ed-fbc0-4890-ae27-858af6391ea7, expiration 
> time 360, maximum cache size 52428800 bytes.
> 2022-11-03 12:45:04,379 INFO  
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint[] - Shutting 
> StandaloneSessionClusterEntrypoint down with application status FAILED. 
> Diagnostics org.apache.flink.util.FlinkException: Could not create the 
> DispatcherResourceManagerComponent.
>   at 
> org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory.create(DefaultDispatcherResourceManagerComponentFactory.java:288)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runCluster(ClusterEntrypoint.java:293)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.lambda$startCluster$1(ClusterEntrypoint.java:232)
>   at 
> org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:28)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.startCluster(ClusterEntrypoint.java:229)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runClusterEntrypoint(ClusterEntrypoint.java:729)
>   at 
> org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint.main(StandaloneSessionClusterEntrypoint.java:59)
> Caused by: org.apache.flink.util.ConfigurationException: Failed to initialize 
> SSLEngineFactory for REST server endpoint.
>   at 
> org.apache.flink.runtime.rest.RestServerEndpointConfiguration.fromConfiguration(RestServerEndpointConfiguration.java:161)
>   at 
> org.apache.flink.runtime.rest.RestServerEndpoint.(RestServerEndpoint.java:118)
>   at 
> org.apache.flink.runtime.webmonitor.WebMonitorEndpoint.(WebMonitorEndpoint.java:225)
>   at 
> org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint.(DispatcherRestEndpoint.java:68)
>   at 
> org.apache.flink.runtime.rest.SessionRestEndpointFactory.createRestEndpoint(SessionRestEndpointFactory.java:62)
>   at 
> org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory.create(DefaultDispatcherResourceManagerComponentFactory.java:166)
>   ... 6 more
> Caused by: org.apache.flink.configuration.IllegalConfigurationException: 
> openSSL not available
>   at 
> org.apache.flink.runtime.net.SSLUtils.getSSLProvider(SSLUtils.java:188)
>   at 
> org.apache.flink.runtime.net.SSLUtils.createRestNettySSLContext(SSLUtils.java:367)
>   at 
> org.apache.flink.runtime.net.SSLUtils.createRestServerSSLEngineFactory(SSLUtils.java:142)
>   at 
> org.apache.flink.runtime.rest.RestServerEndpointConfiguration.fromConfiguration(RestServerEndpointConfiguration.java:159)
>   ... 11 more
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.flink.shaded.netty4.io.netty.internal.tcnative.SSLContext
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:348)
>   at 
> org.apache.flink.shaded.netty4.io.netty.handler.ssl.OpenSsl.(OpenSsl.java:136)
>   at 
> org.apache.flink.runtime.net.SSLUtils.getSSLProvider(SSLUtils.java:184)
>   ... 14 more
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42785=logs=af184cdd-c6d8-5084-0b69-7e9c67b35f7a=160c9ae5-96fd-516e-1c91-deb81f59292a



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