Oops: NoClassDefFoundErrorAn unexpected error occured caused by exception NoClassDefFoundError: Could not initialize class org.apache.commons.javaflow.bytecode.transformation.asm.AsmClassTransformerplay.exceptions.UnexpectedException: Unexpected Errorat play.Invoker$Invocation.onException(Invoker.java:244)at play.Invoker$Invocation.run(Invoker.java:306)at Invocation.HTTP Request(Play!)Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.commons.javaflow.bytecode.transformation.asm.AsmClassTransformerat play.classloading.enhancers.ContinuationEnhancer.enhanceThisClass(ContinuationEnhancer.java:76)at play.CorePlugin.enhance(CorePlugin.java:297)at play.plugins.PluginCollection.enhance(PluginCollection.java:551)at play.classloading.ApplicationClasses$ApplicationClass.enhance(ApplicationClasses.java:239)at play.classloading.ApplicationClassloader.loadApplicationClass(ApplicationClassloader.java:165)at play.classloading.ApplicationClassloader.getAllClasses(ApplicationClassloader.java:433)at play.Play.start(Play.java:527)at play.Play.detectChanges(Play.java:641)at play.Invoker$Invocation.init(Invoker.java:198)... 1 more
Hmmm... it's going a little rough so far.
JPA errorA JPA error occurred (No active EntityManager for name [default], transaction not started?):
play.exceptions.JPAException: No active EntityManager for name [default], transaction not started?
at play.db.jpa.JPA.em(JPA.java:84)
at play.db.jpa.JPA.em(JPA.java:110)
at play.modules.jpastats.JPAStatsPlugin.beforeActionInvocation(JPAStatsPlugin.java:36)
at play.plugins.PluginCollection.beforeActionInvocation(PluginCollection.java:639)
at play.mvc.ActionInvoker.invoke(ActionInvoker.java:133)
at Invocation.HTTP Request(Play!)
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
An unexpected error occured caused by exception NoClassDefFoundError:
Could not initialize class org.apache.commons.javaflow.bytecode.transformation.asm.AsmClassTransformer
when I try to play test.
An unexpected error occured caused by exception NoClassDefFoundError:
Could not initialize class org.apache.commons.javaflow.bytecode.transformation.asm.AsmClassTransformer
Can you help me fix it?