2006/01/11 17:37:28 HTTP INFO SystemExit raised: shutting down autoreloader
2006/01/11 17:37:28 HTTP INFO CherryPy shut down
Unhandled exception in thread started by <bound method Server._start of <cherryp
y._cpserver.Server object at 0x009E1730>>
Traceback (most recent call last):
File "c:\python24\lib\site-packages\cherrypy-2.1.1-py2.4.egg\cherrypy\_cpserve
r.py", line 115, in _start
if cherrypy.config.get("server.logConfigOptions", True):
AttributeError: 'NoneType' object has no attribute 'config'
And this is what was outputted when I hit Ctrl+C:
2006/01/11 17:37:32 HTTP INFO SystemExit raised: shutting down autoreloader
2006/01/11 17:37:32 HTTP INFO CherryPy shut down
Unhandled exception in thread started by <bound method Server._start of <cherryp
y._cpserver.Server object at 0x009E1730>>
Traceback (most recent call last):
File "c:\python24\lib\site-packages\cherrypy-2.1.1-py2.4.egg\cherrypy\_cpserve
r.py", line 115, in _start
if cherrypy.config.get("server.logConfigOptions", True):
AttributeError: 'NoneType' object has no attribute 'config'
Traceback (most recent call last):
File "call.py", line 3, in ?
import cherrypy
File "c:\python24\lib\site-packages\cherrypy-2.1.1-py2.4.egg\cherrypy\__init__
.py", line 40, in ?
import config
File "c:\python24\lib\site-packages\cherrypy-2.1.1-py2.4.egg\cherrypy\config.p
y", line 36, in ?
from cherrypy import _cputil, _cperror
File "c:\python24\lib\site-packages\cherrypy-2.1.1-py2.4.egg\cherrypy\_cputil.
py", line 240, in ?
from cherrypy.lib.filter import baseurlfilter, cachefilter, \
File "c:\python24\lib\site-packages\cherrypy-2.1.1-py2.4.egg\cherrypy\lib\filt
er\sessionfilter.py", line 56, in ?
import pickle
File "C:\Python24\lib\pickle.py", line 25, in ?
"""
KeyboardInterrupt
2006/01/11 17:37:33 HTTP INFO <Ctrl-C> hit: shutting down autoreloader
2006/01/11 17:37:33 HTTP INFO CherryPy shut down
Are there any other modifications in CP 2.1.1 that breaks my app?
BTW, Is there a changelog in cherrypy.org, so I can see it without
downloading the tar.gz?
If some file of my app will be useful to understand this problem, let
me know so I post it here.
Cheers,
Luiz Carlos Geron
jabber: luiz...@jabber.org
Istvan.
http://kassemi.blogspot.com/2006/01/cherrypy-infinite-autoreload-after-kid.html
It's been working great for me, but I make no guarantees. If I thought
it was a permanent fix I would have submitted a patch. The CP
developers will offer a more professional fix, I'm sure.
_________________
James Kassemi
http://kassemi.blogspot.com
You don't have to offer a patch, but a ticket would be great!
http://www.cherrypy.org/newticket
Bob