Hello,

I have a strange error on admin error. Even with no customized application 
deployed, sometimes admin application "crashes"  with this message on web 
page:

Internal errorTicket issued: 
unrecoverable<https://intranet-t4dm.si.francetelecom.fr/admin/default/ticket/unrecoverable>

And in the log I get :
2013-02-11 14:33:02,293 - web2py - ERROR - Traceback (most recent call 
last):
  File "/opt/application/web2py/current/web2py/gluon/main.py", line 576, in 
wsgibase
    session._try_store_in_cookie_or_file(request, response)
  File "/opt/application/web2py/current/web2py/gluon/globals.py", line 749, 
in _try_store_in_cookie_or_file
    self._try_store_in_file(request, response)
  File "/opt/application/web2py/current/web2py/gluon/globals.py", line 755, 
in _try_store_in_file
    if not response.session_id or self._forget or self._unchanged():
  File "/opt/application/web2py/current/web2py/gluon/globals.py", line 711, 
in _unchanged
    session_pickled = cPickle.dumps(dict(self))
  File "/usr/lib64/python2.6/copy_reg.py", line 70, in _reduce_ex
    raise TypeError, "can't pickle %s objects" % base.__name__
TypeError: can't pickle function objects

My version of web2py is 2.3.2

I manage sometimes to deploy application by removing sessions file, bu 
today impossible to make it works :'(

Thx


-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to