Re: [T5.4 build 22] Exception in ExceptionReport.tml

2015-07-24 Thread Kalle Korhonen
Noticed you had asked the same question on Stackoverflow ( http://stackoverflow.com/questions/31477722/tapestry-5-4-exception-in-exceptionreport-tml/31598497) so I replied there. The problem is related to GAE's restrictions on spawning new threads. Kalle On Sat, Jul 18, 2015 at 8:00 AM, Michał Wi

Re: [T5.4 build 22] Exception in ExceptionReport.tml

2015-07-18 Thread Michał Więckowski
This is not my excepton page - This is standard tapestry exception page. It appears when there is an error in application and shows where is problem. 18 lip 2015 11:50 "mailingl...@j-b-s.de" napisał(a): > What exactly are you doing on your exception page? This error looks like a > new thread is c

Re: [T5.4 build 22] Exception in ExceptionReport.tml

2015-07-18 Thread Basile Chandesris
http://mail-archives.apache.org/mod_mbox/shiro-user/201211.mbox/%3ccaatvd4wla_gu_1qofjbloo7ubyolmssa2yrxch-5tq-yzut...@mail.gmail.com%3E Le 18/07/2015 11:49, mailingl...@j-b-s.de a écrit : What exactly are you doing on your exception page? This error looks like a new thread is created which is

Re: [T5.4 build 22] Exception in ExceptionReport.tml

2015-07-18 Thread mailingl...@j-b-s.de
What exactly are you doing on your exception page? This error looks like a new thread is created which is "not possible" in GAE Jens Von meinem iPhone gesendet > Am 18.07.2015 um 10:47 schrieb Michał Więckowski > : > > Hello everyone, > > I've got a question regarding tapestry 5.4. I try t

[T5.4 build 22] Exception in ExceptionReport.tml

2015-07-18 Thread Michał Więckowski
Hello everyone, I've got a question regarding tapestry 5.4. I try to integrate my application with tynamo tapestry security and Google App Engine. After some development I started to get these exception when "something" in application is not working. I have written "something" because problem con