Foren

Error While Migartion from 6.0.6 to 6.1

Shail Rajput, geändert vor 10 Jahren.

Error While Migartion from 6.0.6 to 6.1

New Member Beiträge: 12 Beitrittsdatum: 26.12.12 Neueste Beiträge
Hello i am migrating my website from 6.0.6 to 6.1 and i was at convert legacy permission and i execute it. While executing it has given me following error[.

13:35:00,563 FATAL [ConvertProcessMessageListener:35] Unable to process message {destinationName=liferay/convert_process, responseDestinationName=null, responseId=null, payload=com.liferay.portal.convert.ConvertPermissionAlgorithm, values=null}
com.liferay.portal.convert.ConvertException: java.sql.BatchUpdateException: Duplicate entry '1-145-4-11653_LAYOUT_145-10115' for key 2
        at com.liferay.portal.convert.ConvertProcess.convert(ConvertProcess.java:53)
        at com.liferay.portal.convert.messaging.ConvertProcessMessageListener.doReceive(ConvertProcessMessageListener.java:47)
        at com.liferay.portal.convert.messaging.ConvertProcessMessageListener.receive(ConvertProcessMessageListener.java:32)
        at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:63)
        at com.liferay.portal.kernel.messaging.SerialDestination$1.run(SerialDestination.java:56)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.sql.BatchUpdateException: Duplicate entry '1-145-4-11653_LAYOUT_145-10115' for key 2
        at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1257)
        at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:943)
        at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeBatch(NewProxyPreparedStatement.java:1723)
        at com.liferay.portal.upgrade.util.Table.populateTableRows(Table.java:532)
        at com.liferay.portal.upgrade.util.Table.populateTable(Table.java:494)
        at com.liferay.portal.upgrade.util.Table.populateTable(Table.java:437)
        at com.liferay.portal.convert.ConvertPermissionAlgorithm.convertToBitwise(ConvertPermissionAlgorithm.java:169)
        at com.liferay.portal.convert.ConvertPermissionAlgorithm.doConvert(ConvertPermissionAlgorithm.java:660)
        at com.liferay.portal.convert.ConvertProcess.convert(ConvertProcess.java:44)
        ... 7 more


Can any one please let me know why this error is coming while upgarding data.
thumbnail
David H Nebinger, geändert vor 10 Jahren.

RE: Error While Migartion from 6.0.6 to 6.1

Liferay Legend Beiträge: 14916 Beitrittsdatum: 02.09.06 Neueste Beiträge
I believe this is a known bug for 6.1 GA2. Either give GA3 a try or the version from lcepatchers.org.
Shail Rajput, geändert vor 10 Jahren.

RE: Error While Migartion from 6.0.6 to 6.1

New Member Beiträge: 12 Beitrittsdatum: 26.12.12 Neueste Beiträge
Can you please send me the link from where i can download GA3.
I tried a lot but not able to find anywhere.
Shail Rajput, geändert vor 10 Jahren.

RE: Error While Migartion from 6.0.6 to 6.1

New Member Beiträge: 12 Beitrittsdatum: 26.12.12 Neueste Beiträge
Thanks for reply atleast some one replied me.
Sir what i did was i made changes in portal ext property and added following
permissions.user.check.algorithm=5
and I have executed convert legacy executive algorithm and then it has given me error in 6.0.6.
So how can i change to new version without migrating my data.I am bit confused.