Advertisement
Guest User

Ctrl-C Exception on GroupServer 14.03a

a guest
Mar 10th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.78 KB | None | 0 0
  1. ^C2014-03-10 16:51:17 INFO SignalHandler Caught signal SIGINT
  2. 2014-03-10 16:51:17 INFO Z2 Shutting down
  3. Traceback (most recent call last):
  4.   File "/home/gs/Development/OGN/GroupServer/stage2/parts/instance/bin/interpreter", line 331, in <module>
  5.     execfile(__file__)
  6.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/Zope2-2.13.21-py2.7.egg/Zope2/Startup/run.py", line 76, in <module>
  7.     run()
  8.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/Zope2-2.13.21-py2.7.egg/Zope2/Startup/run.py", line 26, in run
  9.     starter.run()
  10.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/Zope2-2.13.21-py2.7.egg/Zope2/Startup/__init__.py", line 108, in run
  11.     self.shutdown()
  12.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/Zope2-2.13.21-py2.7.egg/Zope2/Startup/__init__.py", line 113, in shutdown
  13.     db.close()
  14.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/DB.py", line 624, in close
  15.     @self._connectionMap
  16.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/DB.py", line 506, in _connectionMap
  17.     self.pool.map(f)
  18.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/DB.py", line 206, in map
  19.     self.all.map(f)
  20.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/transaction-1.1.1-py2.7.egg/transaction/weakset.py", line 58, in map
  21.     f(elt)
  22.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/DB.py", line 628, in _
  23.     c._release_resources()
  24.   File "/home/gs/Development/OGN/GroupServer/stage2/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/Connection.py", line 1075, in _release_resources
  25.     c._storage.release()
  26. AttributeError: 'NoneType' object has no attribute 'release'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement