10 messages in com.googlegroups.pylons-discussCrash after coockie expired
FromSent OnAttachments
Andrew Smart25 Apr 2008 01:06 
Ben Bangert25 Apr 2008 09:15 
Andrew Smart25 Apr 2008 11:57 
Jonathan Vanasco27 Apr 2008 21:05 
Ben Bangert27 Apr 2008 22:58 
Andrew Smart28 Apr 2008 06:03 
Jonathan Vanasco28 Apr 2008 10:13 
Andrew Smart29 Apr 2008 09:17 
Ben Bangert29 Apr 2008 13:12 
Andrew Smart30 Apr 2008 00:11 
Subject:Crash after coockie expired
From:Andrew Smart (sma@smart-knowhow.de)
Date:04/25/2008 01:06:29 AM
List:com.googlegroups.pylons-discuss

Hi,

I have trouble with beaker/pylons crashes after server restarts (error list see down). After I delete the cookie the problem disappears. I'm not sure where to start the problem diagnostic.

The error happens inside my development environment - I use "paster serve --reload development.ini", so it may be connected to "cleaning up some dir" and not a serious problem. But any hint to prevent the crashes would be helpful and would reduce my sorrows regarding putting the app into production...

I'm using Pylons 0.9.6.1, Paste 1.5.1, beaker-0.8

Thanks, Andrew

File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste \\httpexceptions.py', line 249 in response headers, content = self.prepare_content(environ) File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste \\httpexceptions.py', line 233 in prepare_content content = self.html(environ) File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste \\httpexceptions.py', line 218 in html body = self.make_body(environ, self.template, html_quote, no_quote) File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste \\httpexceptions.py', line 205 in make_body args[k] = escfunc(v) File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\paste-1.5.1-py2.4.egg\\paste \\util\\quoting.py', line 36 in html_quote return cgi.escape(unicode(v).encode(encoding), 1) File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\beaker-0.8-py2.4.egg\\beaker \\session.py', line 309 in __repr__ return self._session().__repr__() File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\beaker-0.8-py2.4.egg\\beaker \\session.py', line 287 in _session self.__dict__['_sess'] = Session(req, use_cookies=True, **params) File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\beaker-0.8-py2.4.egg\\beaker \\session.py', line 104 in __init__ self.invalidate() File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\beaker-0.8-py2.4.egg\\beaker \\session.py', line 163 in invalidate namespace.acquire_write_lock() File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\beaker-0.8-py2.4.egg\\beaker \\container.py', line 146 in acquire_write_lock if (wait or r): self.open('c', checkcount = True) File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\beaker-0.8-py2.4.egg\\beaker \\container.py', line 174 in open if self.openers == 0: self.do_open(flags) File 'C:\\Panda3D-1.3.2\\python\\lib\\site-packages\\beaker-0.8-py2.4.egg\\beaker \\container.py', line 716 in do_open self.hash = cPickle.load(fh) ValueError: could not convert string to float