cannot install TextIndexNG on solaris 5.6
I have installed TextIndexNG-1.05alpha1 under Linux and Zope-2.5.1 succesfully. But when I try to install it under Sun Solaris 5.6, I get the following traceback in z2.log: 2002-08-21T12:59:58 ERROR(200) Zope Couldn't install TextIndexNG Traceback (innermost last): File .../lib/python/OFS/Application.py, line 637, in install_product (Object: Zope) (Info: TextIndexNG) File ...lib/python/Products/TextIndexNG/__init__.py, line 75, in initialize File ...lib/python/Products/TextIndexNG/TextIndexNG.py, line 42, in ? File ...lib/python/Products/TextIndexNG/converters/__init__.py, line 17, in ? (Object: Products.TextIndexNG.converters.doc) File ...lib/python/Products/TextIndexNG/Registry.py, line 58, in register File .../lib/python/Interface/verify.py, line 35, in verify_class_implementation (Object: ConverterInterface) BrokenMethodImplementation: An object has failed to implement the method convert The signature is incorrect. as said it installs and works under Linux Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163 -------------------------------------------------------------------- Key fingerprint = DA10 CC82 62F8 1DBB 39A1 1EDC 725B 3317 A8D7 C3A6 Keyserver: http://www.keyserver.net/en/
I have no idea why fails under Solaris. Maybe there is something wrong with your Solaris Zope installation? At least from the provided traceback show that TXNG tries to register a converter with a broken interface. Maybe add some debug code to converters/__init__.py to find the broken converter. Andreas ----- Original Message ----- From: "Joachim Schmitz" <js@aixtraware.de> To: "zope-list" <zope@zope.org> Sent: Wednesday, August 21, 2002 15:15 Subject: [Zope] cannot install TextIndexNG on solaris 5.6 I have installed TextIndexNG-1.05alpha1 under Linux and Zope-2.5.1 succesfully. But when I try to install it under Sun Solaris 5.6, I get the following traceback in z2.log: 2002-08-21T12:59:58 ERROR(200) Zope Couldn't install TextIndexNG Traceback (innermost last): File .../lib/python/OFS/Application.py, line 637, in install_product (Object: Zope) (Info: TextIndexNG) File ...lib/python/Products/TextIndexNG/__init__.py, line 75, in initialize File ...lib/python/Products/TextIndexNG/TextIndexNG.py, line 42, in ? File ...lib/python/Products/TextIndexNG/converters/__init__.py, line 17, in ? (Object: Products.TextIndexNG.converters.doc) File ...lib/python/Products/TextIndexNG/Registry.py, line 58, in register File .../lib/python/Interface/verify.py, line 35, in verify_class_implementation (Object: ConverterInterface) BrokenMethodImplementation: An object has failed to implement the method convert The signature is incorrect. as said it installs and works under Linux Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163 -------------------------------------------------------------------- Key fingerprint = DA10 CC82 62F8 1DBB 39A1 1EDC 725B 3317 A8D7 C3A6 Keyserver: http://www.keyserver.net/en/ _______________________________________________ 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 )
I commented out the lines. if d.getSignatureInfo() != meth.getSignatureInfo(): raise BrokenMethodImplementation(n) in lib/python/Interface/verify.py now TXNG installs and works fine. how do I output the debug into the log ? --On Mittwoch, August 21, 2002 15:25:03 +0200 Andreas Jung <lists@andreas-jung.com> wrote:
I have no idea why fails under Solaris. Maybe there is something wrong with your Solaris Zope installation? At least from the provided traceback show that TXNG tries to register a converter with a broken interface. Maybe add some debug code to converters/__init__.py to find the broken converter.
Andreas ----- Original Message ----- From: "Joachim Schmitz" <js@aixtraware.de> To: "zope-list" <zope@zope.org> Sent: Wednesday, August 21, 2002 15:15 Subject: [Zope] cannot install TextIndexNG on solaris 5.6
I have installed TextIndexNG-1.05alpha1 under Linux and Zope-2.5.1 succesfully.
But when I try to install it under Sun Solaris 5.6, I get the following traceback in z2.log: 2002-08-21T12:59:58 ERROR(200) Zope Couldn't install TextIndexNG Traceback (innermost last): File .../lib/python/OFS/Application.py, line 637, in install_product (Object: Zope) (Info: TextIndexNG) File ...lib/python/Products/TextIndexNG/__init__.py, line 75, in initialize File ...lib/python/Products/TextIndexNG/TextIndexNG.py, line 42, in ? File ...lib/python/Products/TextIndexNG/converters/__init__.py, line 17, in ? (Object: Products.TextIndexNG.converters.doc) File ...lib/python/Products/TextIndexNG/Registry.py, line 58, in register File .../lib/python/Interface/verify.py, line 35, in verify_class_implementation (Object: ConverterInterface) BrokenMethodImplementation: An object has failed to implement the method convert
The signature is incorrect.
as said it installs and works under Linux
Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163 -------------------------------------------------------------------- Key fingerprint = DA10 CC82 62F8 1DBB 39A1 1EDC 725B 3317 A8D7 C3A6 Keyserver: http://www.keyserver.net/en/
_______________________________________________ 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 )
Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163 -------------------------------------------------------------------- Key fingerprint = DA10 CC82 62F8 1DBB 39A1 1EDC 725B 3317 A8D7 C3A6 Keyserver: http://www.keyserver.net/en/
This is a bug and should be fixed in the next release. -aj ----- Original Message ----- From: "Joachim Schmitz" <js@aixtraware.de> To: "Andreas Jung" <lists@andreas-jung.com>; "zope-list" <zope@zope.org> Sent: Wednesday, August 21, 2002 17:10 Subject: Re: [Zope] cannot install TextIndexNG on solaris 5.6 I commented out the lines. if d.getSignatureInfo() != meth.getSignatureInfo(): raise BrokenMethodImplementation(n) in lib/python/Interface/verify.py now TXNG installs and works fine. how do I output the debug into the log ? --On Mittwoch, August 21, 2002 15:25:03 +0200 Andreas Jung <lists@andreas-jung.com> wrote:
I have no idea why fails under Solaris. Maybe there is something wrong with your Solaris Zope installation? At least from the provided traceback show that TXNG tries to register a converter with a broken interface. Maybe add some debug code to converters/__init__.py to find the broken converter.
Andreas ----- Original Message ----- From: "Joachim Schmitz" <js@aixtraware.de> To: "zope-list" <zope@zope.org> Sent: Wednesday, August 21, 2002 15:15 Subject: [Zope] cannot install TextIndexNG on solaris 5.6
I have installed TextIndexNG-1.05alpha1 under Linux and Zope-2.5.1 succesfully.
But when I try to install it under Sun Solaris 5.6, I get the following traceback in z2.log: 2002-08-21T12:59:58 ERROR(200) Zope Couldn't install TextIndexNG Traceback (innermost last): File .../lib/python/OFS/Application.py, line 637, in install_product (Object: Zope) (Info: TextIndexNG) File ...lib/python/Products/TextIndexNG/__init__.py, line 75, in initialize File ...lib/python/Products/TextIndexNG/TextIndexNG.py, line 42, in ? File ...lib/python/Products/TextIndexNG/converters/__init__.py, line 17, in ? (Object: Products.TextIndexNG.converters.doc) File ...lib/python/Products/TextIndexNG/Registry.py, line 58, in register File .../lib/python/Interface/verify.py, line 35, in verify_class_implementation (Object: ConverterInterface) BrokenMethodImplementation: An object has failed to implement the method convert
The signature is incorrect.
as said it installs and works under Linux
Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163 -------------------------------------------------------------------- Key fingerprint = DA10 CC82 62F8 1DBB 39A1 1EDC 725B 3317 A8D7 C3A6 Keyserver: http://www.keyserver.net/en/
_______________________________________________ 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 )
Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163 -------------------------------------------------------------------- Key fingerprint = DA10 CC82 62F8 1DBB 39A1 1EDC 725B 3317 A8D7 C3A6 Keyserver: http://www.keyserver.net/en/
participants (2)
-
Andreas Jung -
Joachim Schmitz