Deploy the ADF 12 c integrated WLS app can't find class CoreTable

I use Jdeveloper 12.1.3 on Windows 7 Pro

Clean my compiled app but when I try to deploy it in the built-in WLS I get this error:

weblogic.application.ModuleException: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.component.core.data.CoreTable

Here is the stack trace:

< 16 December 2015 15:00:02 EST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request of deployment with the ID '1742387059852796' for task '8 '. Error is: ' weblogic.application.ModuleException: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.component.core.data.CoreTable ".

weblogic.application.ModuleException: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.component.core.data.CoreTable

at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114)

at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:175)

to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:170)

to weblogic.application.utils.StateMachineDriver$ ParallelChange.run (StateMachineDriver.java:80)

Truncated. check the log file full stacktrace

Caused by: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.component.core.data.CoreTable

at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:357)

at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:318)

at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:80)

at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

Truncated. check the log file full stacktrace

I have much deploy other applications on the WLS even without this error.

Anyone seen this before?

Any suggestions on troubleshooting is greatly appreciated.

Thank you

Dave

Check and compare libraries of the project against the projects running.

You should see a difference. I guess that there is either a former library included, or is missing.

Timo

Tags: Java

Similar Questions

Maybe you are looking for