On Aug 21, 7:43 pm, jevans <[EMAIL PROTECTED]> wrote:
> On Aug 21, 6:36 pm, jevans <[EMAIL PROTECTED]> wrote:
> > On Aug 17, 2:59 am, jevans <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > >
> > > Happened to have my server open in another window when this went by.
> > > I didn't notice any problem in the trac window I was using at the time
> > > to update a ticket.
> > >
> > > I'm running Trac 0.11 on Win2k.  tracd server, SQLite DB.
> > >
> > > Any of this mean anything to anybody?
> > >
> > > Exception happened during processing of request from ('192.168.1.86',
> > > 1284)
> > > Traceback (most recent call last):
> > >   File "C:\Programs\Python25\lib\SocketServer.py", line 464, in
> > > process_request_
> > > thread
> > >     self.finish_request(request, client_address)
> > >   File "C:\Programs\Python25\lib\SocketServer.py", line 254, in
> > > finish_request
> > >     self.RequestHandlerClass(request, client_address, self)
> > >   File "C:\Programs\Python25\lib\SocketServer.py", line 522, in
> > > __init__
> > >     self.handle()
> > >   File "C:\Programs\Python25\lib\BaseHTTPServer.py", line 316, in
> > > handle
> > >     self.handle_one_request()
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\wsgi
> > > .py", line 174, in handle_one_request
> > >     gateway.run(self.server.application)
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\wsgi
> > > .py", line 87, in run
> > >     response = application(self.environ, self._start_response)
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\stan
> > > dalone.py", line 89, in __call__
> > >     return self.application(environ, start_response)
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\main
> > > .py", line 394, in dispatch_request
> > >     return _dispatch_request(req, env, env_error)
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\main
> > > .py", line 484, in _dispatch_request
> > >     req.send_error(exc_info, status=500, env=env, data=data)
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\api.
> > > py", line 358, in send_error
> > >     exc_info)
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\main
> > > .py", line 423, in _dispatch_request
> > >     dispatcher.dispatch(req)
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\main
> > > .py", line 224, in dispatch
> > >     req.send(output, content_type or 'text/html')
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\api.
> > > py", line 321, in send
> > >     self.write(content)
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\api.
> > > py", line 425, in write
> > >     self._write(data)
> > >   File "c:\programs\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac
> > > \web\wsgi
> > > .py", line 195, in _write
> > >     self.handler.send_response(int(status[:3]))
> > >   File "C:\Programs\Python25\lib\BaseHTTPServer.py", line 370, in
> > > send_response
> > >     self.send_header('Server', self.version_string())
> > >   File "C:\Programs\Python25\lib\BaseHTTPServer.py", line 376, in
> > > send_header
> > >     self.wfile.write("%s: %s\r\n" % (keyword, value))
> > >   File "C:\Programs\Python25\lib\socket.py", line 262, in write
> > >     self.flush()
> > >   File "C:\Programs\Python25\lib\socket.py", line 249, in flush
> > >     self._sock.sendall(buffer)
> > > error: (10053, 'Software caused connection abort')
> >
> >
> > Now that I'm looking for it, I'm seeing these errors quite a lot.  Any
> > suggestions what I should look at to find the problem, or are these
> > normal?  I looked at the scripts but between not knowing Python and
> > not knowing networking, I'm pretty much lost.
> >
> > I notice my site-packages directory contains both a Trac-0.11-
> > py2.5.egg and a Trac-0.11-py2.3.egg-info.  Can that be right?
> >
> > Any help would be much appreciated,
> >
> > -jevans
>
>
> I should mention I've only ever had Python 2.5 installed.
> -jevans

Hi,

Curious how often it might be typical to need to restart a Tracd
standalone process?

Most recently I noticed that our ticket change notification emails
were listing the ticket URL as http://localhost/.../ticket/123 which
of course goes nowhere.  Restarting Tracd seems to have fixed it.

I'm still seeing the exception tracebacks go by at times.  They're not
always the same.  Is it helpful to continue posting them here?

Any suggestions much appreciated,

- jevans

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" 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/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to