-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception with Weblogic: Cannot inherit from final class #1087
Comments
I think this is not a problem with vraptor, probably something in your build, please send your full log. Try use a previous version of vraptor too. |
This is the full log: `<26/01/2017 15h53min47s AMST> <Failure occurred in the execution of deployment request with ID "2449787105293" for task "2". Error is: "weblogic.application.ModuleException: java.lang.VerifyError: Cannot inherit from final class" <26/01/2017 15h53min47s AMST> <Failures were detected while initiating distribute task for application "teste_vraptor-1.0.0-dev-SNAPSHOT".> <26/01/2017 15h53min48s AMST> <Administration Console encountered the following error: weblogic.application.ModuleException: java.lang.VerifyError: Cannot inherit from final class
` The same build deploys successfully on Wildfly 8.2.1 Final. I´ve tried to deploy several other VRaptor versions on Weblogic, but no one of the 4+ versions worked. I was able to deploy a project with the 3.5.5 version in Weblogic, but I want to use a 4+ version. |
When I try to deploy an app tha uses vraptor 4.2.0-RC5 in Weblogic 12.1.3, I receive the following error:
weblogic.application.ModuleException: java.lang.VerifyError: Cannot inherit from final class at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100) at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:175) at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:170) at weblogic.application.utils.StateMachineDriver$ParallelChange.run(StateMachineDriver.java:80) Truncated. see log file for complete stacktrace Caused By: java.lang.VerifyError: Cannot inherit from final class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:412) at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:366) Truncated. see log file for complete stacktrace
If I remove the vraptor dependency declaration in the pom.xml, the app deploys successfully.
The text was updated successfully, but these errors were encountered: