Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11551


Ignore:
Timestamp:
Mar 19, 2014, 4:34:05 AM (10 years ago)
Author:
Bill Hernandez (Plano, Texas)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11551 – Description

    initial v1  
    2525----------------------------------------
    2626Exception happened during processing of request from ('127.0.0.1', 49279)
     27
    2728Traceback (most recent call last):
     29
    2830  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
    2931    self.finish_request(request, client_address)
    30   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
     32 
     33 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
    3134    self.RequestHandlerClass(request, client_address, self)
    32   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
     35 
     36 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
    3337    self.finish()
    34   File "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py", line 196, in finish
     38 
     39 File "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py", line 196, in finish
    3540    BaseHTTPRequestHandler.finish(self)
    36   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
     41 
     42 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
    3743    self.wfile.close()
    38   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
     44 
     45 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
    3946    self.flush()
    40   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
     47 
     48 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
    4149    self._sock.sendall(view[write_offset:write_offset+buffer_size])
     50
    4251error: [Errno 32] Broken pipe
    4352----------------------------------------
     53
     54NOTICE THE LINE CONTAINING: File "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py", line 196, in finish
     55
     56I was not able to find any info on how to remove "build/bdist.macosx-10.8-intel" and install "build/bdist.macosx-10.9-intel"
     57
     58I am not a python person, so I would be most grateful for some detailed info...