You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@click.apache.org by tomasz bandura <to...@gmail.com> on 2011/09/22 09:58:50 UTC

Click & Appengine -> strange behaviour

Hello,

My env.:

Click:2.3.0
GAE: 1.5.4
Eclipse: Helios Service Release 2

Tutorial:
http://www.softwarepassion.com/apache-click-on-google-app-engine-hello-world-example/

Generally it works and current time is presented correctly, but when i
change to 'trace' mode, there are strange logs:

*[Click] [debug] GET http://localhost:8888/index.htm/index.htm*
[Click] [trace]    is Ajax request: false
[Click] [trace]    invoked: Index.<<init>>
[Click] [trace]    invoked: Index.onSecurityCheck() : true
[Click] [trace]    invoked: Index.onInit()
[Click] [trace]    invoked: Index.onGet()
[Click] [trace]    invoked: Index.onRender()
[Click] [info ]    renderTemplate: /index.htm - 161 ms
[Click] [trace]    invoked: Index.onDestroy()

In fact, using request: http://localhost:8888/index.htm, the same page is
presented but it looks it was not processed by ClickServlet, and there is
only single log:

[Click] [info ] handleRequest:  /index/index.htm - 18 ms

I am completely do not know what is wrong, because i've checked config files
with exampe and with quick start Click's tutorial

Best regards,
Tomasz

PS. click.xml log:

[Click] [debug] click.xml pages:
[Click] [debug] /index.htm -> pl.ratibor.page.Index