Caused by: java.lang.ClassNotFoundExceptionorg/apache/flink/shaded/jackson2/com/fasterxml/jackson/co

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/flink/shaded/jackson2/com/fasterxml/jackson/core/JsonParseException
    at org.apache.flink.runtime.webmonitor.WebMonitorEndpoint.initializeHandlers(WebMonitorEndpoint.java:212)
    at org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint.initializeHandlers(DispatcherRestEndpoint.java:84)
    at org.apache.flink.runtime.rest.RestServerEndpoint.start(RestServerEndpoint.java:136)
    at org.apache.flink.runtime.minicluster.MiniCluster.start(MiniCluster.java:367)
    at org.apache.flink.streaming.api.environment.LocalStreamEnvironment.execute(LocalStreamEnvironment.java:120)
    at com.shanglin.kafka.test.Kafka010Example.main(Kafka010Example.java:96)
Caused by: java.lang.ClassNotFoundException: org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParseException
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.la

你可能感兴趣的:(大数据实战,异常错误)