Re: [Zope-dev] Zope-beta failure on OSF/Alpha
Hello all -Jeff Rush wrote:
I know little about alphas but one question, if I may. Did you compile the Zope yourself from the source tarball or use the RPMs that Red Hat makes available for Linux/Alpha?
The reason I ask is that I created the RPMs and Red Hat then tested them on all of their platforms and reported that it works on all. Now I'm wondering whether their testing was extensive enough and they really don't work on an alpha.
I compiled the Zope2 from source myself, I also have compiled the new python(1.5.2). I didn't know that Red-hat has a RPM for the version 2 of Zope, where is it?? Anyway I think that it can not works directly out of the Red-hat instalation because of the fact that pyhton with red-hat 6.0 is version 1.5.10 whithout thread. So you have to recompile or reinstall python. For Zope itself, a lot of things works on 64bits, ZODB ,DA , ftp access, http,etc.. The only2 problems I have seen is the failure during a posting of article in confera/sqhisdot: ############################################ Zope Error Zope has encountered an error while publishing this resource. Error Type: SystemError Error Value: NULL result without error in call_object ---------------------------------------------------------------------------- ---- Troubleshooting Suggestions ........ Traceback (innermost last): File /home/dev/Zope/lib/python/ZPublisher/Publish.py, line 214, in publish_module File /home/dev/Zope/lib/python/ZPublisher/Publish.py, line 179, in publish File /home/dev/Zope/lib/python/Zope/__init__.py, line 201, in zpublisher_exception_hook (Object: ElementWithAttributes) File /home/dev/Zope/lib/python/ZPublisher/Publish.py, line 165, in publish File /home/dev/Zope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: addMessage) File /home/dev/Zope/lib/python/ZPublisher/Publish.py, line 102, in call_object (Object: addMessage) File lib/python/Products/Confera/Confera.py, line 310, in addMessage (Object: ElementWithAttributes) File lib/python/Products/Confera/Confera.py, line 196, in setItem (Object: ElementWithAttributes) SystemError: (see above) #################################### And also inside <!--#in--> loops or <!--#with-->accessing images/documents properties(but it's maybe my code which is non Zope2 compatible). If someone doesn't have this confera error on RedHat 6.0/digital alpha linux 2-2.5-16/python1.5.2, please let me know. Thanks Gilles
Gilles lavaux schrieb: [...]
For Zope itself, a lot of things works on 64bits, ZODB ,DA , ftp access, http,etc.. The only2 problems I have seen is the failure during a posting of article in confera/sqhisdot:
[traceback snipped]
If someone doesn't have this confera error on RedHat 6.0/digital alpha linux 2-2.5-16/python1.5.2, please let me know.
hmmm, on NT 4 I had a similiar error with confera postings after porting confera topics from 1.10.3 to 2.1 (this affected only ported topics). Here the traceback I had: <!-- Error type: AttributeError Error value: call_methods --> Traceback (innermost last): File D:\PROGRA~1\Zope2-0\lib\python\ZPublisher\Publish.py, line 214, in publish_module File D:\PROGRA~1\Zope2-0\lib\python\ZPublisher\Publish.py, line 179, in publish File D:\PROGRA~1\Zope2-0\lib\python\Zope\__init__.py, line 201, in zpublisher_exception_hook (Object: ElementWithAttributes) File D:\PROGRA~1\Zope2-0\lib\python\ZPublisher\Publish.py, line 165, in publish File D:\PROGRA~1\Zope2-0\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: addMessage) File D:\PROGRA~1\Zope2-0\lib\python\ZPublisher\Publish.py, line 102, in call_object (Object: addMessage) File D:\Programme\Zope2-0\lib\python\Products\Confera\Confera.py, line 309, in addMessage (Object: ElementWithAttributes) File D:\Programme\Zope2-0\lib\python\Products\Confera\Confera.py, line 195, in setItem (Object: ElementWithAttributes) File D:\PROGRA~1\Zope2-0\lib\python\SearchIndex\Index.py, line 222, in index_item AttributeError: (see above) I have no clue, if this is the same error, due to the fact, that your traceback stopped in the line before the last line I fixed it by changing Index.py in line 222: try: #new .. prevent confera error with addmessage in 1.10.3 topics if self.call_methods: k=k() except: pass quite simple .. but this helped in my case. hth, thomas -- fon: ++49 (0)40 42878 3781 fax: ++49 (0)40 42878 2728
participants (2)
-
Gilles lavaux -
Thomas Weiner