I don't know what triggered my question to be marked as spam. It seems to have occurred after I made an edit.
Can you please remove the spam mark?
Hello Alok!
I've seen this before. Usually this happens when you run the upgrade task twice.
The error above is complaining about a user already in a table:
application will not start: Upgrade task com.atlassian.confluence.upgrade.upgradetask.LoginInfoUpgradeTask@225c8c05 failed during the UPGRADE phase due to: More than one row with the given identifier was found: BucketPropertySetItem[entityId=0,entityName=CWD_progers,key=confluence.user.last.login.date,type=7,boolean=false,string=<null>,text=<null>,int=0,double=0.0,long=0,date=2007-09-27 09:58:17.704], for class: bucket.user.propertyset.BucketPropertySetItem; nested exception is net.sf.hibernate.HibernateException
I would suggest rolling back to a previous state of this upgrade, and double checking if this version has not been upgraded.
In another scearnio we could try to delete the affected rows:
delete from logininfo;
This will clean the affected Row which the upgrade is complaining. But please before proceeding backup, and if you encounter any problems revert it again.
Cheers,
Guilherme
Hi Guilherme,
Thank you for your inputs.
Yes you are correct that it is upgraded twice but that is my need. I upgraded this instance from 2.10 to 3.5.13. Now I am upgrading it to 4.3. This is where I am getting this error. Can't I upgrade a confluence instance twice? How do I do that?
I do not see any table called logininfo in my db.
Thanks & Regards,
Alok
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.