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 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 see in the

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] ioc.Registr

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 com.e

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" 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 2014 07:48:34 -0200,

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 > wrote: > >> Hi, > > Hi! > >> *root cause* >> >> java.lang.ArrayIndexOutOfBoundsException

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 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 Hibernate consultant and develop

Stacktrace when on Tomcat server

2014-11-14 Thread Nathan Quirynen
Hi, A simple application with 1 page containing some static text won't work on Tomcat for some reason and I can't figure out why. It works when running in Eclipse with maven jetty plugin, but when I deploy it on my Tomcat server I get the stacktrace below when I access the page. Anyone an idea wh