Internal error Ticket issued: unrecoverable

846 views
Skip to first unread message

devGS

unread,
Jan 22, 2011, 4:29:02 PM1/22/11
to web...@googlegroups.com
I'm getting "Internal error Ticket issued: unrecoverable" after running the sample app
few times and deleting some entities from my local datastore.
I don't know what stack trace I can look into since my log console doesn't show any errors.
The error happens when running web2py from GAE Launcher on Win. Vista.

Please help.

Massimo Di Pierro

unread,
Jan 22, 2011, 5:45:44 PM1/22/11
to web2py-users
Run it once without GAE launcher.
The problem is that it is failing to create missing folders. This may
be a due to a permission issue or to gaelauncher blocking write access
to file system.

devGS

unread,
Jan 23, 2011, 8:14:54 AM1/23/11
to web2py-users
It didn't work. I also tried to run it in different ways,
the only thing that worked was starting web2py
and GAE launcher on the same port (web2py first). The first time I
tried to run it,
there were no problems or errors. However that was before the above
error occurred.

On Jan 23, 12:45 am, Massimo Di Pierro <massimo.dipie...@gmail.com>
wrote:

devGS

unread,
Jan 23, 2011, 8:32:47 AM1/23/11
to web2py-users
Update: there is an error I found in the log

ERROR 2011-01-23 06:30:11,664 restricted.py:151] Traceback (most
recent call last):
File "C:\Users\vitamin\Desktop\web2py\gluon\main.py", line 446, in
wsgibase
serve_controller(request, response, session)
File "C:\Users\vitamin\Desktop\web2py\gluon\main.py", line 184, in
serve_controller
run_models_in(environment)
File "C:\Users\vitamin\Desktop\web2py\gluon\compileapp.py", line
340, in run_models_in
restricted(read_pyc(model), environment, layer=model)
File "C:\Users\vitamin\Desktop\web2py\gluon\compileapp.py", line
261, in read_pyc
fp = open(filename, 'rb')
File "D:\Program Files\Google\google_appengine\google\appengine\tools
\dev_appserver.py", line 1214, in __init__
raise IOError(errno.EACCES, 'file not accessible', filename)
IOError: [Errno 13] file not accessible: 'C:\\Users\\vitamin\\Desktop\
\web2py\\applications\\welcome/compiled/models_db.pyc'

However, running with web2py first doesn't help.

Massimo Di Pierro

unread,
Jan 23, 2011, 10:27:16 AM1/23/11
to web2py-users
You may be trying to run a compiled app on GAE. You cannot do that.
Run web2py normally first (no appserver), remove the compiled one,
then run it.

devGS

unread,
Jan 23, 2011, 10:50:39 AM1/23/11
to web2py-users
Thanks a lot! I removed the compiled version and it works now.

On Jan 23, 5:27 pm, Massimo Di Pierro <massimo.dipie...@gmail.com>
wrote:

Massimo Di Pierro

unread,
Jan 23, 2011, 2:08:01 PM1/23/11
to web2py-users
It would be nice to be able to deploy bytecode compiled code on GAE
but they seem to use a different magic_number which prevents it.

SRI HARSHA Gajavalli

unread,
Aug 6, 2016, 2:59:34 AM8/6/16
to web2py-users
i am getting the same error even after removing the compiled version

Massimo Di Pierro

unread,
Aug 6, 2016, 3:40:02 AM8/6/16
to web2py-users
I do not know. But I would not recommend doing web development for Google App Engine on Windows Vista. I do not know that anybody is supporting that. You will run into trouble.
Reply all
Reply to author
Forward
0 new messages