Hi,<br><br>I am getting the following POSKeyError. Can anyone please tell me, what is the reason for this error, and how can I rectify it: <br><br>2008-12-02T03:16:11 ERROR ZODB.Connection Couldn&#39;t load state for 0x18fb01<br>
Traceback (most recent call last):<br>&nbsp; File &quot;/opt/Zope-2.8.8/lib/python/ZODB/Connection.py&quot;, line 704, in setstate<br>&nbsp;&nbsp;&nbsp; self._setstate(obj)<br>&nbsp; File &quot;/opt/Zope-2.8.8/lib/python/ZODB/Connection.py&quot;, line 740, in _setstate<br>
&nbsp;&nbsp;&nbsp; p, serial = self._storage.load(obj._p_oid, self._version)<br>&nbsp; File &quot;/opt/Zope-2.8.8/lib/python/ZEO/ClientStorage.py&quot;, line 746, in load<br>&nbsp;&nbsp;&nbsp; return self.loadEx(oid, version)[:2]<br>&nbsp; File &quot;/opt/Zope-2.8.8/lib/python/ZEO/ClientStorage.py&quot;, line 769, in loadEx<br>
&nbsp;&nbsp;&nbsp; data, tid, ver = self._server.loadEx(oid, version)<br>&nbsp; File &quot;/opt/Zope-2.8.8/lib/python/ZEO/ServerStub.py&quot;, line 192, in loadEx<br>&nbsp;&nbsp;&nbsp; return self.rpc.call(&quot;loadEx&quot;, oid, version)<br>&nbsp; File &quot;/opt/Zope-2.8.8/lib/python/ZEO/zrpc/connection.py&quot;, line 536, in call<br>
&nbsp;&nbsp;&nbsp; raise inst # error raised by server<br>POSKeyError: 0x18fb01<br><br>Thanks<br>Roopesh<br><br>