More information...

I'm leading to believe that it might be something with our plone install (since we can't create a Plone Site, and treating our Plone Site imports as any other container, then I'd expect this behavior at least).  The install was done on Mac OS 10.3 from the mac installer of plone 2.1.1.  A co-worker did the install, so I can't say if there were errors or anything on the install however.  In creating a fresh instance on that install, I get the following warnings:

Initializing your new site.  This will take a moment.  Please be patient...
/Applications/Plone2/Sites/Version2/Products/PortalTransforms/TransformEngine.py:18: DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions';  please use the new module instead.
  from Products.CMFCore import CMFCorePermissions
/Applications/Plone2/Sites/Version2/Products/CMFCore/utils.py:629: DeprecationWarning: format_stx() will be removed in CMF 1.6. Please use StructuredText.StructuredText.HTML instead.
  DeprecationWarning)
/Applications/Plone2/Sites/Version2/Products/ATContentTypes/__init__.py:82: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: ATContentTypes
  icon='tool.gif', ).initialize(context)
/Applications/Plone2/Sites/Version2/Products/Archetypes/__init__.py:90: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: Archetypes
  icon="tool.gif",
/Applications/Plone2/Sites/Version2/Products/CMFFormController/__init__.py:25: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: CMFFormController
  product_name='CMFFormController', icon='tool.gif',
/Applications/Plone2/Sites/Version2/Products/CMFPlone/__init__.py:190: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: CMFPlone
  , icon='tool.gif'
/Applications/Plone2/Sites/Version2/Products/CMFQuickInstallerTool/__init__.py:36: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: QuickInstallerTool
  icon='tool.gif'
/Applications/Plone2/Sites/Version2/Products/GroupUserFolder/__init__.py:99: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: GroupUserFolder
  , icon="tool.gif"
/Applications/Plone2/Sites/Version2/Products/MimetypesRegistry/__init__.py:34: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: MimetypesRegistry
  icon="tool.gif",
/Applications/Plone2/Sites/Version2/Products/PloneLanguageTool/__init__.py:17: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: PloneLanguageTool
  icon='tool.gif',
/Applications/Plone2/Sites/Version2/Products/PortalTransforms/__init__.py:35: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: PortalTransforms
  icon="tool.gif",
/Applications/Plone2/Sites/Version2/Products/ResourceRegistries/__init__.py:20: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: ResourceRegistries
  icon = 'tool.gif',
/Applications/Plone2/Sites/Version2/Products/kupu/plone/__init__.py:31: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: kupu
  icon="kupu_icon.gif",
/Applications/Plone2/Sites/Version2/Products/CMFPlone/Portal.py:181: DeprecationWarning: Please switch to the new format for typeinfo names "product_id: type_id (meta_type)", the old spelling will disappear in CMF 1.7
  typeinfo_name='CMFPlone: Plone Folder')
/Applications/Plone2/Sites/Version2/Products/CMFPlone/Portal.py:184: DeprecationWarning: Please switch to the new format for typeinfo names "product_id: type_id (meta_type)", the old spelling will disappear in CMF 1.7
  typeinfo_name='CMFPlone: Large Plone Folder')
/Applications/Plone2/Sites/Version2/Products/CMFCore/TypesTool.py:275: DeprecationWarning: getActionById() is deprecated and will be removed in CMF 1.6. Please use getActionInfo()['url'] if you need an URL or queryMethodID() if you need a method ID.
  DeprecationWarning)
/Applications/Plone2/Sites/Version2/Products/CMFPlone/migrations/v2/plone2_base.py:268: DeprecationWarning: Please switch to the new format for typeinfo names "product_id: type_id (meta_type)", the old spelling will disappear in CMF 1.7
  typeinfo_name='CMFCore: Portal Folder')
/Applications/Plone2/Sites/Version2/Products/CMFPlone/migrations/v2/plone2_base.py:419: DeprecationWarning: Please switch to the new format for typeinfo names "product_id: type_id (meta_type)", the old spelling will disappear in CMF 1.7
  typeinfo_name='CMFPlone: Plone Site')
/Applications/Plone2/Sites/Version2/Products/Archetypes/Extensions/utils.py:254: DeprecationWarning: Please switch to the new format for typeinfo names "product_id: type_id (meta_type)", the old spelling will disappear in CMF 1.7
  typeinfo_name=typeinfo_name)

After that, on trying to create a Plone Site object within that instance (or any instance from that Plone install), we get the following traceback...

Traceback (innermost last):

  • Module ZPublisher.Publish, line 175, in publish_module_standard
  • Module Products.PlacelessTranslationService.PatchStringIO, line 51, in new_publish
  • Module ZPublisher.Publish, line 132, in publish
  • Module Zope.App.startup, line 204, in zpublisher_exception_hook
  • Module ZPublisher.Publish, line 101, in publish
  • Module ZPublisher.mapply, line 88, in mapply
  • Module ZPublisher.Publish, line 39, in call_object
  • Module Products.CMFPlone.Portal, line 453, in manage_addSite
  • Module Products.CMFPlone.Portal, line 425, in create
  • Module Products.CMFPlone.Portal, line 382, in setupPlone
  • Module Products.CMFPlone.MigrationTool, line 265, in upgrade
  • Module Products.CMFPlone.MigrationTool, line 362, in _upgrade
  • Module Products.CMFPlone.migrations.v2_1.alphas, line 63, in two05_alpha1
  • Module Products.CMFPlone.migrations.v2_1.alphas, line 271, in installATContentTypes
  • Module Products.CMFPlone.migrations.migration_util, line 86, in installOrReinstallProduct
  • Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 308, in installProduct
    __traceback_info__: ('ATContentTypes',)
  • Module Products.ExternalMethod.ExternalMethod, line 225, in __call__
    __traceback_info__: ((<PloneSite instance at 3511b00>,), {'reinstall': False}, None)
  • Module /Applications/Plone2/Sites/Version2/Products/ATContentTypes/Extensions/Install.py, line 78, in install
AssertionError: (Also, an error occurred while attempting to render the standard error message.)

As all of these are python script errors, I'd assume it might be something with our python install.  Though the installer for Plone 2.1.1 seems to have installed Python 2.3.5 (inside the Plone directories), the system python is still at 2.3.  Would it be possible that somewhere in Zope or our installs that the path to python got hardcoded somewhere incorrectly?

Any other ideas on these errors?  Sorry if I'm rambling.

-Neil
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to