You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/02/10 12:49:52 UTC

[Bug 60721] Unable to find key spec if more applications use bundled Bouncy Castle

https://bz.apache.org/bugzilla/show_bug.cgi?id=60721

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
You are having class loader issues because you are registering a web
application provided library (loaded with the web application class loader)
with a JVM wide registry and then trying to use that library in a different web
application (with a different class loader).

That is never going to work.

This is not a Tomcat bug.

Static installation is one solution. Moving the Bouncy Castle JAR(s) to
$CATALINA_BASE/lib should also work.

If you want to discuss your options further, the users@ list is the place to do
that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org