[web2py] Re: Jobsite on GAE

2010-10-09 Thread mdipierro
The problem may be due to the fact that GAE does not create tables until you perform one insert into them. Therefore any select before there is data will fail. On Oct 10, 12:20 am, Sujith wrote: > Hi Massimo, > > I dont know why but when running under web2py the db seems to be > populated. But wh

[web2py] Re: Jobsite on GAE

2010-10-09 Thread Sujith
Hi Massimo, I dont know why but when running under web2py the db seems to be populated. But when i run under GAE this happens. Any idea where i should look into? Thanks Sujith On Oct 9, 8:54 pm, mdipierro wrote: > The error seems to be in viewcompany, it expects to find at least one > record bu

[web2py] Re: Jobsite on GAE

2010-10-09 Thread mdipierro
The error seems to be in viewcompany, it expects to find at least one record but the db is empty. This is an application error. On Oct 8, 11:27 pm, Sujith wrote: > Hi > I have customized the Jobsite appliance. In the _ah/admin the > following tables are created: > web2py_session_init > web2py_tic

[web2py] Re: Jobsite on GAE

2010-10-08 Thread Sujith
Hi I have customized the Jobsite appliance. In the _ah/admin the following tables are created: web2py_session_init web2py_tickets_init The other tables defined in the model are not getting created. On most of the pages, an Internal error is being generated. This is one of the entries from web2py_

[web2py] Re: Jobsite on GAE

2010-10-08 Thread mdipierro
On Oct 8, 1:28 pm, Sujith wrote: > Hi Massimo, > > Thanks for the superfast response. > The views and controllers seem to be working now. But i cannot see any > data on the website. can you explain which url shows the data and which one does not? This is probably an application error. > The ap

[web2py] Re: Jobsite on GAE

2010-10-08 Thread Sujith
Hi Massimo, Thanks for the superfast response. The views and controllers seem to be working now. But i cannot see any data on the website. The appliance seems to be working fine and i can see the data when running under web2py. Thanks a lot. :) Sujith On Oct 8, 11:22 pm, mdipierro wrote: > You

[web2py] Re: Jobsite on GAE

2010-10-08 Thread mdipierro
You should not have this line: from gluon.dal import * that module is experimental and it is not the proper way of using it. It does not support GAE at all. If you remove that line everything else I see should work fine on GAE. Massimo On Oct 8, 1:20 pm, Sujith wrote: > Hi all, > > I am