TVS Restarted: 2004.03.08 08:40 - Socket Exception

Ivan R. Judson judson at mcs.anl.gov
Mon Mar 8 08:43:11 CST 2004


TVS Restart Report:

Result:
	I restarted the tvs after mary asked if it was hung on the mud. It
appeared to not be responding and had exception printouts in the screen
session. This looks like it could have tweaked the locking bug we found a
couple of weeks ago.

	The server is back up and running in a screen session owned by me
(user: judson).

Things I did:

	sudu killall -9 python2 (this might have killed bridges, dunno)
	copy Transitional.dat.bak to Transitional.dat (the Transition.dat is
now transitional.dat.broke), it wouldn't load.
	copy ~judson/.AccessGrid/VenueServer.log to
~judson/.AccessGrid/vs.log.2004.03.08

	copied the following from Screen, which makes me thing if we're
going to use screen we should be logging it because I couldn't get anything
above this and I couldn't find it in the log.	


------- Screen Output --------

    self.process_request(request, client_address)
  File "//usr/lib/python2.2/SocketServer.py", line 240, in process_request
    self.finish_request(request, client_address)
  File "//usr/lib/python2.2/SocketServer.py", line 253, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "//usr/lib/python2.2/SocketServer.py", line 514, in __init__
    self.handle()
  File "//usr/lib/python2.2/BaseHTTPServer.py", line 258, in handle
    self.raw_requestline = self.rfile.readline()
  File "/usr/lib/python2.2/site-packages/pyGlobus/io.py", line 356, in
readline
    s = self.read(1)
  File "/usr/lib/python2.2/site-packages/pyGlobus/io.py", line 345, in read
    nbytes = self.sock.read(self.rbuf, size, waitForBytes)
  File "/usr/lib/python2.2/site-packages/pyGlobus/io.py", line 221, in read
    raise ex
IOBaseException: a system call failed (Connection reset by peer)
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('140.221.8.115', 1168)
Traceback (most recent call last):
  File "//usr/lib/python2.2/SocketServer.py", line 221, in handle_request
    self.process_request(request, client_address)
  File "//usr/lib/python2.2/SocketServer.py", line 240, in process_request
    self.finish_request(request, client_address)
  File "//usr/lib/python2.2/SocketServer.py", line 253, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "//usr/lib/python2.2/SocketServer.py", line 514, in __init__
    self.handle()
  File "//usr/lib/python2.2/BaseHTTPServer.py", line 266, in handle
    method()
  File
"/usr/lib/python2.2/site-packages/AccessGrid/hosting/pyGlobus/AGGSISOAP.py",
line 3972, in do_POST
    self.send_response(status)
  File "//usr/lib/python2.2/BaseHTTPServer.py", line 313, in send_response
    self.wfile.write("%s %s %s\r\n" %
  File "/usr/lib/python2.2/site-packages/pyGlobus/io.py", line 369, in write
    self.sock.write(str, len(str))
  File "/usr/lib/python2.2/site-packages/pyGlobus/io.py", line 253, in write
    raise ex
IOBaseException: a system call failed (Connection reset by peer)
----------------------------------------




More information about the ag-dev mailing list