|
|
|
|
Benjamin Newman
()
|
|
||||||||||||
|
Hello
I am attempting to install Plone 3.2.2 on Windows Server 2000. I installed Plone using the Windows Installer. I am running into a problem when trying to add a Plone site. The ZMI gives me the following error: Error Type: TypeError Error Value: __init__() takes exactly 1 argument (2 given) >From the error log, starting with the last message that seems to be ``normal'', I have: 2009-06-04T10:03:50 INFO GenericSetup.rolemap Role / permission map imported. ------ 2009-06-04T10:03:51 INFO MimetypesRegistry Warning: redefining mime type text/x-python (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.text_python'>) ------ 2009-06-04T10:03:51 ERROR Zope.SiteErrorLog http://server3:8080/manage_addProduct/CMFPlone/addPloneSite Traceback (innermost last): Module ZPublisher.Publish, line 119, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 42, in call_object Module Products.CMFPlone.factory, line 85, in addPloneSite Module Products.GenericSetup.tool, line 390, in runAllImportStepsFromProfile - __traceback_info__: profile-Products.CMFPlone:plone Module Products.GenericSetup.tool, line 1182, in _runImportStepsFromContext Module Products.GenericSetup.tool, line 1093, in _doRunImportStep - __traceback_info__: plone-archetypes Module Products.CMFPlone.setuphandlers, line 492, in importArchetypes Module Products.CMFPlone.setuphandlers, line 87, in installArchetypes Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 521, in installProduct - __traceback_info__: ('MimetypesRegistry',) Module Products.GenericSetup.tool, line 390, in runAllImportStepsFromProfile - __traceback_info__: profile-Products.MimetypesRegistry:MimetypesRegistry Module Products.GenericSetup.tool, line 1182, in _runImportStepsFromContext Module Products.GenericSetup.tool, line 1093, in _doRunImportStep - __traceback_info__: toolset Module Products.GenericSetup.tool, line 128, in importToolset TypeError: __init__() takes exactly 1 argument (2 given) <http://plone.org/documentation/error/typeerror-exactly-n-arguments> mentions a similar error that can occur when adding a Plone site, but I am using the installer, so I would assume that it would have the correct dependencies. Other posts in the forums with similar problems do not seem to have been resolved. The Zope version is (Zope 2.10.7-final, python 2.4.4, win32) and the Python version is (Zope 2.10.7-final, python 2.4.4, win32). -- Benjamin Newman _______________________________________________ Setup mailing list [hidden email] http://lists.plone.org/mailman/listinfo/setup |
||||||||||||||
|
|
cvielma
()
|
|
|
Hi there!
Are you only creating a plone site or are attemping to import a plone site? If it is the second you must be sure that you have installed an exactly equal environment. Have you tried with another version? Maybe it is some bug on the Windows installer. A recently installed Plone 3.2.2 in linux and didn't have any problem. Greetings,
|
||
|
|
Benjamin Newman
()
|
|
||||||||||||
|
Hello
I have demoed the site in Windows Vista and NetBSD 5.0, so I know Plon works, but I am just trying to create a new site. I have tried Plone-2.1.3-with-Zope-2.8, which gives a different error, and Plone 3.3.3 (RC 3), which gives the same error. -- Benjamin Newman > -----Original Message----- > From: [hidden email] [mailto:[hidden email]] > On Behalf Of cvielma > Sent: Thursday, June 04, 2009 10:58 AM > To: [hidden email] > Subject: Re: [Setup] Adding a Plone site results in a TypeError > > > Hi there! > > Are you only creating a plone site or are attemping to import a plone > site? > If it is the second you must be sure that you have installed an exactly > equal environment. > > Have you tried with another version? Maybe it is some bug on the Windows > installer. A recently installed Plone 3.2.2 in linux and didn't have any > problem. > > Greetings, > > > > Benjamin Newman wrote: > > > > Hello > > > > I am attempting to install Plone 3.2.2 on Windows Server 2000. I > installed > > Plone using the Windows Installer. I am running into a problem when > trying > > to add a Plone site. > > > > The ZMI gives me the following error: > > > > Error Type: TypeError > > Error Value: __init__() takes exactly 1 argument (2 given) > > > >>From the error log, starting with the last message that seems to be > ``normal'', I have: > > > > 2009-06-04T10:03:50 INFO GenericSetup.rolemap Role / permission map > > imported. > > ------ > > 2009-06-04T10:03:51 INFO MimetypesRegistry Warning: redefining mime type > > text/x-python (<class > > 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.text_python'>) > > ------ > > 2009-06-04T10:03:51 ERROR Zope.SiteErrorLog > > http://server3:8080/manage_addProduct/CMFPlone/addPloneSite > > Traceback (innermost last): > > Module ZPublisher.Publish, line 119, in publish > > Module ZPublisher.mapply, line 88, in mapply > > Module ZPublisher.Publish, line 42, in call_object > > Module Products.CMFPlone.factory, line 85, in addPloneSite > > Module Products.GenericSetup.tool, line 390, in > > runAllImportStepsFromProfile > > - __traceback_info__: profile-Products.CMFPlone:plone > > Module Products.GenericSetup.tool, line 1182, in > > _runImportStepsFromContext > > Module Products.GenericSetup.tool, line 1093, in _doRunImportStep > > - __traceback_info__: plone-archetypes > > Module Products.CMFPlone.setuphandlers, line 492, in importArchetypes > > Module Products.CMFPlone.setuphandlers, line 87, in installArchetypes > > Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 521, in > > installProduct > > - __traceback_info__: ('MimetypesRegistry',) > > Module Products.GenericSetup.tool, line 390, in > > runAllImportStepsFromProfile > > - __traceback_info__: > > profile-Products.MimetypesRegistry:MimetypesRegistry > > Module Products.GenericSetup.tool, line 1182, in > > _runImportStepsFromContext > > Module Products.GenericSetup.tool, line 1093, in _doRunImportStep > > - __traceback_info__: toolset > > Module Products.GenericSetup.tool, line 128, in importToolset > > TypeError: __init__() takes exactly 1 argument (2 given) > > > > > > <http://plone.org/documentation/error/typeerror-exactly-n-arguments> > > mentions a similar error that can occur when adding a Plone site, but I > am > > using the installer, so I would assume that it would have the correct > > dependencies. Other posts in the forums with similar problems do not > seem > > to have been resolved. > > > > The Zope version is (Zope 2.10.7-final, python 2.4.4, win32) and the > > Python version is (Zope 2.10.7-final, python 2.4.4, win32). > > -- > > Benjamin Newman > > > > > > _______________________________________________ > > Setup mailing list > > [hidden email] > > http://lists.plone.org/mailman/listinfo/setup > > > > > > -- > View this message in context: http://n2.nabble.com/Adding-a-Plone-site- > results-in-a-TypeError-tp3025442p3025534.html > Sent from the Installation, Setup, Upgrades mailing list archive at > Nabble.com. > > > _______________________________________________ > Setup mailing list > [hidden email] > http://lists.plone.org/mailman/listinfo/setup _______________________________________________ Setup mailing list [hidden email] http://lists.plone.org/mailman/listinfo/setup |
||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |