RE: Upgrade 7.2.0 ga1 to 7.3.* failed with CTStoreFactory error

Jamie Sammons, modified 4 Years ago. Junior Member Posts: 61 Join Date: 5/16/14 Recent Posts

I am receiving the same error, listed below, when running the database upgrade script (db_upgrade.bat) for 7.3.2 GA3 , 7.3.3 GA3, or 7.3.4 GA5.  How can I bypass or resolve this error to complete an upgrade from 7.2.0 GA1 to 7.3.2 GA3 , 7.3.3 GA3, or 7.3.4 GA5 ?

ERROR [main][ServiceProxyFactory:279] Service "com.liferay.portal.change.tracking.store.CTStoreFactory" is unavailable in 60000 milliseconds while setting field "_ctStoreFactory" for class  "com.liferay.portal.change.tracking.store.CTStoreFactoryUtil"

 

thumbnail
Sergio Sanchez, modified 4 Years ago. Regular Member Posts: 149 Join Date: 7/6/11 Recent Posts

Hi Brody, according to https://issues.liferay.com/browse/LPS-114810 it should've been fixed in 7.3.5 GA6.

Hope it helps

BRODY HIGGS JR, modified 4 Years ago. Junior Member Posts: 61 Join Date: 5/16/14 Recent Posts

The upgrade from 7.2.0 GA1 to 7.3.5 GA6 worked, but with the following error.  Also, I don't see web content and web content display under 'Components > Portlets'.  Is there anyway to upgrade or start this portlet in order for web content to display?  Can I resolve this error using gogo shell?

ERROR - Failed upgrade process for module com.liferay.journal.service

Unable to upgrade com.liferay.journal.service to 3.4.0

from 1.1.0-step-2

thumbnail
Sergio Sanchez, modified 4 Years ago. Regular Member Posts: 149 Join Date: 7/6/11 Recent Posts

Is there any exception in the log filles?

I guess you don't see Web Content as the Upgrade process for that module didn't finish succesfully. You can try to upgrade that mdule using the Gogo Shell and gather what the error might be.

 

BRODY HIGGS JR, modified 4 Years ago. Junior Member Posts: 61 Join Date: 5/16/14 Recent Posts

Below are the Gogo Shell logs for 'upgrade:execute' and 'dm wtf' commands.

# upgrade:Execute com.liferay.journal.service
ERROR - Failed upgrade process for module com.liferay.journal.service
java.lang.IllegalStateException: Unable to upgrade com.liferay.journal.service to 3.4.0 from 1.1.0-step-2
 at com.liferay.portal.upgrade.internal.executor.UpgradeExecutor.execute(UpgradeExecutor.java:134)
 at com.liferay.portal.upgrade.internal.release.osgi.commands.ReleaseManagerOSGiCommands.execute
(ReleaseManagerOSGiCommands.java:139)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.apache.felix.gogo.runtime.Reflective.invoke(Reflective.java:139)
 at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:91)
 at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:599)
 at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:526)
 at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:415)
 at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:416)
 at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229)
 at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59)
 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 at java.lang.Thread.run(Thread.java:748)

# dm wtf
3 unregistered components found
-------------------------------
The following service(s) are missing:
 * com.liferay.journal.service.persistence.JournalArticlePersistence for bundle
com.liferay.commerce.product.type.virtual.service
 * com.liferay.commerce.product.type.virtual.service.CPDefinitionVirtualSettingLocalService for bundle
com.liferay.commerce.product.type.virtual.order.service
 * com.liferay.journal.service.JournalArticleLocalService for bundle
com.liferay.commerce.product.type.virtual.service
 * com.liferay.portal.kernel.model.Release (&(release.bundle.symbolic.name=com.liferay.journal.service)(&
(release.schema.version>=3.4.0)(!(release.schema.version>=4.0.0)))(|(!(release.state=*))(release.state=0)))
for bundle com.liferay.journal.service
 * com.liferay.journal.service.JournalArticleService for bundle
com.liferay.commerce.product.type.virtual.service

Do I need to downgrade com.liferay.journal.service version from 6.0.42 to 3.4.0 to fix this?