Guest User

Untitled

a guest
Jul 20th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. ^C2009-12-21 10:48:02 INFO Signals Caught signal SIGINT
  2. 2009-12-21 10:48:02 INFO Z2 Shutting down
  3. Zakros:fel_buildout alex$ bin/instance fg
  4. /Users/alex/buildout_sites/fel_buildout/parts/instance/bin/runzope -X debug-mode=on
  5. 2009-12-21 10:48:06 INFO ZServer HTTP server started at Mon Dec 21 10:48:06 2009
  6. Hostname: 0.0.0.0
  7. Port: 8080
  8. /Users/alex/buildout_sites/fel_buildout/parts/productdistros/ATColorPickerWidget/config.py:10: DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions'; please use the new module instead.
  9. from Products.CMFCore.CMFCorePermissions import AddPortalContent
  10. /Users/alex/buildout_sites/fel_buildout/parts/plone/Marshall/handlers/__init__.py:38: UserWarning: libxml2 not available. Unable to register libxml2 based marshallers
  11. warnings.warn('libxml2 not available. Unable to register libxml2 based ' \
  12. 2009-12-21 10:48:08 WARNING Init Class Products.CMFFormController.ControllerBase.ControllerBase has a security declaration for nonexistent method 'getPostRequired'
  13. 2009-12-21 10:48:08 INFO DocFinderTab Applied patch version 1.0.4.
  14. 2009-12-21 10:48:08 WARNING Zope OFS.Application: Duplicate Product name:After loading Product 'Five' from '/Users/alex/buildout_sites/fel_buildout/parts/productdistros',
  15. I skipped the one in '/Users/alex/buildout_sites/fel_buildout/parts/zope2/lib/python/Products'.
  16.  
  17. 2009-12-21 10:48:08 INFO PlacelessTranslationService Applying patch
  18. *** Patching ZPublisher.Publish with the get_request patch! ***
  19. 2009-12-21 10:48:08 INFO TextImage Installing Product
  20. /Users/alex/buildout_sites/fel_buildout/parts/dev-products/TextImage/__init__.py:52: DeprecationWarning: PloneUtilities is deprecated and will be removed in Plone 3.0, please import from Products.CMFPlone.utils instead.
  21. from Products.CMFPlone.PloneUtilities import ToolInit
  22. 2009-12-21 10:48:08 INFO Tidbit Installing Product
  23. 2009-12-21 10:48:09 WARNING Plone Deprecation Warning
  24. CustomizationPolicies are deprecated and will be removed in Plone 3.0. Please use GenericSetup extension profiles instead.
  25. 2009-12-21 10:48:09 WARNING Plone Deprecation Warning
  26. registerSetupWidget is deprecated and will be removed in Plone 3.0.
  27. 2009-12-21 10:48:09 WARNING Plone Deprecation Warning
  28. registerSetupWidget is deprecated and will be removed in Plone 3.0.
  29. 2009-12-21 10:48:09 WARNING Plone Deprecation Warning
  30. CustomizationPolicies are deprecated and will be removed in Plone 3.0. Please use GenericSetup extension profiles instead.
  31. /Users/alex/buildout_sites/fel_buildout/parts/productdistros/FileSystemStorage/__init__.py:79: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: FileSystemStorage
  32. icon='tool.gif').initialize(context)
  33. > /Users/alex/buildout_sites/fel_buildout/src/fel.plone25/fel/plone25/grantlist/content.py(65)GrantList()
  34. -> implements(IGrantList)
  35. (Pdb) l
  36. 60 schemata.finalizeATCTSchema(GrantListSchema, folderish=True, moveDiscussion=False)
  37. 61
  38. 62 class GrantList(topic.ATTopic):
  39. 63 """This item stores information about a grant made by the Foundation"""
  40. 64 import pdb ; pdb.set_trace( )
  41. 65 -> implements(IGrantList)
  42. 66 __implements__ = (topic.ATTopic.__implements__, HistoryAwareMixin.__implements__,)
  43. 67
  44. 68
  45. 69 meta_type = "GrantList"
  46. 70 portal_type = "GrantList"
  47. (Pdb) c
  48. > /Users/alex/buildout_sites/fel_buildout/src/fel.plone25/fel/plone25/grantlist/content.py(82)?()
  49. -> atapi.registerType(GrantList, PROJECTNAME)
  50. (Pdb) n
  51. --Return--
  52. > /Users/alex/buildout_sites/fel_buildout/src/fel.plone25/fel/plone25/grantlist/content.py(82)?()->None
  53. -> atapi.registerType(GrantList, PROJECTNAME)
  54. (Pdb) n
  55. --Return--
  56. > /Users/alex/buildout_sites/fel_buildout/src/fel.plone25/fel/plone25/grantlist/__init__.py(2)?()->None
  57. -> import content
  58. (Pdb) n
  59. --Return--
  60. > /Users/alex/buildout_sites/fel_buildout/parts/zope2/lib/python/zope/configuration/config.py(206)resolve()-><module ...t__.pyc'>
  61. -> return __import__(mname+'.'+oname, *_import_chickens)
  62. (Pdb) n
  63. > /Users/alex/buildout_sites/fel_buildout/parts/zope2/lib/python/zope/configuration/fields.py(143)fromUnicode()
  64. -> self.validate(value)
  65. (Pdb) c
  66. /Users/alex/buildout_sites/fel_buildout/parts/zope2/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'title' field in /Users/alex/buildout_sites/fel_buildout/parts/productdistros/Ploneboard/configure.zcml
  67. warnings.warn(
  68. 2009-12-21 10:49:00 WARNING ATContentTypes Deprecation Warning
  69. Products.ATContentTypes.z3 is deprecated. The z3 interfaces are now in the interface module.
  70. /Users/alex/buildout_sites/fel_buildout/parts/zope2/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'title' field in /Users/alex/buildout_sites/fel_buildout/parts/productdistros/plonetrackback/permissions.zcml
  71. warnings.warn(
  72. 2009-12-21 10:49:01 INFO collective.monkeypatcher Monkey patching Products.ZCatalog.ZCatalog.ZCatalog.catalog_object with Products.PDBDebugMode.zcatalog.catalog_object
  73. 2009-12-21 10:49:01 INFO collective.monkeypatcher Monkey patching Products.ZCatalog.ZCatalog.ZCatalog.refreshCatalog with Products.PDBDebugMode.zcatalog.refreshCatalog
  74. 2009-12-21 10:49:01 INFO collective.monkeypatcher Monkey patching Products.Archetypes.ArchetypeTool.ArchetypeTool.getCatalogsByType with Products.PDBDebugMode.archetypes.getCatalogsByType
  75. 2009-12-21 10:49:01 INFO collective.monkeypatcher Monkey patching Products.ATContentTypes.content.base.ATCTMixin.initializeArchetype with Products.PDBDebugMode.archetypes.initializeATCT
  76. 2009-12-21 10:49:01 INFO collective.monkeypatcher Monkey patching Products.CMFPlone.MigrationTool.MigrationTool.upgrade with Products.PDBDebugMode.cmfplone.upgrade
  77. 2009-12-21 10:49:01 INFO collective.monkeypatcher Monkey patching logging.Logger.error with Products.PDBDebugMode.pdblogging.error
  78. 2009-12-21 10:49:01 INFO collective.monkeypatcher Monkey patching ZPublisher.Publish.old_publish with Products.PDBDebugMode.runcall.pdb_publish
  79. 2009-12-21 10:49:02 WARNING PlacelessTranslationService Message Catalog has errors
  80. /Users/alex/buildout_sites/fel_buildout/parts/productdistros/PloneFormGen/i18n/plone-ploneformgen-ja.po
  81. 2009-12-21 10:49:06 WARNING PlacelessTranslationService Message Catalog has errors
  82. /Users/alex/buildout_sites/fel_buildout/parts/productdistros/Quills/i18n/quills-lt.po
  83. /Users/alex/buildout_sites/fel_buildout/parts/productdistros/PloneArticle/__init__.py:98: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: PloneArticle
  84. icon='tool.gif').initialize(context)
  85. /Users/alex/buildout_sites/fel_buildout/parts/dev-products/TextImage/__init__.py:82: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: TextImage
  86. icon='tool.gif'
  87. /Users/alex/buildout_sites/fel_buildout/parts/plone/kupu/plone/__init__.py:32: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: kupu
  88. icon="kupu_icon.gif",
  89. 2009-12-21 10:49:07 INFO Zope Ready to handle requests
Add Comment
Please, Sign In to add comment