You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting following error when I try to debug my application, however it is running fine in normal mode.
pool-7-thread-1] ERROR context.GrailsContextLoader - Error executing bootstraps: org/springframework/beans/TypeMismatchException
java.lang.ClassCircularityError: org/springframework/beans/TypeMismatchException
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
The text was updated successfully, but these errors were encountered:
I am getting following error when I try to debug my application, however it is running fine in normal mode.
pool-7-thread-1] ERROR context.GrailsContextLoader - Error executing bootstraps: org/springframework/beans/TypeMismatchException
java.lang.ClassCircularityError: org/springframework/beans/TypeMismatchException
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
The text was updated successfully, but these errors were encountered: