Re: NPE in afterRender method in Tomcat

2010-06-08 Thread Radek Terber
I'm vwr sorry, I'm stupid.The constant Constants.REQUIRED_LOGIN_RQATR was null. But I'm surprised the Tomcat does not provide any reasonable message. Dne 7.6.2010 22:13, Radek Terber napsal(a): Hi I have such problem: I have quite simple T5 application - (T5 + hibernate), currently compiled

Re: NPE in afterRender method in Tomcat

2010-06-07 Thread Radek Terber
No, the app is single thread, quite "clear", no experiments... Here is the "self contained" variant of war (with no dependencies to oour app server): http://www.gapo.cz/downloads/genusinum.war I guess to some library which the application is depend on (in combination with Tomcat libraries ??),

Re: NPE in afterRender method in Tomcat

2010-06-07 Thread Howard Lewis Ship
Caused by: java.lang.NullPointerException at org.apache.catalina.connector.Request.getAttribute(Request.java:877) at org.apache.catalina.connector.RequestFacade.getAttribute(RequestFacade.java:263) That's really showing that it's gone beyond the Tapestry code and back into the Tomcat