Looks like that is coming from here, 
https://github.com/web2py/pydal/blob/master/pydal/adapters/base.py#L497, 
which indicates a file is being found. Are you sure there's nothing there? 
If it is there, is it an empty file? Can you unpickle it yourself?

I've read that you can also get this error if the file is open for write by 
another process or if you run out of RAM.

Anthony

On Thursday, October 8, 2015 at 6:29:42 PM UTC-4, Matt Norris wrote:
>
> I am using Postgres and my tables are created fine when I first hit my 
> application. However, on the next hit, I get the following error: 
>
> <type 'exceptions.RuntimeError'> File 
> applications/APPNAME/databases/715f66f7f718f8a2afa073dfc0be5874_web2py_session_APPNAME.table
>  
> appears corrupted
>
> I get this error because *no files* have been created in the 
> `databases` folder. 
>
> Migrations are on, and I realize that if I turn them off and hit the 
> application this error goes away, but it seems like I shouldn't have to do 
> that. 
>
> Why aren't the .table files created? 
>
> Thanks, 
> Matt 
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to