I checked using the Firefox addon firebug to see the code released by
paster.
The first time that I access to login page and enter my data I see:
POST login   302 Found
GET document  200 OK

So the browser is redirect to the error page and render the "500
Internal Server Error" because enter in:
if not code:
            raise Exception('No status code was found')
in the error controller.

If I re-enter my data I see:

POST login 302 Found
GET www.mysite.it:8081 200 OK

and I'm able to enter in the application environment.
After that,  I'm able to login/logout for all the day. The problem
occurs the day after.
Every morning, I find the same problem, only for the first login
attempt.
I'm in despair :-((

--

You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.


Reply via email to