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?
hybris
add a comment |
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?
hybris
Do you have access to the HMC and Storefront ?
– Hristo Staykov
May 20 '16 at 14:08
HMC - Yes. Storefront- Not sure should that show up as a cockpit option in /mcc?
– jeffrey_powers
May 20 '16 at 14:14
This generally happens when you have bad Url Patterns. You can read this thread for more information Hybris Url Patterns
– Hristo Staykov
May 20 '16 at 14:23
add a comment |
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?
hybris
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?
hybris
hybris
asked May 20 '16 at 14:05
jeffrey_powersjeffrey_powers
4318
4318
Do you have access to the HMC and Storefront ?
– Hristo Staykov
May 20 '16 at 14:08
HMC - Yes. Storefront- Not sure should that show up as a cockpit option in /mcc?
– jeffrey_powers
May 20 '16 at 14:14
This generally happens when you have bad Url Patterns. You can read this thread for more information Hybris Url Patterns
– Hristo Staykov
May 20 '16 at 14:23
add a comment |
Do you have access to the HMC and Storefront ?
– Hristo Staykov
May 20 '16 at 14:08
HMC - Yes. Storefront- Not sure should that show up as a cockpit option in /mcc?
– jeffrey_powers
May 20 '16 at 14:14
This generally happens when you have bad Url Patterns. You can read this thread for more information Hybris Url Patterns
– Hristo Staykov
May 20 '16 at 14:23
Do you have access to the HMC and Storefront ?
– Hristo Staykov
May 20 '16 at 14:08
Do you have access to the HMC and Storefront ?
– Hristo Staykov
May 20 '16 at 14:08
HMC - Yes. Storefront- Not sure should that show up as a cockpit option in /mcc?
– jeffrey_powers
May 20 '16 at 14:14
HMC - Yes. Storefront- Not sure should that show up as a cockpit option in /mcc?
– jeffrey_powers
May 20 '16 at 14:14
This generally happens when you have bad Url Patterns. You can read this thread for more information Hybris Url Patterns
– Hristo Staykov
May 20 '16 at 14:23
This generally happens when you have bad Url Patterns. You can read this thread for more information Hybris Url Patterns
– Hristo Staykov
May 20 '16 at 14:23
add a comment |
2 Answers
2
active
oldest
votes
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.
What about b2c accelerator?
– jeffrey_powers
May 25 '16 at 0:29
Change the steps b2b_acc to b2c_acc or refer another post ehybris.com/knowledgebase/12/…
– user3624540
May 25 '16 at 6:23
This was helpful and got it up and running. Ran this recipe and then did ant initialize as well. Thank you everyone.
– jeffrey_powers
May 25 '16 at 14:22
add a comment |
I think that you probably haven't run an init.
How do you run an init? After starting the Hybris server?
– jeffrey_powers
May 21 '16 at 14:52
wiki.hybris.com/display/release5/…
– user3122271
May 22 '16 at 9:58
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f37348812%2fhybris-wcms-error-invald-cmssite-type%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
What about b2c accelerator?
– jeffrey_powers
May 25 '16 at 0:29
Change the steps b2b_acc to b2c_acc or refer another post ehybris.com/knowledgebase/12/…
– user3624540
May 25 '16 at 6:23
This was helpful and got it up and running. Ran this recipe and then did ant initialize as well. Thank you everyone.
– jeffrey_powers
May 25 '16 at 14:22
add a comment |
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.
What about b2c accelerator?
– jeffrey_powers
May 25 '16 at 0:29
Change the steps b2b_acc to b2c_acc or refer another post ehybris.com/knowledgebase/12/…
– user3624540
May 25 '16 at 6:23
This was helpful and got it up and running. Ran this recipe and then did ant initialize as well. Thank you everyone.
– jeffrey_powers
May 25 '16 at 14:22
add a comment |
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.
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.
edited Nov 22 '18 at 17:18
answered May 25 '16 at 0:22
user3624540user3624540
364
364
What about b2c accelerator?
– jeffrey_powers
May 25 '16 at 0:29
Change the steps b2b_acc to b2c_acc or refer another post ehybris.com/knowledgebase/12/…
– user3624540
May 25 '16 at 6:23
This was helpful and got it up and running. Ran this recipe and then did ant initialize as well. Thank you everyone.
– jeffrey_powers
May 25 '16 at 14:22
add a comment |
What about b2c accelerator?
– jeffrey_powers
May 25 '16 at 0:29
Change the steps b2b_acc to b2c_acc or refer another post ehybris.com/knowledgebase/12/…
– user3624540
May 25 '16 at 6:23
This was helpful and got it up and running. Ran this recipe and then did ant initialize as well. Thank you everyone.
– jeffrey_powers
May 25 '16 at 14:22
What about b2c accelerator?
– jeffrey_powers
May 25 '16 at 0:29
What about b2c accelerator?
– jeffrey_powers
May 25 '16 at 0:29
Change the steps b2b_acc to b2c_acc or refer another post ehybris.com/knowledgebase/12/…
– user3624540
May 25 '16 at 6:23
Change the steps b2b_acc to b2c_acc or refer another post ehybris.com/knowledgebase/12/…
– user3624540
May 25 '16 at 6:23
This was helpful and got it up and running. Ran this recipe and then did ant initialize as well. Thank you everyone.
– jeffrey_powers
May 25 '16 at 14:22
This was helpful and got it up and running. Ran this recipe and then did ant initialize as well. Thank you everyone.
– jeffrey_powers
May 25 '16 at 14:22
add a comment |
I think that you probably haven't run an init.
How do you run an init? After starting the Hybris server?
– jeffrey_powers
May 21 '16 at 14:52
wiki.hybris.com/display/release5/…
– user3122271
May 22 '16 at 9:58
add a comment |
I think that you probably haven't run an init.
How do you run an init? After starting the Hybris server?
– jeffrey_powers
May 21 '16 at 14:52
wiki.hybris.com/display/release5/…
– user3122271
May 22 '16 at 9:58
add a comment |
I think that you probably haven't run an init.
I think that you probably haven't run an init.
answered May 21 '16 at 11:31
user3122271
How do you run an init? After starting the Hybris server?
– jeffrey_powers
May 21 '16 at 14:52
wiki.hybris.com/display/release5/…
– user3122271
May 22 '16 at 9:58
add a comment |
How do you run an init? After starting the Hybris server?
– jeffrey_powers
May 21 '16 at 14:52
wiki.hybris.com/display/release5/…
– user3122271
May 22 '16 at 9:58
How do you run an init? After starting the Hybris server?
– jeffrey_powers
May 21 '16 at 14:52
How do you run an init? After starting the Hybris server?
– jeffrey_powers
May 21 '16 at 14:52
wiki.hybris.com/display/release5/…
– user3122271
May 22 '16 at 9:58
wiki.hybris.com/display/release5/…
– user3122271
May 22 '16 at 9:58
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f37348812%2fhybris-wcms-error-invald-cmssite-type%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you have access to the HMC and Storefront ?
– Hristo Staykov
May 20 '16 at 14:08
HMC - Yes. Storefront- Not sure should that show up as a cockpit option in /mcc?
– jeffrey_powers
May 20 '16 at 14:14
This generally happens when you have bad Url Patterns. You can read this thread for more information Hybris Url Patterns
– Hristo Staykov
May 20 '16 at 14:23