List Info

Thread: help upgrading to version 3.0




help upgrading to version 3.0
country flaguser name
United States
2007-08-24 09:24:42
I get this error when trying to upgrade to version 3.0.
Just wondering if anyone know the first place to go.

I am testing the upgrade with a data.fs file moved over from
a linux server
onto a windows box with a fresh install of plone 3
downloaded off the front
page.



Dry run selected. 
Starting the migration from version: 2.1.2 
Attempting to upgrade from: 2.1.2 
Registered tools as utilities. 
Removed vcXMLRPC.js 
Added icons for copy, cut, paste and delete 
Upgrade to: 2.1.3-rc1, completed 
Attempting to upgrade from: 2.1.3-rc1 
Upgrade to: 2.1.3, completed 
Attempting to upgrade from: 2.1.3 
Upgrade to: 2.1.4-rc1, completed 
Attempting to upgrade from: 2.1.4-rc1 
Upgrade to: 2.1.4, completed 
Attempting to upgrade from: 2.1.4 
Registered tools as utilities. 
Added setup_tool. 
Installed CMFPlacefulWorkflow. 
Upgrade to: 2.5-alpha1, completed 
Attempting to upgrade from: 2.5-alpha1 
Upgrade aborted 
Error type: exceptions.AttributeError 
Error value: getGroupIds 
File "C:Program FilesPlone
3DataProductsCMFPloneMigrationTool.py",
line 210, in upgrade newv, msgs = self._upgrade(newv) 
File "C:Program FilesPlone
3DataProductsCMFPloneMigrationTool.py",
line 321, in _upgrade res = function(self.aq_parent) 
File "C:Program FilesPlone
3DataProductsCMFPlonemigrationsv2_5alphas.py",
line 46, in
alpha1_alpha2 installPlonePAS(portal, out) 
File "C:Program FilesPlone
3DataProductsCMFPlonemigrationsv2_5alphas.py",
line 66, in
installPlonePAS installOrReinstallProduct(portal,
'PlonePAS', out) 
File "C:Program FilesPlone
3DataProductsCMFPlonemigrationsmigration_util.py",
line 85, in
installOrReinstallProduct qi.installProduct(product_name,
hidden=hidden) 
File "C:Program FilesPlone
3DataProductsCMFQuickInstallerToolQuickInstallerTool.py&
quot;, line 367, in
installProduct res=install(portal) 
File "C:Program FilesPlone
3ZopelibpythonProductsExternalMethodExternalMethod.py&
quot;, line 231, in
__call__ try: return f(*args, **kw) 
File "C:Program FilesPlone
3DataProductsPlonePASExtensionsInstall.py", line
886, in install
userdata = grabUserData(portal, out) 
File "C:Program FilesPlone
3DataProductsPlonePASExtensionsInstall.py", line
320, in grabUserData
roles = [role for role in member.getRoles() if role !=
'Authenticated'] 
File "C:Program FilesPlone
3DataProductsCMFCoreMemberDataTool.py",
line 390, in getRoles return self.getUser().getRoles() 
File "C:Program FilesPlone
3DataProductsGroupUserFolderGRUFUser.py",
line 309, in getRoles self._all_roles =
GroupUserFolder.unique(self.getUserRoles() +
self.getGroupRoles()) 
File "C:Program FilesPlone
3DataProductsGroupUserFolderGRUFUser.py",
line 334, in getGroupRoles groups = acl_users.getGroupIds()
# XXX We can
have a cache here 
End of upgrade path, migration has finished 
The upgrade path did NOT reach current version 
Migration has failed 
Dry run selected, transaction aborted 
-- 
View this message in context: http://www.nabble.com/help-upg
rading-to-version-3.0-tf4320611s15482.html#a12303817
Sent from the Installation, Setup, Upgrades mailing list
archive at Nabble.com.


_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup

Re: help upgrading to version 3.0
country flaguser name
United States
2007-08-24 10:32:31
davmarsh wrote:
> I get this error when trying to upgrade to version
3.0.
> Just wondering if anyone know the first place to go.
> 
> I am testing the upgrade with a data.fs file moved over
from a linux server
> onto a windows box with a fresh install of plone 3
downloaded off the front
> page.

Hm. Does 3.0 not come with GRUF? I haven't looked but
wouldn't be surprised.

You may have to migrate into a 2.5 instance first. I might
try the 
GroupUserFolder from 2.5 first, but that may or may not
work.

             --jcc

> Dry run selected. 
> Starting the migration from version: 2.1.2 
> Attempting to upgrade from: 2.1.2 
> Registered tools as utilities. 
> Removed vcXMLRPC.js 
> Added icons for copy, cut, paste and delete 
> Upgrade to: 2.1.3-rc1, completed 
> Attempting to upgrade from: 2.1.3-rc1 
> Upgrade to: 2.1.3, completed 
> Attempting to upgrade from: 2.1.3 
> Upgrade to: 2.1.4-rc1, completed 
> Attempting to upgrade from: 2.1.4-rc1 
> Upgrade to: 2.1.4, completed 
> Attempting to upgrade from: 2.1.4 
> Registered tools as utilities. 
> Added setup_tool. 
> Installed CMFPlacefulWorkflow. 
> Upgrade to: 2.5-alpha1, completed 
> Attempting to upgrade from: 2.5-alpha1 
> Upgrade aborted 
> Error type: exceptions.AttributeError 
> Error value: getGroupIds 
> File "C:Program FilesPlone
3DataProductsCMFPloneMigrationTool.py",
> line 210, in upgrade newv, msgs = self._upgrade(newv) 
> File "C:Program FilesPlone
3DataProductsCMFPloneMigrationTool.py",
> line 321, in _upgrade res = function(self.aq_parent) 
> File "C:Program FilesPlone
>
3DataProductsCMFPlonemigrationsv2_5alphas.py",
line 46, in
> alpha1_alpha2 installPlonePAS(portal, out) 
> File "C:Program FilesPlone
>
3DataProductsCMFPlonemigrationsv2_5alphas.py",
line 66, in
> installPlonePAS installOrReinstallProduct(portal,
'PlonePAS', out) 
> File "C:Program FilesPlone
>
3DataProductsCMFPlonemigrationsmigration_util.py",
line 85, in
> installOrReinstallProduct
qi.installProduct(product_name, hidden=hidden) 
> File "C:Program FilesPlone
>
3DataProductsCMFQuickInstallerToolQuickInstallerTool.py&
quot;, line 367, in
> installProduct res=install(portal) 
> File "C:Program FilesPlone
>
3ZopelibpythonProductsExternalMethodExternalMethod.py&
quot;, line 231, in
> __call__ try: return f(*args, **kw) 
> File "C:Program FilesPlone
> 3DataProductsPlonePASExtensionsInstall.py",
line 886, in install
> userdata = grabUserData(portal, out) 
> File "C:Program FilesPlone
> 3DataProductsPlonePASExtensionsInstall.py",
line 320, in grabUserData
> roles = [role for role in member.getRoles() if role !=
'Authenticated'] 
> File "C:Program FilesPlone
3DataProductsCMFCoreMemberDataTool.py",
> line 390, in getRoles return self.getUser().getRoles()

> File "C:Program FilesPlone
3DataProductsGroupUserFolderGRUFUser.py",
> line 309, in getRoles self._all_roles =
> GroupUserFolder.unique(self.getUserRoles() +
self.getGroupRoles()) 
> File "C:Program FilesPlone
3DataProductsGroupUserFolderGRUFUser.py",
> line 334, in getGroupRoles groups =
acl_users.getGroupIds() # XXX We can
> have a cache here 
> End of upgrade path, migration has finished 
> The upgrade path did NOT reach current version 
> Migration has failed 
> Dry run selected, transaction aborted 


-- 
Connexions
http://cnx.org

"Building Websites with Plone"
http://plonebook.packtp
ub.com


_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup

Re: help upgrading to version 3.0
country flaguser name
United States
2007-08-24 22:08:05
On Fri, 24 Aug 2007 08:32:31 -0700, J Cameron Cooper  
<jccooperrice.edu> wrote:

> davmarsh wrote:
>> I get this error when trying to upgrade to version
3.0.
>> Just wondering if anyone know the first place to
go.
>>  I am testing the upgrade with a data.fs file moved
over from a linux  
>> server
>> onto a windows box with a fresh install of plone 3
downloaded off the  
>> front
>> page.
>
> Hm. Does 3.0 not come with GRUF? I haven't looked but
wouldn't be  
> surprised.

GRUF ships with Plone 3 for migration purposes, I believe.
(It's certainly  
not used anymore)

-- 
Alexander Limi ยท http://limi.net


_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )