naleon opened a new pull request #84:
URL: https://github.com/apache/samza-hello-samza/pull/84


   I got "java.lang.NoClassDefFoundError: 
org/eclipse/jetty/http/HttpCookie$SetCookieHttpField" at the time I tried 
deployed hello-samza-1.6.0-dist.tar.gz
   This dependency exclusion fixes it.
   You can see it in the dependency tree.
   
   ```
   [INFO] 
   [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ hello-samza ---
   [INFO] org.apache.samza:hello-samza:jar:1.6.0
   [INFO] +- junit:junit:jar:4.12:compile
   [INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:compile
   [INFO] +- org.apache.samza:samza-api:jar:1.6.0:compile
   [INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile
   [INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
   [INFO] |  +- com.google.code.gson:gson:jar:2.8.5:compile
   [INFO] |  \- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile
   [INFO] +- org.apache.samza:samza-azure_2.11:jar:1.6.0:compile
   [INFO] |  +- com.azure:azure-storage-blob:jar:12.0.1:compile
   [INFO] |  |  +- com.azure:azure-core:jar:1.0.0:compile
   [INFO] |  |  |  +- 
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.0:compile
   [INFO] |  |  |  +- 
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.10.0:compile
   [INFO] |  |  |  |  +- 
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.0:compile
   [INFO] |  |  |  |  |  +- 
jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
   [INFO] |  |  |  |  |  \- 
jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
   [INFO] |  |  |  |  +- org.codehaus.woodstox:stax2-api:jar:4.2:compile
   [INFO] |  |  |  |  \- com.fasterxml.woodstox:woodstox-core:jar:6.0.1:compile
   [INFO] |  |  |  \- io.projectreactor:reactor-core:jar:3.3.0.RELEASE:compile
   [INFO] |  |  |     \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
   [INFO] |  |  \- com.azure:azure-storage-common:jar:12.0.1:compile
   [INFO] |  |     \- com.azure:azure-core-http-netty:jar:1.0.0:compile
   [INFO] |  |        +- io.netty:netty-handler:jar:4.1.42.Final:compile
   [INFO] |  |        |  +- io.netty:netty-common:jar:4.1.42.Final:compile
   [INFO] |  |        |  +- io.netty:netty-transport:jar:4.1.42.Final:compile
   [INFO] |  |        |  |  \- io.netty:netty-resolver:jar:4.1.42.Final:compile
   [INFO] |  |        |  \- io.netty:netty-codec:jar:4.1.42.Final:compile
   [INFO] |  |        +- io.netty:netty-handler-proxy:jar:4.1.42.Final:compile
   [INFO] |  |        |  \- io.netty:netty-codec-socks:jar:4.1.42.Final:compile
   [INFO] |  |        +- io.netty:netty-buffer:jar:4.1.42.Final:compile
   [INFO] |  |        +- io.netty:netty-codec-http:jar:4.1.42.Final:compile
   [INFO] |  |        +- 
io.projectreactor.netty:reactor-netty:jar:0.9.0.RELEASE:compile
   [INFO] |  |        |  +- io.netty:netty-codec-http2:jar:4.1.39.Final:compile
   [INFO] |  |        |  +- 
io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.39.Final:compile
   [INFO] |  |        |  |  \- 
io.netty:netty-transport-native-unix-common:jar:4.1.39.Final:compile
   [INFO] |  |        |  \- 
io.projectreactor.addons:reactor-pool:jar:0.1.0.RELEASE:compile
   [INFO] |  |        \- com.azure:azure-core-test:jar:1.0.0:compile
   [INFO] |  |           \- 
io.projectreactor:reactor-test:jar:3.3.0.RELEASE:compile
   [INFO] |  +- com.microsoft.azure:azure-storage:jar:5.3.1:compile
   [INFO] |  |  \- com.microsoft.azure:azure-keyvault-core:jar:0.8.0:compile
   [INFO] |  +- com.microsoft.azure:azure-eventhubs:jar:1.0.1:compile
   [INFO] |  |  \- org.apache.qpid:proton-j:jar:0.25.0:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.10.0:compile
   [INFO] |  \- org.apache.avro:avro:jar:1.7.7:compile
   [INFO] |     +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
   [INFO] |     \- org.xerial.snappy:snappy-java:jar:1.0.5:compile
   [INFO] +- org.apache.samza:samza-core_2.11:jar:1.6.0:compile
   [INFO] |  +- com.101tec:zkclient:jar:0.8:compile
   [INFO] |  +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:compile
   [INFO] |  +- org.apache.commons:commons-collections4:jar:4.0:compile
   [INFO] |  +- commons-io:commons-io:jar:2.6:compile
   [INFO] |  +- org.eclipse.jetty:jetty-webapp:jar:9.4.20.v20190813:compile
   [INFO] |  |  +- org.eclipse.jetty:jetty-xml:jar:9.4.20.v20190813:compile
   [INFO] |  |  |  \- org.eclipse.jetty:jetty-util:jar:9.4.20.v20190813:compile
   [INFO] |  |  \- org.eclipse.jetty:jetty-servlet:jar:9.4.20.v20190813:compile
   [INFO] |  |     \- 
org.eclipse.jetty:jetty-security:jar:9.4.20.v20190813:compile
   [INFO] |  |        \- 
org.eclipse.jetty:jetty-server:jar:9.4.20.v20190813:compile
   [INFO] |  |           \- 
org.eclipse.jetty:jetty-io:jar:9.4.20.v20190813:compile
   [INFO] |  +- org.scala-lang:scala-library:jar:2.11.8:compile
   [INFO] |  +- net.jodah:failsafe:jar:1.1.0:compile
   [INFO] |  \- com.linkedin.cytodynamics:cytodynamics-nucleus:jar:0.2.0:compile
   [INFO] +- org.apache.samza:samza-test_2.11:jar:1.6.0:compile
   [INFO] |  +- org.apache.samza:samza-kv-inmemory_2.11:jar:1.6.0:compile
   [INFO] |  +- org.apache.samza:samza-kv-couchbase_2.11:jar:1.6.0:compile
   [INFO] |  |  \- com.couchbase.client:java-client:jar:2.7.2:compile
   [INFO] |  |     \- com.couchbase.client:core-io:jar:1.7.2:compile
   [INFO] |  |        +- io.reactivex:rxjava:jar:1.3.8:compile
   [INFO] |  |        \- io.opentracing:opentracing-api:jar:0.31.0:compile
   [INFO] |  +- org.apache.samza:samza-sql_2.11:jar:1.6.0:compile
   [INFO] |  |  +- org.apache.calcite:calcite-core:jar:1.22.0:compile
   [INFO] |  |  |  +- org.apache.calcite:calcite-linq4j:jar:1.22.0:compile
   [INFO] |  |  |  +- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0:compile
   [INFO] |  |  |  +- org.apache.calcite.avatica:avatica-core:jar:1.16.0:compile
   [INFO] |  |  |  |  \- 
org.apache.calcite.avatica:avatica-metrics:jar:1.16.0:compile
   [INFO] |  |  |  +- org.apiguardian:apiguardian-api:jar:1.1.0:compile
   [INFO] |  |  |  +- com.esri.geometry:esri-geometry-api:jar:2.2.0:runtime
   [INFO] |  |  |  +- 
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.10.0:runtime
   [INFO] |  |  |  |  \- org.yaml:snakeyaml:jar:1.24:runtime
   [INFO] |  |  |  +- com.jayway.jsonpath:json-path:jar:2.4.0:runtime
   [INFO] |  |  |  |  \- net.minidev:json-smart:jar:2.3:runtime
   [INFO] |  |  |  |     \- net.minidev:accessors-smart:jar:1.2:runtime
   [INFO] |  |  |  |        \- org.ow2.asm:asm:jar:5.0.4:runtime
   [INFO] |  |  |  +- com.yahoo.datasketches:sketches-core:jar:0.9.0:runtime
   [INFO] |  |  |  |  \- com.yahoo.datasketches:memory:jar:0.9.0:runtime
   [INFO] |  |  |  +- net.hydromatic:aggdesigner-algorithm:jar:6.0:runtime
   [INFO] |  |  |  +- 
org.apache.calcite.avatica:avatica-server:jar:1.16.0:runtime
   [INFO] |  |  |  |  +- javax.servlet:javax.servlet-api:jar:4.0.1:compile
   [INFO] |  |  |  |  \- 
org.eclipse.jetty:jetty-http:jar:9.4.15.v20190215:compile
   [INFO] |  |  |  +- org.apache.commons:commons-dbcp2:jar:2.6.0:runtime
   [INFO] |  |  |  |  \- org.apache.commons:commons-pool2:jar:2.6.1:runtime
   [INFO] |  |  |  \- org.codehaus.janino:janino:jar:3.0.11:runtime
   [INFO] |  |  +- org.codehaus.janino:commons-compiler:jar:3.0.11:compile
   [INFO] |  |  \- org.reflections:reflections:jar:0.9.10:compile
   [INFO] |  |     +- org.javassist:javassist:jar:3.19.0-GA:compile
   [INFO] |  |     \- com.google.code.findbugs:annotations:jar:2.0.1:compile
   [INFO] |  +- javax.mail:mail:jar:1.4:compile
   [INFO] |  |  \- javax.activation:activation:jar:1.1:compile
   [INFO] |  +- org.apache.kafka:kafka_2.11:jar:2.0.1:compile
   [INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.7:compile
   [INFO] |  |  +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
   [INFO] |  |  +- org.scala-lang:scala-reflect:jar:2.11.12:compile
   [INFO] |  |  \- 
com.typesafe.scala-logging:scala-logging_2.11:jar:3.9.0:compile
   [INFO] |  +- org.hamcrest:hamcrest-all:jar:1.3:compile
   [INFO] |  \- org.apache.samza:samza-hdfs_2.11:jar:1.6.0:runtime
   [INFO] +- org.apache.samza:samza-log4j2_2.11:jar:1.6.0:compile
   [INFO] |  +- org.apache.logging.log4j:log4j-1.2-api:jar:2.12.0:compile
   [INFO] |  +- org.apache.logging.log4j:log4j-api:jar:2.12.0:compile
   [INFO] |  +- org.apache.logging.log4j:log4j-core:jar:2.12.0:compile
   [INFO] |  \- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.12.0:compile
   [INFO] +- org.apache.samza:samza-shell:tgz:dist:1.6.0:compile
   [INFO] +- org.apache.samza:samza-yarn_2.11:jar:1.6.0:compile
   [INFO] |  +- org.scala-lang:scala-compiler:jar:2.11.8:compile
   [INFO] |  |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.4:compile
   [INFO] |  |  \- 
org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:compile
   [INFO] |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
   [INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.4.1:compile
   [INFO] |  +- org.scalatra:scalatra_2.11:jar:2.5.0:compile
   [INFO] |  |  +- org.scalatra:scalatra-common_2.11:jar:2.5.0:compile
   [INFO] |  |  +- org.clapper:grizzled-slf4j_2.11:jar:1.3.0:compile
   [INFO] |  |  +- 
com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
   [INFO] |  |  \- eu.medsea.mimeutil:mime-util:jar:2.1.3:compile
   [INFO] |  +- org.scalatra:scalatra-scalate_2.11:jar:2.5.0:compile
   [INFO] |  |  \- org.scalatra.scalate:scalate-core_2.11:jar:1.8.0:compile
   [INFO] |  |     \- org.scalatra.scalate:scalate-util_2.11:jar:1.8.0:compile
   [INFO] |  +- joda-time:joda-time:jar:2.2:compile
   [INFO] |  \- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
   [INFO] |     \- jline:jline:jar:0.9.94:compile
   [INFO] +- org.apache.samza:samza-kv_2.11:jar:1.6.0:compile
   [INFO] +- org.apache.samza:samza-kv-rocksdb_2.11:jar:1.6.0:compile
   [INFO] |  \- org.rocksdb:rocksdbjni:jar:6.6.4:compile
   [INFO] +- org.apache.samza:samza-kafka_2.11:jar:1.6.0:compile
   [INFO] |  \- org.apache.kafka:kafka-clients:jar:2.0.1:compile
   [INFO] |     \- org.lz4:lz4-java:jar:1.4.1:compile
   [INFO] +- org.apache.samza:samza-aws_2.11:jar:1.6.0:compile
   [INFO] |  +- com.amazonaws:aws-java-sdk-kinesis:jar:1.11.152:compile
   [INFO] |  |  +- com.amazonaws:aws-java-sdk-core:jar:1.11.152:compile
   [INFO] |  |  |  +- software.amazon.ion:ion-java:jar:1.0.2:compile
   [INFO] |  |  |  \- 
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6:compile
   [INFO] |  |  \- com.amazonaws:jmespath-java:jar:1.11.152:compile
   [INFO] |  +- com.amazonaws:amazon-kinesis-client:jar:1.7.5:compile
   [INFO] |  |  +- com.amazonaws:aws-java-sdk-dynamodb:jar:1.11.115:compile
   [INFO] |  |  |  \- com.amazonaws:aws-java-sdk-s3:jar:1.11.115:compile
   [INFO] |  |  |     \- com.amazonaws:aws-java-sdk-kms:jar:1.11.115:compile
   [INFO] |  |  \- com.amazonaws:aws-java-sdk-cloudwatch:jar:1.11.115:compile
   [INFO] |  +- com.amazonaws:amazon-kinesis-producer:jar:0.10.0:compile
   [INFO] |  |  \- org.slf4j:slf4j-simple:jar:1.7.12:compile
   [INFO] |  \- org.codehaus.jackson:jackson-core-asl:jar:1.9.7:compile
   [INFO] +- org.schwering:irclib:jar:1.10:compile
   [INFO] +- org.slf4j:slf4j-api:jar:1.6.2:compile
   [INFO] +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
   [INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.1:compile
   [INFO] +- org.apache.hadoop:hadoop-annotations:jar:2.6.1:compile
   [INFO] |  \- jdk.tools:jdk.tools:jar:1.6:system
   [INFO] +- org.apache.hadoop:hadoop-auth:jar:2.6.1:compile
   [INFO] |  +- commons-codec:commons-codec:jar:1.4:compile
   [INFO] |  +- 
org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
   [INFO] |  |  +- 
org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
   [INFO] |  |  +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
   [INFO] |  |  \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
   [INFO] |  \- org.apache.curator:curator-framework:jar:2.6.0:compile
   [INFO] +- org.apache.hadoop:hadoop-common:jar:2.6.1:compile
   [INFO] |  +- commons-cli:commons-cli:jar:1.2:compile
   [INFO] |  +- org.apache.commons:commons-math3:jar:3.1.1:compile
   [INFO] |  +- xmlenc:xmlenc:jar:0.52:compile
   [INFO] |  +- commons-net:commons-net:jar:3.1:compile
   [INFO] |  +- commons-collections:commons-collections:jar:3.2.1:compile
   [INFO] |  +- javax.servlet:servlet-api:jar:2.5:compile
   [INFO] |  +- org.mortbay.jetty:jetty:jar:6.1.26:compile
   [INFO] |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
   [INFO] |  +- com.sun.jersey:jersey-core:jar:1.9:compile
   [INFO] |  +- com.sun.jersey:jersey-json:jar:1.9:compile
   [INFO] |  |  +- org.codehaus.jettison:jettison:jar:1.1:compile
   [INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
   [INFO] |  +- com.sun.jersey:jersey-server:jar:1.9:compile
   [INFO] |  |  \- asm:asm:jar:3.1:compile
   [INFO] |  +- tomcat:jasper-compiler:jar:5.5.23:runtime
   [INFO] |  +- tomcat:jasper-runtime:jar:5.5.23:compile
   [INFO] |  +- javax.servlet.jsp:jsp-api:jar:2.1:compile
   [INFO] |  +- commons-el:commons-el:jar:1.0:compile
   [INFO] |  +- commons-logging:commons-logging:jar:1.1.3:compile
   [INFO] |  +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile
   [INFO] |  |  \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile
   [INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
   [INFO] |  +- commons-configuration:commons-configuration:jar:1.6:compile
   [INFO] |  |  +- commons-digester:commons-digester:jar:1.8:compile
   [INFO] |  |  |  \- commons-beanutils:commons-beanutils:jar:1.7.0:compile
   [INFO] |  |  \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
   [INFO] |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
   [INFO] |  +- com.jcraft:jsch:jar:0.1.42:compile
   [INFO] |  +- org.apache.curator:curator-client:jar:2.6.0:compile
   [INFO] |  +- org.apache.curator:curator-recipes:jar:2.6.0:compile
   [INFO] |  +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
   [INFO] |  +- org.htrace:htrace-core:jar:3.0.4:compile
   [INFO] |  \- org.apache.commons:commons-compress:jar:1.4.1:compile
   [INFO] |     \- org.tukaani:xz:jar:1.0:compile
   [INFO] +- org.apache.hadoop:hadoop-hdfs:jar:2.6.1:compile
   [INFO] |  +- commons-daemon:commons-daemon:jar:1.0.13:compile
   [INFO] |  +- io.netty:netty:jar:3.6.2.Final:compile
   [INFO] |  \- xerces:xercesImpl:jar:2.9.1:compile
   [INFO] |     \- xml-apis:xml-apis:jar:1.3.04:compile
   [INFO] +- org.apache.hadoop:hadoop-yarn-api:jar:2.6.1:compile
   [INFO] +- org.apache.hadoop:hadoop-yarn-client:jar:2.6.1:compile
   [INFO] +- org.apache.hadoop:hadoop-yarn-common:jar:2.6.1:compile
   [INFO] |  +- javax.xml.bind:jaxb-api:jar:2.2.2:compile
   [INFO] |  |  \- javax.xml.stream:stax-api:jar:1.0-2:compile
   [INFO] |  +- com.sun.jersey:jersey-client:jar:1.9:compile
   [INFO] |  +- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
   [INFO] |  +- com.google.inject.extensions:guice-servlet:jar:3.0:compile
   [INFO] |  +- com.google.inject:guice:jar:3.0:compile
   [INFO] |  |  +- javax.inject:javax.inject:jar:1:compile
   [INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
   [INFO] |  \- com.sun.jersey.contribs:jersey-guice:jar:1.9:compile
   [INFO] \- com.google.guava:guava:jar:23.0:compile
   [INFO]    +- com.google.errorprone:error_prone_annotations:jar:2.0.18:compile
   [INFO]    +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
   [INFO]    \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@samza.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to