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


--~--~---------~--~----~------------~-------~--~----~
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