|
|
|
spanish
|
Hola familia,
Tras haber instalado en el servidor dedicado todo lo necesario (incluyendo alguna cosilla que no aparece en el libro de Martin Aspelli, pero sí en distintos foros de debate), he podido crear los primeros buildouts de prueba. Parece que todo funciona correctamente (tanto ZMIs, como sitios Plone), pero recibo algunas advertencias al iniciar las instancias en modo foreground: $ python2.4 bin/instance fg /home/plone/prueba/parts/instance/bin/runzope -X debug-mode=on 2008-11-04 22:44:36 INFO ZServer HTTP server started at Tue Nov 4 22:44:36 2008 Hostname: 0.0.0.0 Port: 9200 /home/plone/prueba/parts/zope2/lib/python/zope/configuration/xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of zope.app.annotation will become unsupported in Zope 3.5 __import__(arguments[0]) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.CMFActionIcons:actionicons taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.CMFCalendar:default taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.CMFCalendar:skins_support taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.CMFDefault:default taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.CMFDefault:views_support taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.CMFDefault:sample_content taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.CMFTopic:default taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.CMFUid:default taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.DCWorkflow:revision2 taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.MimetypesRegistry:MimetypesRegistry taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile Products.PortalTransforms:PortalTransforms taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile PluggableAuthService:simple taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: DeprecationWarning: Version for profile PluggableAuthService:empty taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml. DeprecationWarning) 2008-11-04 22:44:45 INFO Zope Ready to handle requests ------------------------------------ Después de mucho buscar, no he encontrado nada que indique cómo hacer desaparecer estas DeprecationWarning. En cambio sí he localizado una página en la que se ha registrado la primera de ellas como bug de Zope 3: https://bugs.launchpad.net/zope3/+bug/175987 ¿Alguien sabe qué son estas DeprecationWarning? ¿Le sucede a alguien más? ¿Son preocupantes? ¿Hay alguna manera de hacerlas desaparecer? En su caso, ¿cómo? Gracias por la ayuda y abrazos: Manuel |
|
Gustavo Archuby
|
Hola, a mi también, pero imagino que son de los propios productos del zope
que conforman el plone y que a medida que los vayan actualizando van a ir desapareciendo... Gustavo > > Hola familia, > > Tras haber instalado en el servidor dedicado todo lo necesario (incluyendo > alguna cosilla que no aparece en el libro de Martin Aspelli, pero sà en > distintos foros de debate), he podido crear los primeros buildouts de > prueba. > > Parece que todo funciona correctamente (tanto ZMIs, como sitios Plone), > pero > recibo algunas advertencias al iniciar las instancias en modo foreground: > > $ python2.4 bin/instance fg > /home/plone/prueba/parts/instance/bin/runzope -X debug-mode=on > 2008-11-04 22:44:36 INFO ZServer HTTP server started at Tue Nov 4 > 22:44:36 > 2008 > Hostname: 0.0.0.0 > Port: 9200 > /home/plone/prueba/parts/zope2/lib/python/zope/configuration/xmlconfig.py:323: > DeprecationWarning: zope.app.annotation has moved to zope.annotation. > Import > of zope.app.annotation will become unsupported in Zope 3.5 > __import__(arguments[0]) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile > Products.CMFActionIcons:actionicons > taken from version.txt. This is deprecated behaviour and will be removed > in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile Products.CMFCalendar:default taken > from version.txt. This is deprecated behaviour and will be removed in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile Products.CMFCalendar:skins_support > taken from version.txt. This is deprecated behaviour and will be removed > in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile Products.CMFDefault:default taken > from version.txt. This is deprecated behaviour and will be removed in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile Products.CMFDefault:views_support > taken from version.txt. This is deprecated behaviour and will be removed > in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile Products.CMFDefault:sample_content > taken from version.txt. This is deprecated behaviour and will be removed > in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile Products.CMFTopic:default taken > from > version.txt. This is deprecated behaviour and will be removed in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile Products.CMFUid:default taken from > version.txt. This is deprecated behaviour and will be removed in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile Products.DCWorkflow:revision2 > taken > from version.txt. This is deprecated behaviour and will be removed in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile > Products.MimetypesRegistry:MimetypesRegistry taken from version.txt. This > is > deprecated behaviour and will be removed in GenericSetup 1.5: please > specify > the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile > Products.PortalTransforms:PortalTransforms taken from version.txt. This is > deprecated behaviour and will be removed in GenericSetup 1.5: please > specify > the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile PluggableAuthService:simple taken > from version.txt. This is deprecated behaviour and will be removed in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile PluggableAuthService:empty taken > from version.txt. This is deprecated behaviour and will be removed in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) > 2008-11-04 22:44:45 INFO Zope Ready to handle requests > > ------------------------------------ > > Después de mucho buscar, no he encontrado nada que indique cómo hacer > desaparecer estas DeprecationWarning. En cambio sà he localizado una > página > en la que se ha registrado la primera de ellas como bug de Zope 3: > https://bugs.launchpad.net/zope3/+bug/175987 > > ¿Alguien sabe qué son estas DeprecationWarning? ¿Le sucede a alguien > más? > ¿Son preocupantes? ¿Hay alguna manera de hacerlas desaparecer? En su > caso, > ¿cómo? > > Gracias por la ayuda y abrazos: > > Manuel > -- > View this message in context: > http://n2.nabble.com/DeprecationWarning-tp1457348p1457348.html > Sent from the Plone - Cono Sur mailing list archive at Nabble.com. > > > _______________________________________________ > Plone-ConoSur mailing list > [hidden email] > http://lists.plone.org/mailman/listinfo/plone-conosur > -- Gustavo Archuby Area Informática Facultad de Humanidades y Ciencias de la Educación _______________________________________________ Plone-ConoSur mailing list [hidden email] http://lists.plone.org/mailman/listinfo/plone-conosur |
||||||||||||||||
|
spanish
|
Gustavo Archuby escribió:
> Hola, a mi también, pero imagino que son de los propios productos del zope > que conforman el plone y que a medida que los vayan actualizando van a ir > desapareciendo... Gracias, Gustavo. Entiendo entonces que poco o nada puedo hacer para que desaparezcan estas advertencias y espero que no impliquen ningún potencial daño para nuestros sitios. Si a alguien más le pasa o tiene más información al respecto, agradecería sinceramente que nos lo hiciera saber. Abrazos: Manuel _______________________________________________ Plone-ConoSur mailing list [hidden email] http://lists.plone.org/mailman/listinfo/plone-conosur |
||||||||||||||||
|
Mikel Larreategi
|
In reply to this post
by spanish
spanish(e)k dio:
> Hola familia, > > Tras haber instalado en el servidor dedicado todo lo necesario (incluyendo > alguna cosilla que no aparece en el libro de Martin Aspelli, pero sí en > distintos foros de debate), he podido crear los primeros buildouts de > prueba. > > Parece que todo funciona correctamente (tanto ZMIs, como sitios Plone), pero > recibo algunas advertencias al iniciar las instancias en modo foreground: > > $ python2.4 bin/instance fg > /home/plone/prueba/parts/instance/bin/runzope -X debug-mode=on > 2008-11-04 22:44:36 INFO ZServer HTTP server started at Tue Nov 4 22:44:36 > 2008 > Hostname: 0.0.0.0 > Port: 9200 > /home/plone/prueba/parts/zope2/lib/python/zope/configuration/xmlconfig.py:323: > DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import > of zope.app.annotation will become unsupported in Zope 3.5 > __import__(arguments[0]) > /home/plone/prueba/parts/plone/GenericSetup/registry.py:744: > DeprecationWarning: Version for profile Products.CMFActionIcons:actionicons > taken from version.txt. This is deprecated behaviour and will be removed in > GenericSetup 1.5: please specify the version in metadata.xml. > DeprecationWarning) el paquete zope.app.annotation se ha movido a zope.annotation, que lo de ahora es un alias y que cuando salga Zope 3.5 el alias desaparecera. El segundo dice que ahora la versión de los perfiles GenericSetup se indica con un archivo metadata.xml en el mismo perfil en vez de utilizar el archivo version.txt. Dice que de momento seguirá cogiendo el número de la versión desde ese archivo si no existe el metadata.xml pero que esa forma de trabajar desaparecerá en GenericSetup 1.5 Son avisos para desarrolladores de productos, para que vayan adaptando sus paquetes. Mikel -- Mikel Larreategi [hidden email] CodeSyntax Azitaingo Industrialdea 3 K E-20600 Eibar Tel: (+34) 943 82 17 80 _______________________________________________ Plone-ConoSur mailing list [hidden email] http://lists.plone.org/mailman/listinfo/plone-conosur |
||||||||||||||||
|
spanish
|
Mikel Larreategi escribió:
> Son avisos de cosas que van a desaparecer. El primero de ellos dice que > el paquete zope.app.annotation se ha movido a zope.annotation, que lo de > ahora es un alias y que cuando salga Zope 3.5 el alias desaparecera. > > El segundo dice que ahora la versión de los perfiles GenericSetup se > indica con un archivo metadata.xml en el mismo perfil en vez de utilizar > el archivo version.txt. Dice que de momento seguirá cogiendo el número > de la versión desde ese archivo si no existe el metadata.xml pero que > esa forma de trabajar desaparecerá en GenericSetup 1.5 > > Son avisos para desarrolladores de productos, para que vayan adaptando > sus paquetes. Así da gusto... \ ;-) Abrazos: Manuel _______________________________________________ Plone-ConoSur mailing list [hidden email] http://lists.plone.org/mailman/listinfo/plone-conosur |
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |