Message Boards

Upgrading from 6.1.2 to 7.0.2 GA3 is returning errors

Ra Jo Ga Cha, modified 6 Years ago.

Upgrading from 6.1.2 to 7.0.2 GA3 is returning errors

Junior Member Posts: 77 Join Date: 1/19/17 Recent Posts

upgrade:check
Dry run upgrade com.liferay.journal.service from 0.0.5-step-6 to 1.0.0 and its dependent modules
Dry run upgrade com.liferay.marketplace.service from 1.0.1 to 2.0.0 and its dependent modules


So I tried

g! upgrade:execute com.liferay.journal.service
upgrade:execute com.liferay.journal.service
INFO - Upgrading com.liferay.journal.internal.upgrade.v0_0_5.UpgradeJournal
INFO - Starting com.liferay.journal.internal.upgrade.v0_0_5.UpgradeJournal#updateJournalArticles
ERROR - Incorrect string value: '\xEC\x9B\xB9 \xEB\x82...' for column 'name' at row 1
INFO - Completed com.liferay.journal.internal.upgrade.v0_0_5.UpgradeJournal#updateJournalArticles in 6730 ms
INFO - Completed upgrade process com.liferay.journal.internal.upgrade.v0_0_5.UpgradeJournal in 6733ms
gogo: RuntimeException: com.liferay.portal.kernel.upgrade.UpgradeException: com.liferay.portal.kernel.dao.orm.ORMException: org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update


and


upgrade:execute com.liferay.marketplace.service
INFO - Upgrading com.liferay.marketplace.internal.upgrade.v1_0_0.UpgradeCompanyId
ERROR - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'lportalportal.Marketplace_Module' doesn't exist
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'lportalportal.Marketplace_Module' doesn't exist
at ...
INFO - Completed upgrade process com.liferay.marketplace.internal.upgrade.v1_0_0.UpgradeCompanyId in 99ms
gogo: RuntimeException: com.liferay.portal.kernel.upgrade.UpgradeException: java.util.concurrent.ExecutionException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'lportalportal.Marketplace_Module' doesn't exist


For the first error it feels I'm falling in LPS-66071 (https://issues.liferay.com/browse/LPS-66071), but dunno how to use the patch shown there. No idea about what to do with the second error: Should I just create Marketplace_Module table? It makes nosense. If it's a new feature, that table should have been automatically created, shouldn't it?

Thanks! emoticon