VMware Cloud Community
marsherian
Enthusiast
Enthusiast

vRSLCM: Marketplace stopped working

Hi all,

There seems to be a bug with the marketplace:

c.v.v.l.u.RestHelper -  -- RestHelper execute methode connection.getResponseCode : 200

c.v.v.l.n.s.MarketPlaceEULAService -  -- MarketPlaceEULAService.getEula

c.v.v.l.d.m.h.MarketPlaceUtil -  -- MarketPlaceUtil.getEULA

c.v.v.l.d.m.h.MarketPlaceUtil -  -- eula URL : https://marketplace.vmware.com/service/api/v1/app/owncloud-ova-10-0-9-0/eula

c.v.v.l.u.p.ProxySetupHelper -  -- Loading Default Proxy File : /etc/vlcm/proxy

c.v.v.l.u.RestHelper -  -- url:  https://marketplace.vmware.com/service/api/v1/app/owncloud-ova-10-0-9-0/eula

c.v.v.l.u.RestHelper -  -- RestHelper execute methode connection.getResponseCode : 404

c.v.v.l.d.m.h.MarketPlaceUtil -  -- null

c.v.v.l.d.m.h.MarketPlaceUtil -  -- --- Marking as internal server error ---

0 Kudos
1 Reply
Chetan__Sarnad
VMware Employee
VMware Employee

Hi,

The issue occurs if you are trying to download a content that is not available in the marketplace server anymore.

The content you are trying to download owncloud-ova-10-0-9-0​ is no longer available in marketplace server. There is a newer version available owncloud-ova-10-0-10-2 (link : VMware Solution Exchange ).

To not see the older not supported contents in vRSLCM marketplace, set the full sync property in lcm.properties( path : /opt/vmware/vlcm/config/lcm.properties) file as true and trigger a marketplace sync refresh.

Once the sync request is completed, you would observe that the older not supported versions are removed from vRSLCM as well.

You can always download the newer version available in marketplace.

PS : Set the fullSync to false once the process is completed. This will ensure syncs are done in delta mode and improves the performance.

Thanks

0 Kudos