Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

java.lang.SecurityException: class "javax.servlet.FilterRegistration"'s s #1

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

martinou
Copy link

java.lang.SecurityException: class "javax.servlet.FilterRegistration"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:895)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:665)
at java.lang.ClassLoader.defineClass(ClassLoader.java:758)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.jetty.servlet.ServletContextHandler.(ServletContextHandler.java:136)
at org.eclipse.jetty.servlet.ServletContextHandler.(ServletContextHandler.java:129)
at org.eclipse.jetty.servlet.ServletContextHandler.(ServletContextHandler.java:98)
at org.apache.sentry.provider.db.service.thrift.SentryWebServer.(SentryWebServer.java:63)
at org.apache.sentry.service.thrift.SentryService.startSentryWebServer(SentryService.java:243)
at org.apache.sentry.service.thrift.SentryService.runServer(SentryService.java:232)
at org.apache.sentry.service.thrift.SentryService.call(SentryService.java:167)
at org.apache.sentry.service.thrift.SentryService.call(SentryService.java:71)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

haohaoc and others added 13 commits April 12, 2016 15:24
…veRoleSet is not set (Hao Hao, Reviewed by: Lenni Kuff)
… (Hao Hao, Reviewed by: Anne Yu)

Change-Id: Ifb1d9810577bf687ba83be8d0807aee64550742a
@hubot hubot deleted the branch-1.7.0 branch April 28, 2017 16:41
@hubot hubot restored the branch-1.7.0 branch April 28, 2017 21:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants