jeffrey_powers
jeffrey_powers

Reputation: 63

Hybris WCMS Error -- Invald CMSSite type

I'm in the process of installing hybris6.0 on my local and I've successfully installed, build and started hybrisserver and when I go to to my WCMS Cockpit I get a HTTP 500 Error stating 'type code 'CMSSite' invalid'. I have also updated my host file to have hybris.localhost point to 127.0.0.1.

Below is my localextensions.xml file from my config folder:

    <path dir="${HYBRIS_BIN_DIR}" />



    <!--COMMON EXTENSIONS-->
    <extension name="acceleratorcms" />
    <extension name="acceleratorfacades" />
    <extension name="acceleratorservices" />
    <extension name="acceleratorstorefrontcommons" />
    <extension name="basecommerce" />
    <extension name="btg" />
    <extension name="cms2" />
    <extension name="cms2lib" />
    <extension name="commercefacades" />
    <extension name="commerceservices" />
    <extension name="customerreview" />
    <extension name="hmc" />
    <extension name="ldap" />
    <extension name="payment" />
    <extension name="platformhmc" />
    <extension name="promotions" />
    <extension name="solrfacetsearch" />
    <extension name="solrfacetsearchhmc" />
    <extension name="ticketsystem" />
    <extension name="voucher" />
    <!--REQUIRED extensions not listed-->
    <extension name="platformbackoffice" />
    <extension name="springintegrationlibs" />


    <!--ADDITIONAL EXTENSIONS-->
    <extension name="cockpit" />
    <extension name="admincockpit" />
    <extension name="cmscockpit" />
    <extension name="b2badmincockpit" />
    <extension name="btgcockpit" />
    <extension name="productcockpit" />
    <extension name="importcockpit" />
    <extension name="mcc" />
    <extension name="classificationsystems" />
    <extension name="classificationsystemshmc" />
    <extension name="commercesearch" />
    <extension name="commercesearchhmc" />
    <extension name="backoffice" />
    <!--<extension name="ordermanagementbackoffice" />--> <!-- THIS EXTENSION IS MISSING -->
    <extension name="commercesearchbackoffice" />
    <extension name="addonsupport" />
    <extension name="solrserver" />

    <!-- ADDONS -->
    <!--<extension name="assistedservicesstorefront" />--> <!-- THIS EXTENSION IS MISSING -->
    <!--<extension name="configureablebundleservices" />--> <!-- THIS EXTENSION IS MISSING -->

    <!--TEST-->
    <extension name="cscockpit" />
    <extension name="reportcockpit" />



    <!-- ext-template -->
    <extension name="yempty" />
    <extension name="yhacext" />
    <extension name="yacceleratorstorefront" />

    <extension name="yacceleratorcockpits" />


</extensions>

Thoughts?

Upvotes: 0

Views: 1475

Answers (2)

user3624540
user3624540

Reputation: 56


you are missing somesteps I guess so.. pls try below quick steps and hope you will be good to go (working fine for me ..)

Step1: Go to the directory where you extracted hybris commerce suite zip file and go inside installer dir Example: let's say you you have hybris-commerce-suite-v6.0.zip and you extract to /Users/mark/hybris directory so let's go to the directory. cd /Users/mark/hybris/installer directory Step2: run below command to setup code for b2b accelerator ./install.sh -r b2b_acc ++ more

COPIED From www.queshub.com
How to install B2B commerce accelerator in hybris6.

Upvotes: 1

user3122271
user3122271

Reputation:

I think that you probably haven't run an init.

Upvotes: 0

Related Questions