Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not serializable Exceptions #6

Open
KLyko opened this issue Jul 6, 2012 · 1 comment
Open

Not serializable Exceptions #6

KLyko opened this issue Jul 6, 2012 · 1 comment
Labels

Comments

@KLyko
Copy link
Contributor

KLyko commented Jul 6, 2012

We are getting often java.io.NotSerializableException exceptions. E.g in: de.uni_leipzig.simba.saim.gui.widget.window.EndpointWindow$1. It seems they're thrown when tomcat tries to restore session.
see: https://vaadin.com/de/forum/-/message_boards/view_message/1056756

Donno if it is of any importance.

@KonradHoeffner
Copy link
Contributor

I tried to solve this by marking as transient the Configuration instance in SAIMApplication, the instance of the EndpointWindow in the EndpointStep and all the instances of Logger. Unfortunately this does not seem to resolve the error but I guess it is some kind of Tomcat misconfiguration in that it tries to restore the previous session on restart. AFAIK this is not intended anyways so I guess it is just the annoyance of the error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants