‎2020 Aug 10 9:16 AM - edited ‎2024 Feb 03 7:20 PM
Hi,
Created a Custom B2B Accelerator on SAP Commerce 2005 manually without using a receipe. Just replaced the yaccelerator* extensions with the new custom extensions of the custom accelerator in localextensions.xml.
Added the corresponding entries in Host file as well as local.properties and tried to launch "powertools" website.
I am getting a "Server Error" when I try to access the storefront, at the backend I can see that it gives a "[ContextInformationLoader] Cannot find CMSSite associated with current URL"
Are there any extra steps to be followed in 2005
Regards,
Manish
PS : The localextensions.xml have the following standard extensions apart from the Custom extensions:
<path dir="${HYBRIS_BIN_DIR}" /> <extension name='adaptivesearchsolr' /> <extension name='adaptivesearchbackoffice' /> <extension name='adaptivesearchsamplesaddon' /> <extension name='adaptivesearchwebservices' /> <extension name='b2bcommercebackoffice' /> <extension name='solrfacetsearchbackoffice' /> <extension name='commerceservicesbackoffice' /> <extension name='ycommercewebservices' /> <extension name='powertoolsstore' /> <extension name='solrserver' /> <extension name='acceleratorwebservicesaddon' /> <extension name='commerceorgaddon' /> <extension name='commerceorgsamplesaddon' /> <extension name='b2bpunchoutaddon' /> <extension name='savedorderformsoccaddon' /> <extension name='b2boccaddon' /> <extension name='assistedservicestorefront' /> <extension name='assistedservicewebservices' /> <extension name='captchaaddon' /> <extension name='customerticketingaddon' /> <extension name='customersupportbackoffice' /> <extension name='rulebuilderbackoffice' /> <extension name='couponbackoffice' /> <extension name='droolsruleengineservices' /> <extension name='couponfacades' /> <extension name='couponservices' /> <extension name='promotionenginesamplesaddon' /> <extension name='textfieldconfiguratortemplatebackoffice' /> <extension name='textfieldconfiguratortemplateaddon' /> <extension name='cmswebservices' /> <extension name='smarteditwebservices' /> <extension name='permissionswebservices' /> <extension name='smarteditaddon' /> <extension name='cmssmartedit' /> <extension name='cmsbackoffice' /> <extension name='previewwebservices' /> <extension name='cmssmarteditwebservices' /> <extension name='cmsoccaddon' /> <extension name='previewpersonalizationweb' /> <extension name='personalizationcmsweb' /> <extension name='personalizationsmartedit' /> <extension name='personalizationpromotionssmartedit' /> <extension name='personalizationsampledataaddon' /> <extension name='personalizationpromotionssampledataaddon' /> <extension name='personalizationpromotions' /> <extension name='personalizationpromotionsweb' /> <extension name='personalizationservicesbackoffice' /> <extension name='personalizationpromotionsbackoffice' /> <extension name='personalizationcmsbackoffice' /> <extension name='personalizationsearchbackoffice' /> <extension name='personalizationsearchsmartedit' /> <extension name='personalizationsearchweb' /> <extension name='personalizationsearchsamplesaddon' /> <extension name='consignmenttrackingaddon' /> <extension name='consignmenttrackingmock' /> <extension name='consignmenttrackingbackoffice' /> <extension name='pcmbackofficesamplesaddon' /> <extension name='configurablebundleaddon' /> <extension name='consignmenttrackingoccaddon' /> <extension name='outboundservices' /> <extension name='odata2webservices' /> <extension name='odata2webservicesfeaturetests' /> <extension name='kymaintegrationbackoffice' /> <extension name='b2bacceleratoraddon' /> <extension name='orderselfserviceaddon' /> <extension name='secureportaladdon' />
Request clarification before answering.
That error is usually because of the way the url is defined in cms site.
In backoffice go to the website
Look at the urlPatterns and make sure they are correct to activate the storefront.
As a test just put in
(?i)^https?:\/\/10\.0\.0\.10.*$
then access at https://10.0.0.10:9002 (or whatever your local ip is)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.