java - Wicket StackOverflowError in Serializing or Seserializing Session -
I am using wicket 6.15 and I got an exception in my program
Lang.StackOverflowError at java java.lang.Exception & Lt; Init>. (Exception.java:102) at java.lang.ReflectiveOperationException & lt; Init & gt; (ReflectiveOperationException.java:89) at java.lang.reflect.InvocationTargetException. & Lt; Init & gt; At (InvocationTargetException.java:72) sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) sun.reflect.GeneratedMethodAccessor11.invoke (unknown source on java.lang.reflect.Method.invoke) (Method.java: 606 ) at org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream.internalCheck (object Outputstrymkjawa 398) org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream.check (CheckingObjectOutputStream.java): 361) at org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream.checkFields (checkingObjectOptput tream.java:645) org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream.internalCheck (CheckingObjectOutputStream.java: 569) on org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream.check (Org.apache.wicket.core.util.objects.checke Checking object at r.CheckingObjectOutputStream.checkFieldsOptStust.Java 361) org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream.internalCheck checking (object overputstream.java: 645) CheckingObjectOutputStream.javapts69) org.apache.wicket. on core.util.objects.checker.CheckingObjectOutputStream.check (CheckingObjectOutputStream.java:361) ...
I can not know what the cause of the stack over flow wicket-core is.
I discovered this exception and I found that all my goods from them since under this part Siriyllaijheshn exception because I and all applicable Serializable
There is another interesting port of the problem that this exception does not happen in the first time, it is then try to present the test component 2 or 3 times.
Any help would be greatly appreciated. Of
The potential problem is that you have self-containing objects or objects that you add in those sessions There are possible coupling reference cycles within. I'm sorry I can not comment, but I want to help you.
Comments
Post a Comment