| 1 | 2010-05-31 02:02:11+0200 [HTTPChannel,5,127.0.0.1] Unhandled Error |
|---|
| 2 | Traceback (most recent call last): |
|---|
| 3 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\protocols\basic.py", line 251, in dataReceived |
|---|
| 4 | why = self.lineReceived(line) |
|---|
| 5 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 1573, in lineReceived |
|---|
| 6 | self.allContentReceived() |
|---|
| 7 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 1641, in allContentReceived |
|---|
| 8 | req.requestReceived(command, path, version) |
|---|
| 9 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 807, in requestReceived |
|---|
| 10 | self.process() |
|---|
| 11 | --- <exception caught here> --- |
|---|
| 12 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\server.py", line 125, in process |
|---|
| 13 | self.render(resrc) |
|---|
| 14 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\server.py", line 200, in render |
|---|
| 15 | self.finish() |
|---|
| 16 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 916, in finish |
|---|
| 17 | self.channel.factory.log(self) |
|---|
| 18 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 1797, in log |
|---|
| 19 | self.logFile.write(line) |
|---|
| 20 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\hook.py", line 153, in newfunc |
|---|
| 21 | return getattr(klass, ORIG(klass, name))(*args, **kw) |
|---|
| 22 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\logfile.py", line 189, in write |
|---|
| 23 | BaseLogFile.write(self, data) |
|---|
| 24 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\logfile.py", line 99, in write |
|---|
| 25 | self.rotate() |
|---|
| 26 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\hook.py", line 153, in newfunc |
|---|
| 27 | return getattr(klass, ORIG(klass, name))(*args, **kw) |
|---|
| 28 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\logfile.py", line 209, in rotate |
|---|
| 29 | os.rename(self.path, "%s.1" % self.path) |
|---|
| 30 | exceptions.WindowsError: [Error 32] The process cannot access the file because it is being used by another process |
|---|
| 31 | |
|---|
| 32 | 2010-05-31 02:02:11+0200 [HTTPChannel,5,127.0.0.1] Unhandled Error |
|---|
| 33 | Traceback (most recent call last): |
|---|
| 34 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\log.py", line 84, in callWithLogger |
|---|
| 35 | return callWithContext({"system": lp}, func, *args, **kw) |
|---|
| 36 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\log.py", line 69, in callWithContext |
|---|
| 37 | return context.call({ILogContext: newCtx}, func, *args, **kw) |
|---|
| 38 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\context.py", line 59, in callWithContext |
|---|
| 39 | return self.currentContext().callWithContext(ctx, func, *args, **kw) |
|---|
| 40 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\context.py", line 37, in callWithContext |
|---|
| 41 | return func(*args,**kw) |
|---|
| 42 | --- <exception caught here> --- |
|---|
| 43 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite |
|---|
| 44 | why = getattr(selectable, method)() |
|---|
| 45 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\internet\tcp.py", line 460, in doRead |
|---|
| 46 | return self.protocol.dataReceived(data) |
|---|
| 47 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\protocols\basic.py", line 251, in dataReceived |
|---|
| 48 | why = self.lineReceived(line) |
|---|
| 49 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 1573, in lineReceived |
|---|
| 50 | self.allContentReceived() |
|---|
| 51 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 1641, in allContentReceived |
|---|
| 52 | req.requestReceived(command, path, version) |
|---|
| 53 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 807, in requestReceived |
|---|
| 54 | self.process() |
|---|
| 55 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\server.py", line 127, in process |
|---|
| 56 | self.processingFailed(failure.Failure()) |
|---|
| 57 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\server.py", line 217, in processingFailed |
|---|
| 58 | self.finish() |
|---|
| 59 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 916, in finish |
|---|
| 60 | self.channel.factory.log(self) |
|---|
| 61 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\web\http.py", line 1797, in log |
|---|
| 62 | self.logFile.write(line) |
|---|
| 63 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\hook.py", line 153, in newfunc |
|---|
| 64 | return getattr(klass, ORIG(klass, name))(*args, **kw) |
|---|
| 65 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\logfile.py", line 189, in write |
|---|
| 66 | BaseLogFile.write(self, data) |
|---|
| 67 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\logfile.py", line 98, in write |
|---|
| 68 | self.flush() |
|---|
| 69 | File "D:\Buildbot\Python-2.6.5\lib\site-packages\twisted\python\logfile.py", line 106, in flush |
|---|
| 70 | self._file.flush() |
|---|
| 71 | exceptions.ValueError: I/O operation on closed file |
|---|