[Zope] Zope 2.4 object/data problems
Dieter Maurer
dieter@handshake.de
Wed, 14 Nov 2001 22:31:43 +0100
Terry Hancock writes:
> ...
> Furthermore, it was impossible to delete and reload
> this script. Nor could I load the script under another
> name. The server returns a "data missing" or "connection
> refused" message when I attempt to upload this script.
> (You might think the server had gone down, except that
> other files work okay before, between, and after such
> attempts).
"data missing" usually indicates that Zope died.
"connection refused" indicates that Zope is not running,
probably because it died earlier and is currently restarting.
Activate logging (--> mailing list archives) and
lock at the log file...
> ...
> It seems that
> objects which I loaded or imported into Zope 2.3.3
> do not work properly when Zope 2.4.1 is started --
I have had not problems with this....
> I get "data missing"/"connection refused" messages
> for files and whole folders, when I attempt this.
Seems that your Zope 2.4.1 is not in a good shape...
Dieter