I suspect the problem is that GAE does not create tables until there is data in it. Search on an empty table may fail because of this even if the table is defined (in our case the table of pages). It somebody could help isolate the problem it should be easy to fix.
On Aug 22, 5:05 am, smoggy <[email protected]> wrote: > In web2py server it works fine, when running on GAE i get the 404 when > trying to access home. Does GAE need some indexes that need to be > generated to access login ? if so that could be a cyclic > dependency :/ . > > Could anybody try making an account in a clean cub2py application and > see if they can login to page/home/ in GAE to reproduce the problem ? > > INFO 2010-08-22 09:58:03,192 dev_appserver.py:3275] "GET /init/ > default/index HTTP/1.1" 303 - > INFO 2010-08-22 09:58:03,267 gaehandler.py:65] **** Request: > 59.78ms/60.00ms (real time/cpu time) > INFO 2010-08-22 09:58:03,282 recording.py:327] Saved; key: > __appstats__:083200, part: 117 bytes, full: 36341 bytes, overhead: > 0.002 + 0.015; link:http://127.0.0.1:8080/stats/details?time=1282471083207 > INFO 2010-08-22 09:58:03,291 dev_appserver.py:3275] "GET /init/ > plugin_wiki/page/home HTTP/1.1" 404 - > > On Aug 22, 3:57 am, mdipierro <[email protected]> wrote: > > > Do you get a traceback in the console? > > > On Aug 21, 7:03 pm, smoggy <[email protected]> wrote: > > > > Hi there, > > > > I'm trying to get cube2py working on GAE(locally) without sucess. > > > > The browser loads the login page well > > > :http://127.0.0.1:8080/cube2py/default/user/login > > > > but when i try to login and the url changes to > > > :http://127.0.0.1:8080/cube2py/plugin_wiki/page/home > > > > I get a : > > > 404 NOT FOUND > > > > What am i doing wrong ? > > > > I'm using web2py revision 800 from mercurial and the latest cube2py. > > > > Thanks in advance.

