Hi, I always have an error when I try to pack the database from manage interface (whatever the number of days I want to keep). Zope 2.3.2/Linux. It worked before upgrading from 2.3.0 to 2.3.2, with the version upgrader (not the full installer) Is there something I should do prior packing the database ? TIA -- Gilles ============================== Zope Error Zope has encountered an error while publishing this resource. Error Type: IOError Error Value: [Errno 5] Input/output error Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. Traceback (innermost last): File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/src/Zope-2.3.0-linux2-x86/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: Fake) File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_pack) File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_pack) File /usr/src/Zope-2.3.0-linux2-x86/lib/python/App/ApplicationManager.py, line 411, in manage_pack (Object: Traversable) File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZODB/DB.py, line 534, in pack File /usr/src/Zope-2.3.0-linux2-x86/lib/python/zLOG.py, line 213, in LOG File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZLogger/ZLogger.py, line 17, in log_write File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZLogger/stupidFileLogger.py, line 99, in __call__ File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZLogger/stupidFileLogger.py, line 151, in stupid_log_write IOError: (see above)
Check to make sure you have space available on the partition which holds the STUPID_LOG_FILE. Make sure the user who the process is running under has write access to the file. ----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 12:44 PM Subject: [Zope] Error when packing Data.fs
Hi,
I always have an error when I try to pack the database from manage interface (whatever the number of days I want to keep). Zope 2.3.2/Linux. It worked before upgrading from 2.3.0 to 2.3.2, with the version upgrader (not the full installer) Is there something I should do prior packing the database ?
TIA
-- Gilles ============================== Zope Error Zope has encountered an error while publishing this resource. Error Type: IOError Error Value: [Errno 5] Input/output error
Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience.
Traceback (innermost last): File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/src/Zope-2.3.0-linux2-x86/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: Fake) File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_pack) File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_pack) File /usr/src/Zope-2.3.0-linux2-x86/lib/python/App/ApplicationManager.py, line 411, in manage_pack (Object: Traversable) File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZODB/DB.py, line 534, in pack File /usr/src/Zope-2.3.0-linux2-x86/lib/python/zLOG.py, line 213, in LOG File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZLogger/ZLogger.py, line 17, in log_write File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZLogger/stupidFileLogger.py, line 99, in __call__ File /usr/src/Zope-2.3.0-linux2-x86/lib/python/ZLogger/stupidFileLogger.py, line 151, in stupid_log_write IOError: (see above)
_______________________________________________ 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 )
Thanks Chris... I got 4 Gb left on the partition. Not enough for that log ? There is no STUPID_LOG_FILE environment var set on the server ! Thus (as far as my poor brain can understand) nothing should be logged ! So shouldn't this log to stderr or /dev/null (?) And there was no such problem with Zope 2.3.0. I got the same problem on my 2 Zope prodction servers on Linux. On the development server (Win2k/Zope 2.3.2), there's no such problem. And last... The data don't pack. (A cause or a consequence ?) Thanks -- Gilles ----- Original Message ----- From: Chris McDonough To: Gilles Lenfant ; zope@zope.org Sent: Monday, May 14, 2001 6:46 PM Subject: Re: [Zope] Error when packing Data.fs Check to make sure you have space available on the partition which holds the STUPID_LOG_FILE. Make sure the user who the process is running under has write access to the file. ----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 12:44 PM Subject: [Zope] Error when packing Data.fs
Oh wait. Damn. I had this conversation last week. ;-) You're starting Zope through something like this: ./start & You then close the terminal window, and Zope's controlling terminal disappears.... Zope is trying to send output to stdout, but stdout is gone. You get the IOError. Instead of starting Zope this way, start Zope from a terminal that doesn't get closed. - C ----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 1:21 PM Subject: Re: [Zope] Error when packing Data.fs
Thanks Chris...
I got 4 Gb left on the partition. Not enough for that log ? There is no STUPID_LOG_FILE environment var set on the server ! Thus (as far as my poor brain can understand) nothing should be logged ! So shouldn't this log to stderr or /dev/null (?) And there was no such problem with Zope 2.3.0.
I got the same problem on my 2 Zope prodction servers on Linux. On the development server (Win2k/Zope 2.3.2), there's no such problem.
And last... The data don't pack. (A cause or a consequence ?)
Thanks
-- Gilles
----- Original Message ----- From: Chris McDonough To: Gilles Lenfant ; zope@zope.org Sent: Monday, May 14, 2001 6:46 PM Subject: Re: [Zope] Error when packing Data.fs
Check to make sure you have space available on the partition which holds the STUPID_LOG_FILE. Make sure the user who the process is running under has write access to the file.
----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 12:44 PM Subject: [Zope] Error when packing Data.fs
_______________________________________________ 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 )
Yes ! So I think I have to assign a STUPID_LOG_FILE environment var to some /usr/zope/var/stupid.log. Cause I control this server through ssh in a (far away from server) workstation ??? Now there's no more this I/O Error when I make a direct "start" but it seems that there are other problems... Error Type: IOError Error Value: [Errno 13] Permission denied: '/usr/zope/var/Data.fs.pack' I corrected this by doing a dirty "chmod a+w /usr/zope/var/". Hmmm. perhaps is there something more "secure" to do... Perhaps change the owner of /usr/zope/var/ to "nobody" ??? Can't understand, it worked with zope 2.3.0... Cheers -- Gilles ----- Original Message ----- From: Chris McDonough To: Gilles Lenfant ; zope@zope.org Sent: Monday, May 14, 2001 8:45 PM Subject: Re: [Zope] Error when packing Data.fs Oh wait. Damn. I had this conversation last week. ;-) You're starting Zope through something like this: ./start & You then close the terminal window, and Zope's controlling terminal disappears.... Zope is trying to send output to stdout, but stdout is gone. You get the IOError. Instead of starting Zope this way, start Zope from a terminal that doesn't get closed. - C
Chris, should this result in Zope crashing? my experience is this: Zope 2.3.2b source, Python 2.0 source on SuSE 6.4: if i ./start & Zope on the default terminal and log out of that terminal it never stays up for more than a day! if i ./start & from another terminal and stay logged in (which i have the luxury of being able to do for the moment), Zope keeps chugging away... granted, ./start & is not the nicest way to do things, but if it can result in the process crashing, this should probably be flagged? cheers, Garry On 14 May 2001, at 14:45, Chris McDonough wrote: From: "Chris McDonough" <chrism@digicool.com> To: "Gilles Lenfant" <glenfant@bigfoot.com>, <zope@zope.org> Subject: Re: [Zope] Error when packing Data.fs Date sent: Mon, 14 May 2001 14:45:39 -0400
Oh wait. Damn. I had this conversation last week. ;-)
You're starting Zope through something like this:
./start &
You then close the terminal window, and Zope's controlling terminal disappears.... Zope is trying to send output to stdout, but stdout is gone. You get the IOError.
Instead of starting Zope this way, start Zope from a terminal that doesn't get closed.
- C
----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 1:21 PM Subject: Re: [Zope] Error when packing Data.fs
Thanks Chris...
I got 4 Gb left on the partition. Not enough for that log ? There is no STUPID_LOG_FILE environment var set on the server ! Thus (as far as my poor brain can understand) nothing should be logged ! So shouldn't this log to stderr or /dev/null (?) And there was no such problem with Zope 2.3.0.
I got the same problem on my 2 Zope prodction servers on Linux. On the development server (Win2k/Zope 2.3.2), there's no such problem.
And last... The data don't pack. (A cause or a consequence ?)
Thanks
-- Gilles
----- Original Message ----- From: Chris McDonough To: Gilles Lenfant ; zope@zope.org Sent: Monday, May 14, 2001 6:46 PM Subject: Re: [Zope] Error when packing Data.fs
Check to make sure you have space available on the partition which holds the STUPID_LOG_FILE. Make sure the user who the process is running under has write access to the file.
----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 12:44 PM Subject: [Zope] Error when packing Data.fs
_______________________________________________ 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 )
_______________________________________________ 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 )
+-------------------------------------------+ Garry Steedman mailto:gs@styrax.com Styrax Associates http://www.styrax.com/ "The Good Man has no shape..." +-------------------------------------------+
Hi Garry, Hmmm, we haven't had any reports that Zope outright crashes due to a missing stdout. Note that the first thing to try is to run Zope 2.3.2 final under Python 1.5.2 (the stable Zope release under the Python platform that is recommended to run under - Zope 2.4 will be/is Python 2.X ready). If it still happens under this environment, do you think you might be able to submit a report to the Collector (http://classic.zope.org:8080/Collector) describing the bug and crash in as much detail as you can provide? - C Garry Steedman wrote:
Chris,
should this result in Zope crashing?
my experience is this:
Zope 2.3.2b source, Python 2.0 source on SuSE 6.4: if i ./start & Zope on the default terminal and log out of that terminal it never stays up for more than a day! if i ./start & from another terminal and stay logged in (which i have the luxury of being able to do for the moment), Zope keeps chugging away...
granted, ./start & is not the nicest way to do things, but if it can result in the process crashing, this should probably be flagged?
cheers,
Garry
On 14 May 2001, at 14:45, Chris McDonough wrote:
From: "Chris McDonough" <chrism@digicool.com> To: "Gilles Lenfant" <glenfant@bigfoot.com>, <zope@zope.org> Subject: Re: [Zope] Error when packing Data.fs Date sent: Mon, 14 May 2001 14:45:39 -0400
Oh wait. Damn. I had this conversation last week. ;-)
You're starting Zope through something like this:
./start &
You then close the terminal window, and Zope's controlling terminal disappears.... Zope is trying to send output to stdout, but stdout is gone. You get the IOError.
Instead of starting Zope this way, start Zope from a terminal that doesn't get closed.
- C
----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 1:21 PM Subject: Re: [Zope] Error when packing Data.fs
Thanks Chris...
I got 4 Gb left on the partition. Not enough for that log ? There is no STUPID_LOG_FILE environment var set on the server ! Thus (as far as my poor brain can understand) nothing should be logged ! So shouldn't this log to stderr or /dev/null (?) And there was no such problem with Zope 2.3.0.
I got the same problem on my 2 Zope prodction servers on Linux. On the development server (Win2k/Zope 2.3.2), there's no such problem.
And last... The data don't pack. (A cause or a consequence ?)
Thanks
-- Gilles
----- Original Message ----- From: Chris McDonough To: Gilles Lenfant ; zope@zope.org Sent: Monday, May 14, 2001 6:46 PM Subject: Re: [Zope] Error when packing Data.fs
Check to make sure you have space available on the partition which holds the STUPID_LOG_FILE. Make sure the user who the process is running under has write access to the file.
----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 12:44 PM Subject: [Zope] Error when packing Data.fs
_______________________________________________ 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 )
_______________________________________________ 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 )
+-------------------------------------------+ Garry Steedman mailto:gs@styrax.com Styrax Associates http://www.styrax.com/
"The Good Man has no shape..." +-------------------------------------------+
Chris, thanks for the mail: just thought i'd mention it. due to the famous problem with python 1.5.2 appending `L' to integers with MySQL, i can't go back to pre 2.0 versions of python... if it's important to you to have more detail let me know and i'll try to oblige... cheers, Garry On 23 May 2001, at 8:55, Chris McDonough wrote: Date sent: Wed, 23 May 2001 08:55:33 -0400 From: Chris McDonough <chrism@digicool.com> To: gs@styrax.com Copies to: zope@zope.org Subject: Re: [Zope] Error when packing Data.fs
Hi Garry,
Hmmm, we haven't had any reports that Zope outright crashes due to a missing stdout. Note that the first thing to try is to run Zope 2.3.2 final under Python 1.5.2 (the stable Zope release under the Python platform that is recommended to run under - Zope 2.4 will be/is Python 2.X ready). If it still happens under this environment, do you think you might be able to submit a report to the Collector (http://classic.zope.org:8080/Collector) describing the bug and crash in as much detail as you can provide?
- C
Garry Steedman wrote:
Chris,
should this result in Zope crashing?
my experience is this:
Zope 2.3.2b source, Python 2.0 source on SuSE 6.4: if i ./start & Zope on the default terminal and log out of that terminal it never stays up for more than a day! if i ./start & from another terminal and stay logged in (which i have the luxury of being able to do for the moment), Zope keeps chugging away...
granted, ./start & is not the nicest way to do things, but if it can result in the process crashing, this should probably be flagged?
cheers,
Garry
On 14 May 2001, at 14:45, Chris McDonough wrote:
From: "Chris McDonough" <chrism@digicool.com> To: "Gilles Lenfant" <glenfant@bigfoot.com>, <zope@zope.org> Subject: Re: [Zope] Error when packing Data.fs Date sent: Mon, 14 May 2001 14:45:39 -0400
Oh wait. Damn. I had this conversation last week. ;-)
You're starting Zope through something like this:
./start &
You then close the terminal window, and Zope's controlling terminal disappears.... Zope is trying to send output to stdout, but stdout is gone. You get the IOError.
Instead of starting Zope this way, start Zope from a terminal that doesn't get closed.
- C
----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 1:21 PM Subject: Re: [Zope] Error when packing Data.fs
Thanks Chris...
I got 4 Gb left on the partition. Not enough for that log ? There is no STUPID_LOG_FILE environment var set on the server ! Thus (as far as my poor brain can understand) nothing should be logged ! So shouldn't this log to stderr or /dev/null (?) And there was no such problem with Zope 2.3.0.
I got the same problem on my 2 Zope prodction servers on Linux. On the development server (Win2k/Zope 2.3.2), there's no such problem.
And last... The data don't pack. (A cause or a consequence ?)
Thanks
-- Gilles
----- Original Message ----- From: Chris McDonough To: Gilles Lenfant ; zope@zope.org Sent: Monday, May 14, 2001 6:46 PM Subject: Re: [Zope] Error when packing Data.fs
Check to make sure you have space available on the partition which holds the STUPID_LOG_FILE. Make sure the user who the process is running under has write access to the file.
----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 12:44 PM Subject: [Zope] Error when packing Data.fs
_______________________________________________ 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 )
_______________________________________________ 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 )
+-------------------------------------------+ Garry Steedman mailto:gs@styrax.com Styrax Associates http://www.styrax.com/
"The Good Man has no shape..." +-------------------------------------------+
+-------------------------------------------+ Garry Steedman mailto:gs@styrax.com Styrax Associates http://www.styrax.com/ "The Good Man has no shape..." +-------------------------------------------+
OK, thanks Garry... I'm going to treat this as an isolated error, where the solution is to not close the terminal window after you do "./start &" or alternately to use "nohup ./start &". Garry Steedman wrote:
Chris,
thanks for the mail: just thought i'd mention it. due to the famous problem with python 1.5.2 appending `L' to integers with MySQL, i can't go back to pre 2.0 versions of python...
if it's important to you to have more detail let me know and i'll try to oblige...
cheers,
Garry
On 23 May 2001, at 8:55, Chris McDonough wrote:
Date sent: Wed, 23 May 2001 08:55:33 -0400 From: Chris McDonough <chrism@digicool.com> To: gs@styrax.com Copies to: zope@zope.org Subject: Re: [Zope] Error when packing Data.fs
Hi Garry,
Hmmm, we haven't had any reports that Zope outright crashes due to a missing stdout. Note that the first thing to try is to run Zope 2.3.2 final under Python 1.5.2 (the stable Zope release under the Python platform that is recommended to run under - Zope 2.4 will be/is Python 2.X ready). If it still happens under this environment, do you think you might be able to submit a report to the Collector (http://classic.zope.org:8080/Collector) describing the bug and crash in as much detail as you can provide?
- C
Garry Steedman wrote:
Chris,
should this result in Zope crashing?
my experience is this:
Zope 2.3.2b source, Python 2.0 source on SuSE 6.4: if i ./start & Zope on the default terminal and log out of that terminal it never stays up for more than a day! if i ./start & from another terminal and stay logged in (which i have the luxury of being able to do for the moment), Zope keeps chugging away...
granted, ./start & is not the nicest way to do things, but if it can result in the process crashing, this should probably be flagged?
cheers,
Garry
On 14 May 2001, at 14:45, Chris McDonough wrote:
From: "Chris McDonough" <chrism@digicool.com> To: "Gilles Lenfant" <glenfant@bigfoot.com>, <zope@zope.org> Subject: Re: [Zope] Error when packing Data.fs Date sent: Mon, 14 May 2001 14:45:39 -0400
Oh wait. Damn. I had this conversation last week. ;-)
You're starting Zope through something like this:
./start &
You then close the terminal window, and Zope's controlling terminal disappears.... Zope is trying to send output to stdout, but stdout is gone. You get the IOError.
Instead of starting Zope this way, start Zope from a terminal that doesn't get closed.
- C
----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 1:21 PM Subject: Re: [Zope] Error when packing Data.fs
Thanks Chris...
I got 4 Gb left on the partition. Not enough for that log ? There is no STUPID_LOG_FILE environment var set on the server ! Thus (as far as my poor brain can understand) nothing should be logged ! So shouldn't this log to stderr or /dev/null (?) And there was no such problem with Zope 2.3.0.
I got the same problem on my 2 Zope prodction servers on Linux. On the development server (Win2k/Zope 2.3.2), there's no such problem.
And last... The data don't pack. (A cause or a consequence ?)
Thanks
-- Gilles
----- Original Message ----- From: Chris McDonough To: Gilles Lenfant ; zope@zope.org Sent: Monday, May 14, 2001 6:46 PM Subject: Re: [Zope] Error when packing Data.fs
Check to make sure you have space available on the partition which holds the STUPID_LOG_FILE. Make sure the user who the process is running under has write access to the file.
----- Original Message ----- From: "Gilles Lenfant" <glenfant@bigfoot.com> To: <zope@zope.org> Sent: Monday, May 14, 2001 12:44 PM Subject: [Zope] Error when packing Data.fs
_______________________________________________ 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 )
_______________________________________________ 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 )
+-------------------------------------------+ Garry Steedman mailto:gs@styrax.com Styrax Associates http://www.styrax.com/
"The Good Man has no shape..." +-------------------------------------------+
+-------------------------------------------+ Garry Steedman mailto:gs@styrax.com Styrax Associates http://www.styrax.com/
"The Good Man has no shape..." +-------------------------------------------+
On Wed, May 23, 2001 at 09:22:59AM -0400, Chris McDonough wrote:
OK, thanks Garry... I'm going to treat this as an isolated error, where the solution is to not close the terminal window after you do "./start &" or alternately to use "nohup ./start &".
The error might not be isolated, but it might not be Zope's fault, either. Some third-party product might be shooting debug output to stdout -- grep through all the .py files in your Products directory for instances of 'print'. In my case, I use: find Products -type f -name '*.py' -exec grep -l print {} \; to find potentially offending files, and then grep each one for print statements. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
Mike, had a quick look, not *using* any 3-rd party products which are trying to print to stdout (though some *may* be installed)... cheers, Garry On 23 May 2001, at 9:02, Mike Renfro wrote: From: Mike Renfro <renfro@tntech.edu> To: Chris McDonough <chrism@digicool.com> Copies to: gs@styrax.com, zope@zope.org Subject: Re: [Zope] Error when packing Data.fs Date sent: Wed, 23 May 2001 09:02:36 -0500
On Wed, May 23, 2001 at 09:22:59AM -0400, Chris McDonough wrote:
OK, thanks Garry... I'm going to treat this as an isolated error, where the solution is to not close the terminal window after you do "./start &" or alternately to use "nohup ./start &".
The error might not be isolated, but it might not be Zope's fault, either. Some third-party product might be shooting debug output to stdout -- grep through all the .py files in your Products directory for instances of 'print'.
In my case, I use:
find Products -type f -name '*.py' -exec grep -l print {} \;
to find potentially offending files, and then grep each one for print statements.
-- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
_______________________________________________ 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 )
+-------------------------------------------+ Garry Steedman mailto:gs@styrax.com Styrax Associates http://www.styrax.com/ "The Good Man has no shape..." +-------------------------------------------+
participants (4)
-
Chris McDonough -
Garry Steedman -
Gilles Lenfant -
Mike Renfro