SEVERE: Servlet.service() for servlet zkLoader threw exception
java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute
at org.apache.catalina.session.StandardSession.setAttribute(StandardSession.java:1293)
at org.apache.catalina.session.StandardSession.setAttribute(StandardSession.java:1254)
at org.apache.catalina.session.StandardSessionFacade.setAttribute(StandardSessionFacade.java:130)
at org.zkoss.zk.ui.http.WebManager.newSession(WebManager.java:308)
at org.zkoss.zk.ui.http.WebManager.getSession(WebManager.java:320)
at org.zkoss.zk.ui.http.WebManager.getSession(WebManager.java:287)
The problem was a
3 comments:
Hello Andre,
could you please tell us, wich tag you had to remove? we have the same problem and it would be nice to check if we made the same mistake with our idea!
thx
Hmmm, yes, it's not very bright of me not to include the tag... I can't remember what exactly it was as it was something very odd that I haven't seen in a web.xml before, but I think that IDEA put it right at the top of the XML file, right after the web-app tag.
it is the distributable Tag
Post a Comment