on ‎2018 Oct 31 8:22 AM
As part of hybris migration from 5.7 to 6.7, we tried to install smartedit. We have added extensions in localextensions.xml.
Installed the smarteditaddon AddOn on customstorefront as follows:
ant addoninstall -Daddonnames=smarteditaddon -DaddonStorefront.yacceleratorstorefront=your_custom_storefront>
After updating the platform, we are not able to access smartedit page. Any help is appreciated.
Request clarification before answering.
Can you please share logs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While trying to access smartedit by URL: https://localhost:9002/smartedit gettting below log.
WARN [hybrisHTTP11] [ContextInformationLoader] Cannot find CMSSite associated with current URL (https://localhost:9002/smartedit)!
And while starting hybris server following error is thrown:
Configuration problem: Failed to import bean definitions from URL location [classpath:sprin g-web/smartedit-spring.xml] Offending resource: ServletContext resource [/WEB-INF/smartedit-web-spring.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreExce ption: Line 43 in XML document from class path resource [spring-web/smartedit-spring.xml] is invalid; nested exception is org.xml.sax.SAXParseException; The matching wildcard is strict, but no declaration can be found for element 'mvc:cors'.
Installing the addon is not enough, you also need to configure all required smartedit extensions in your localextensions.xml:
<extension name="cmssmartedit" />
<extension name="smarteditwebservices" />
<extension name="cmswebservices" />
<extension name="permissionswebservices" />
<extension name="previewwebservices" />
After that, run hybris update again and make sure to check the boxes for the smartedit related extensions. This should setup the required user/user groups so you can login in the smartedit frontend.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes we already configured below extensions in localextensions.xml.
cmsbackoffice cmssmartedit cmssmarteditwebservices cmswebservices permissionswebservices previewwebservices smartedit smarteditaddon smarteditwebservices
Run hybris update system by selecting the above extensions. Still we are getting a blank page.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.