RE: Market Place Plugin for 7.3?

Peter Pan, modified 5 Years ago. New Member Posts: 22 Join Date: 1/14/15 Recent Posts
Hi all,

Is there a  market place plugin for 7.3? I have deployed the 7.2 plugin but get these errors in my catalina.out file:

2020-09-05 05:53:37.718 ERROR [Framework Event Dispatcher: Equinox Container: f92a82e9-db9a-4380-a03b-f5bab0960e7f][Framework:93] FrameworkEvent ERROR
org.osgi.framework.BundleException: Could not resolve module: com.liferay.marketplace.api [1217]_  Unresolved requirement: Import-Package: com.liferay.exportimport.kernel.lar; version="[2.0.0,3.0.0)"_ [Sanitized]
        at org.eclipse.osgi.container.Module.start(Module.java:444)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1682)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1662)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1624)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1555)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
2020-09-05 05:53:37.721 ERROR [Framework Event Dispatcher: Equinox Container: f92a82e9-db9a-4380-a03b-f5bab0960e7f][Framework:93] FrameworkEvent ERROR
org.osgi.framework.BundleException: Could not resolve module: com.liferay.marketplace.service [1219]_  Unresolved requirement: Import-Package: com.liferay.document.library.kernel.exception; version="[2.0.0,3.0.0)"_ [Sanitized]
        at org.eclipse.osgi.container.Module.start(Module.java:444)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1682)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1662)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1624)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1555)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
2020-09-05 05:53:37.721 INFO  [main][ModuleFrameworkImpl:1946] Started dynamic bundles
2020-09-05 05:53:37.722 INFO  [main][ModuleFrameworkImpl:1953] Starting web bundles
2020-09-05 05:53:39.121 ERROR [Framework Event Dispatcher: Equinox Container: f92a82e9-db9a-4380-a03b-f5bab0960e7f][Framework:93] FrameworkEvent ERROR
org.osgi.framework.BundleException: Could not resolve module: com.liferay.marketplace.app.manager.web [1218]_  Unresolved requirement: Import-Package: com.liferay.application.list.display.context.logic; version="[1.1.0,2.0.0)"_ [Sanitized]
        at org.eclipse.osgi.container.Module.start(Module.java:444)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1682)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1662)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1624)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1555)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)


Should I just remove the current marketplace module?
thumbnail
Olaf Kock, modified 5 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts
Peter Pan:

Hi all,

Is there a  market place plugin for 7.3? I have deployed the 7.2 plugin but get these errors in my catalina.out file:
Isn't it bundled?
The 7.2 version definitely won't work, as you explored.
Alternatively, you can just go to https://liferay.com/marketplace and download plugins manually, then drop the downloads in the deploy folder.
Peter Pan, modified 5 Years ago. New Member Posts: 22 Join Date: 1/14/15 Recent Posts
Thanks for the info @Olaf emoticon