Dirceu Semighini Filho created ZEPPELIN-459:
-----------------------------------------------
Summary: Jetty Jars Conflict
Key: ZEPPELIN-459
URL: https://issues.apache.org/jira/browse/ZEPPELIN-459
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.6.0
Environment: Linux note-objective 3.16.0-53-generic #72~14.04.1-Ubuntu
SMP Fri Nov 6 18:17:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;
2015-04-22T08:57:37-03:00)
Reporter: Dirceu Semighini Filho
I'm facing a jars conflict after building zeppelin 0.6.0-snapshot with the
following command
mvn -Pspark-1.5 -Phadoop-2.6 -Dhadoop.version=2.6.0 -Phadoop-2.6 -DskipTests
-Drat.numUnapprovedLicenses=1000 clean package -P build-distr
The exception is the following:
java.lang.SecurityException: class "javax.servlet.FilterRegistration"'s signer
information does not match signer information of other classes in the same
package
Workaround:
Looking into the lib folder of zeppelin distribution I found that we have both
jetty jars and javax.servlet jars.
Removing javax.servlet jars, this exception doesn't happen anymore.
This stackoverflow post describe a similar problem:
http://stackoverflow.com/q/28086520/1791289
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)