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
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
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
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,
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
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
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