Hi, Unfortunately there's no error message other than the 404 ... here's a grab of what I see:
[EMAIL PROTECTED] 11:44 ~/projects/DoublesWeb/doublesweb > tg-admin toolbox 18/Oct/2008:11:44:34 CONFIG INFO Server parameters: 18/Oct/2008:11:44:34 CONFIG INFO server.environment: development 18/Oct/2008:11:44:34 CONFIG INFO server.log_to_screen: True 18/Oct/2008:11:44:34 CONFIG INFO server.log_file: 18/Oct/2008:11:44:34 CONFIG INFO server.log_tracebacks: True 18/Oct/2008:11:44:34 CONFIG INFO server.log_request_headers: True 18/Oct/2008:11:44:34 CONFIG INFO server.protocol_version: HTTP/1.0 18/Oct/2008:11:44:34 CONFIG INFO server.socket_host: 18/Oct/2008:11:44:34 CONFIG INFO server.socket_port: 7654 18/Oct/2008:11:44:34 CONFIG INFO server.socket_file: 18/Oct/2008:11:44:34 CONFIG INFO server.reverse_dns: False 18/Oct/2008:11:44:34 CONFIG INFO server.socket_queue_size: 5 18/Oct/2008:11:44:34 CONFIG INFO server.thread_pool: 10 2008-10-18 11:44:35,095 turbogears.visit INFO Visit Tracking starting 2008-10-18 11:44:35,096 turbogears.visit DEBUG Loading visit manager from plugin: sqlobject 2008-10-18 11:44:35,144 turbogears.visit.sovisit INFO Succesfully loaded "doublesweb.model.Visit" Registering Service turbogears: development._http._tcp port 7654 TXT path=/ 2008-10-18 11:44:35,184 turbogears.visit INFO Visit filter initialised 2008-10-18 11:44:35,188 turbogears.identity INFO Identity starting 2008-10-18 11:44:35,189 turbogears.identity DEBUG Loading provider from plugin: sqlobject 2008-10-18 11:44:35,247 turbogears.identity.soprovider INFO Succesfully loaded "doublesweb.model.User" 2008-10-18 11:44:35,247 turbogears.identity.soprovider INFO Succesfully loaded "doublesweb.model.Group" 2008-10-18 11:44:35,248 turbogears.identity.soprovider INFO Succesfully loaded "doublesweb.model.Permission" 2008-10-18 11:44:35,248 turbogears.identity.soprovider INFO Succesfully loaded "doublesweb.model.VisitIdentity" 2008-10-18 11:44:35,249 turbogears.identity INFO Identity visit plugin initialised 2008-10-18 11:44:35,249 turbogears.identity DEBUG Loading provider from plugin: sqlobject 2008-10-18 11:44:35,250 turbogears.identity.soprovider INFO Succesfully loaded "doublesweb.model.User" 2008-10-18 11:44:35,250 turbogears.identity.soprovider INFO Succesfully loaded "doublesweb.model.Group" 2008-10-18 11:44:35,250 turbogears.identity.soprovider INFO Succesfully loaded "doublesweb.model.Permission" 2008-10-18 11:44:35,250 turbogears.identity.soprovider INFO Succesfully loaded "doublesweb.model.VisitIdentity" 11:44:35.910 Got a reply for service turbogears: development._http._tcp.local.: Name now registered and active 18/Oct/2008:11:44:36 HTTP INFO Serving HTTP on http://0.0.0.0:7654/ 18/Oct/2008:11:44:37 HTTP INFO Page handler: "The path '/' was not found." Traceback (most recent call last): File "/Library/Python/2.5/site-packages/CherryPy-2.3.0-py2.5.egg/ cherrypy/_cphttptools.py", line 106, in _run applyFilters('before_request_body') File "/Library/Python/2.5/site-packages/CherryPy-2.3.0-py2.5.egg/ cherrypy/filters/__init__.py", line 151, in applyFilters method() File "/Library/Python/2.5/site-packages/TurboGears-1.0.7-py2.5.egg/ turbogears/startup.py", line 163, in before_request_body raise cherrypy.NotFound(request.path) NotFound: 404 Request Headers: COOKIE: JSESSIONID=t1JpL2JQn1SltQwJ2NXYmTnfFQZMypZpZVJhvXbc5vWXw1qjGkXw! 1609003243; tg-visit=18361b30de7c391b2f4a28375e72f9ab5da10bc0 Content-Length: USER-AGENT: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1 CONNECTION: keep-alive HOST: localhost:7654 ACCEPT: text/xml,application/xml,application/xhtml+xml,text/ html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Remote-Addr: ::1 ACCEPT-LANGUAGE: en-us Content-Type: ACCEPT-ENCODING: gzip, deflate ::1 - - [18/Oct/2008:11:44:37] "GET / HTTP/1.1" 404 1264 "" "Mozilla/ 5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1" Cheers, C On Oct 17, 3:16 pm, Christopher Arndt <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > Hi all, > > > I've upgraded TG to 1.0.7, and have a project which I'd started with > > 1.0.5 (IIRC). The project itself runs fine, but I can use the toolbox > > any more. It starts up without error messages, but I get a 404 in the > > browser that pops open. I've verified that the toolbox runs fine > > outside of the project. > > > Does anyone have any pointers how I might get the toolbox to work for > > my old project; t'would be much appreciated ;) > > It would greatly help, if you posted the error message. > > Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

