Re: Stacktrace when on Tomcat server

2014-11-14 Thread Thiago H de Paula Figueiredo
On Fri, 14 Nov 2014 07:48:34 -0200, Nathan Quirynen nat...@pensionarchitects.be wrote: Hi, Hi! *root cause* java.lang.ArrayIndexOutOfBoundsException You left out exactly where the real information in this stack trace is . . . -- Thiago H. de Paula Figueiredo Tapestry, Java and

Re: Stacktrace when on Tomcat server

2014-11-14 Thread Nathan Quirynen
The problem is that's all I see in the logs of tomcat... Maybe my logging is not setup correctly? On 14/11/14 12:21, Thiago H de Paula Figueiredo wrote: On Fri, 14 Nov 2014 07:48:34 -0200, Nathan Quirynen nat...@pensionarchitects.be wrote: Hi, Hi! *root cause*

Re: Stacktrace when on Tomcat server

2014-11-14 Thread Chris Mylonas
Put logback in your pom.XML Presuming u use 5.4 On 14/11/2014 11:36 pm, Nathan Quirynen nat...@pensionarchitects.be wrote: The problem is that's all I see in the logs of tomcat... Maybe my logging is not setup correctly? On 14/11/14 12:21, Thiago H de Paula Figueiredo wrote: On Fri, 14 Nov

Re: Stacktrace when on Tomcat server

2014-11-14 Thread Nathan Quirynen
Maybe this helps... it's not much more than what I originally sent, but there is no more... This is all I see in the tomcat logs: [ERROR] ioc.Registry java.lang.ArrayIndexOutOfBoundsException [ERROR] ioc.Registry Operations trace: [ERROR] ioc.Registry [ 1] Constructing instance of page class

Re: Stacktrace when on Tomcat server

2014-11-14 Thread Andreas Ernst
Am 14.11.14 um 13:44 schrieb Nathan Quirynen: Maybe this helps... it's not much more than what I originally sent, but there is no more... This is all I see in the tomcat logs: [ERROR] ioc.Registry java.lang.ArrayIndexOutOfBoundsException [ERROR] ioc.Registry Operations trace: [ERROR]

Re: Stacktrace when on Tomcat server

2014-11-14 Thread Daniel Jue
Yes, I'm guessing it's something malformed in your page template. On Fri, Nov 14, 2014 at 2:03 PM, Andreas Ernst a...@ae-online.de wrote: Am 14.11.14 um 13:44 schrieb Nathan Quirynen: Maybe this helps... it's not much more than what I originally sent, but there is no more... This is all I