java.lang.SecurityException: class "oracle.apps.fnd.common.Const"'s signer information does not match signer information of other classes in the same package [java]
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Two or more classes in the same package with different signature data, especially when they come from different JARs that have signatures signed with different certificates. Make sure all JARs are signed using the same certificate.
Solutions on the web
via Oracle Community by user12202251, 1 year ago
via Google Groups by Bob Foss, 9 months ago
via JBoss Issue Tracker by Aleksandar Kostadinov, 1 year ago
via JBoss Issue Tracker by Aleksandar Kostadinov, 1 year ago
via jboss.org by Unknown author, 2 years ago
via Google Groups by Shaba, 10 months ago
java.lang.SecurityException: class "oracle.apps.fnd.common.Const"'s signer information does not match signer information of other classes in the same package [java]
at java.lang.ClassLoader.checkCerts(ClassLoader.java:776)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:488)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at oracle.apps.fnd.security.AdminDesktop.makeConnection(AdminDesktop.java:409)
at oracle.apps.fnd.security.AdminDesktop.execute(AdminDesktop.java:262)
at oracle.apps.fnd.security.AdminDesktop.main(AdminDesktop.java:1158)