I have followed the steps mentioned in below link.
https://documentation.bloomreach.com/12/library/solutions/commerce-starterstore/installation.html
While starting server i got below exception.
ERROR ResourceResolversInitializingThread [RepositoryMapResourceResolverProvider.refreshResourceResolvers:240] Failed to load child context for resource space, ‘productsResource’.
[INFO] [talledLocalContainer] org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.net.UnknownHostException: D
[INFO] [talledLocalContainer] at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:89) ~[spring-beans-4.3.18.RELEASE.jar:4.3.18.RELEASE]
[INFO] [talledLocalContainer] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:283) ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
[INFO] [talledLocalContainer] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:163) ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
[INFO] [talledLocalContainer] at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:687) ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
[INFO] [talledLocalContainer] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:525) ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
[INFO] [talledLocalContainer] at org.onehippo.cms7.crisp.core.resource.RepositoryMapResourceResolverProvider.createChildApplicationContext(RepositoryMapResourceResolverProvider.java:314) ~[hippo-addon-crisp-core-2.6.1.jar:2.6.1]
[INFO] [talledLocalContainer] at org.onehippo.cms7.crisp.core.resource.RepositoryMapResourceResolverProvider.refreshResourceResolvers(RepositoryMapResourceResolverProvider.java:230) [hippo-addon-crisp-core-2.6.1.jar:2.6.1]
[INFO] [talledLocalContainer] at org.onehippo.cms7.crisp.core.resource.RepositoryMapResourceResolverProvider$ResourceResolversInitializingThread.run(RepositoryMapResourceResolverProvider.java:331) [hippo-addon-crisp-core-2.6.1.jar:2.6.1]
[INFO] [talledLocalContainer] Caused by: java.net.UnknownHostException: D
Still i have logged in to http://localhost:8080/cms/ .
while checking commercetool api connection (content->myproject->products->selecting any product document) getting below error.
An error has occurred, sorry for that.
org.onehippo.cms7.crisp.api.resource.ResourceException: No resource space for ‘commercetools’.
Failed to instantiate plugin class ‘org.onehippo.forge.exdocpicker.impl.field.ExternalDocumentFieldSelectorPlugin’ for wicket id ‘home.cluster.cms-static.plugin.servicesLoader.cluster.cms-services.plugin.hippostdEditorFactory.cluster.cms-preview.plugin.viewerPlugin.cluster.default.right.item’ in plugin ‘home.cluster.cms-static.plugin.servicesLoader.cluster.cms-services.plugin.hippostdEditorFactory.cluster.cms-preview.plugin.viewerPlugin.cluster.default.plugin.relatedextdocselector’ (JcrPluginConfig:/hippo:namespaces/starterstoreboot/productdecorator/editor:templates/default/relatedextdocselector)
Thanks,
Arun