You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/08/25 01:48:17 UTC

[jira] Resolved: (WICKET-2232) org.apache.wicket.util.io.SerializableChecker StackOverflow Exception

     [ https://issues.apache.org/jira/browse/WICKET-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2232.
-----------------------------------

      Assignee: Igor Vaynberg
    Resolution: Cannot Reproduce

damn near impossible to reproduce without a quickstart.

> org.apache.wicket.util.io.SerializableChecker StackOverflow Exception
> ---------------------------------------------------------------------
>
>                 Key: WICKET-2232
>                 URL: https://issues.apache.org/jira/browse/WICKET-2232
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5
>         Environment: Linux/Windows, Tomcat 6, Java 6
>            Reporter: Andrew Berman
>            Assignee: Igor Vaynberg
>
> We are running into this error: org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException: Unable to serialize class: org.springframework.beans.factory.support.DefaultListableBeanFactory
> But the problem is that once that error occurs it displays the Field hierarchy which literally looks like it's running into an infinite loop.  It goes on for miles in the log files.  Eventually it runs into a StackOverflowException or OutOfMemory exception.
> There needs to be a way to limit the hierarchy or something.  It just keeps displaying the same thing over and over and over.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.