straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

DuplicatePropertyError at production #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. upload your 1.1beta application to the server
2. go to the main page

What is the expected output? What do you see instead?
A main page of your site, as on the server running locally

What version of the product are you using? On what operating system?
production GAE (locally app runs fine)
aep 1.1beta
gaebar
my custom application

Please provide any additional information below.
error log attached

There is no much evidence yet. I'll try to investigate the problem and post
results here.

Original issue reported on code.google.com by A.A.Vasi...@gmail.com on 28 Mar 2009 at 5:56

GoogleCodeExporter commented 9 years ago
error log attached

Original comment by A.A.Vasi...@gmail.com on 28 Mar 2009 at 6:01

Attachments:

GoogleCodeExporter commented 9 years ago
bare aep1.1beta runs fine.

GAE changed it's mind and now gives me
<type 'exceptions.RuntimeError'>: cannot unmarshal code objects in restricted
execution mode
loading ragendja templates (log attached)

Original comment by A.A.Vasi...@gmail.com on 28 Mar 2009 at 6:16

Attachments:

GoogleCodeExporter commented 9 years ago
After removal of all junk:
rm **/*~ **/*.pyc
and
manage.py upload
my site is back. Is it skip_files of app.yaml value leakage?
This issue could be closed, I think.

Original comment by A.A.Vasi...@gmail.com on 28 Mar 2009 at 7:43

GoogleCodeExporter commented 9 years ago
Great. :)
The problem probably is that if an exception is raised while the app gets 
loaded your
modules aren't imported correctly and thus such errors can occur.

Original comment by wkornew...@gmail.com on 29 Mar 2009 at 10:40