I'm using the Photo product on the FreeZope site (http://www.freezope.org/). I've loaded many photos onto the web site, but yesterday and today I am unable to upload photos. Instead, I receive the following error message: Site Error An error was encountered while publishing this resource. IOError Sorry, a site error occurred. Traceback (innermost last): File /home/zope/Zope-2.4.4-src/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /home/zope/Zope-2.4.4-src/lib/python/ZPublisher/Publish.py, line 187, in publish File /home/zope/Zope-2.4.4-src/lib/python/Zope/__init__.py, line 226, in zpublisher_exception_hook File /home/zope/Zope-2.4.4-src/lib/python/ZPublisher/Publish.py, line 171, in publish File /home/zope/Zope-2.4.4-src/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_addPhoto) File /home/zope/Zope-2.4.4-src/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_addPhoto) File /usr/local/zope/Zope-2.4.4-src/lib/python/Products/Photo/Photo.py, line 675, in manage_addPhoto File /home/zope/Zope-2.4.4-src/lib/python/OFS/ObjectManager.py, line 324, in _setObject (Object: event_005) File /usr/local/zope/Zope-2.4.4-src/lib/python/Products/Photo/Photo.py, line 646, in manage_afterAdd (Object: MVC-280S.JPG) File /usr/local/zope/Zope-2.4.4-src/lib/python/Products/Photo/Photo.py, line 427, in _makeDisplayPhotos (Object: MVC-280S.JPG) File /usr/local/zope/Zope-2.4.4-src/lib/python/Products/Photo/Photo.py, line 416, in _makeDisplayPhoto (Object: MVC-280S.JPG) File /usr/local/zope/Zope-2.4.4-src/lib/python/Products/Photo/Photo.py, line 398, in _getDisplayPhoto (Object: MVC-280S.JPG) File /usr/local/zope/Zope-2.4.4-src/lib/python/Products/Photo/Photo.py, line 389, in _getDisplayData (Object: MVC-280S.JPG) File /usr/local/zope/Zope-2.4.4-src/lib/python/Products/Photo/Photo.py, line 372, in _resize (Object: MVC-280S.JPG) IOError: [Errno 32] Broken pipe This problem exists on multiple boxes (running either Linux or Windows 2000) that are on SEPARATE networks. The files themselves are fine, being read with a variety of software applications, including Konqueror and Mozilla. Any idea what the problem might be so that I can pass that along to the FreeZope people? Thanks in advance, Ron
complaw@hal-pc.org writes:
I'm using the Photo product on the FreeZope site (http://www.freezope.org/). ... IOError Sorry, a site error occurred. (Object: MVC-280S.JPG) File /usr/local/zope/Zope-2.4.4-src/lib/python/Products/Photo/Photo.py, line 372, in _resize (Object: MVC-280S.JPG) IOError: [Errno 32] Broken pipe Look at the code in "Photo.py" line "372".
It tries to write to a pipe (probably that to the conversion process) but it cannot (probably because the conversion process died). Dieter
participants (2)
-
complaw@hal-pc.org -
Dieter Maurer