[Zope] Zope IOError messages (FOUND TEST CASE)

Chris McDonough chrism@digicool.com
Mon, 30 Apr 2001 22:11:10 -0400


Jerome,

Are you seeing "script returned printed without using printed variable"
messages inside your log file (STUPID_LOG_FILE?)  What messages are you
seeing in the logfile?

It seems that the problem is related to opening and closing the logfile,
which may be symptomatic of an out-of-disk-space issue.

- C

----- Original Message -----
From: "Jérôme Loisel" <jerome@levinux.org>
To: "Loren Stafford" <lstafford@morphics.com>
Cc: <zope@zope.org>
Sent: Monday, April 30, 2001 3:45 PM
Subject: Re: [Zope] Zope IOError messages (FOUND TEST CASE)



Hi Loren, hi all.

Loren Stafford -- Lundi 30 Avril 2001 15:30:
> What platform is your Zope running on?
>

I am running Zope 2.3.2 (binary release) on a Mandrake 7.2 system.

Thinking about it, I realized that this specific error seemed to happen in
relation to me trying to create PythonScript objects which contained bugs. I
tried a few things and have come up with a test case.

Trying to edit a PythonScript object to the following code will trigger the
error.

<testcase>
print "Allo!"

if foo:

return printed
</testcase>

As you can see, the script is buggy. Still, this should not render Zope
un-editable. I am not sure that this covers the full extent of the problem,
but it could.

> > -----Original Message-----
> > From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
> > Jérôme Loisel
> > Sent: Monday, April 30, 2001 11:52
> > To: zope@zope.org
> > Subject: [Zope] Zope IOError messages
> >
> >
> >
> > Hello!
> >
> > After working on my website for a few hours, I sometimes start getting
> > IOErrors from Zope in stupid_log_write. See the full message here:
> >
> > http://zope.levinux.org/ioerror.html
> >
> > This only happens when editing the site. Upon encountering this
> > error once,
> > all subsequent attempts at modifying the site (or even restarting
> > Zope from
> > the control panel) fail with the same error. Simply viewing the site,
> > however, will continue working.
> >
> > This problem is does not crop up constantly, but it is not rare either.
I
> > work full-time on the website, and this IOError happens a few
> > times a week.
> > It seems to be happening more recently. (Maybe I should pack my
> > database?)
> >
> > I would like to know why this happens and whether or not I can do
> > something
> > about it. The site is meant to be dynamic user-editable. I can manually
> > restart the Zope server, but my users cannot. So this could
> > easily turn into
> > a big headache if the problem persists.
> >
> > Thank you very much in advance. Cheers,
> >
> > Jérôme Loisel

--
Jérôme Loisel, étudiant et webmestre
Lévinux: GNU/Linux pour la communauté
http://www.levinux.org/

_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )