ATG Commerce v11 CRS安装错误:



我已经安装了带有商业参考存储的Oracle ATG v11,当我启动生产服务器并转到url domain/crs/storeus时,我看到空白的白色页面,并在控制台中出现以下错误:

Oct 13, 2014 1:56:37 PM com.endeca.infront.site.SiteManager getSite
SEVERE: Unable to retrieve site definition for site id: /storeSiteUS
com.endeca.store.exceptions.PathNotFoundException: No node found at
path: [pages].
        at com.endeca.store.configuration.InternalNode.getNode(InternalNode.java:153)
        at com.endeca.store.configuration.InternalNode.getNodeInfo(InternalNode.java:221)
        at com.endeca.store.configuration.InternalNode.getNode(InternalNode.java:150)
        at com.endeca.store.configuration.InternalNode.getNode(InternalNode.java:61)
........................................
**** Error      Mon Oct 13 13:00:47 +00:00 2014 1413205247448   /atg/endeca/assembler/droplet/InvokeAssembler   A problem occurred
assembling the content for content item /content/Web/Home Pages. The
response received was {@type=ContentSlot,
atg:currentSiteProductionURL=/crs/storeus,
canonicalLink=com.endeca.infront.cartridge.model.NavigationAction@2b35e9c6,
ruleLimit=1, @error=com.endeca.infront.content.ContentException:
com.endeca.navigation.ENEConnectionException: Error establishing
connection to retrieve Navigation Engine request
http://localhost:15000/graph?node=0&profiles=sitegroup.siteGroupUS|NoPriceRange|site.storeSiteUS&offset=0&nbins=0&irversion=640'.
Tried all: '2' addresses, but could not connect over HTTP to server:
'localhost', port: '15000' Check MDEX Logs and specified query
parameters. , contentCollection=/content/Web/Home Pages}. Servicing
the error open parameter.

我假设这个错误与endeca有关?我下载了CAS,工具和框架与经验经理和MDX,以及平台服务。我需要启动这些吗?还是我错过了endeca安装的一部分?

位于\localconfig\atg\endeca\assembly\ccartrine\manager的DefaultFileStoreFactory.properties中的configurationPath属性的值可能不正确。

在OOTB CRS中,我们通常为configurationPath属性提供以下值:/工具和框架/11.1.0/server/workspace/state/repository/CRS

请验证.zip是否存在于DefaultFileStoreFactory.properties中提供的路径中。

只需检查您是否能够连接以下url:

host:15000/admin?op=stats

如果您能够连接此URL,则MDEX正在运行。此外,您可以登录体验管理器,检查dgraphs和dgidx是否正在运行。

如果您无法连接,请检查所有服务(工具和http)是否正在运行并可访问。您可以检查endeca日志以进行进一步调试。

您的DGraph尚未启动

(在浏览器中点击此URL并验证:http://localhost:15000/graph?node=0&profiles=sitegroup.siteGroupUS|NoPriceRange|site.storeSiteUS&offset=0&nbins=0&irversion=640&format=xml

可能的原因有:

  1. 您没有从ATG运行基线更新(来自ProductCatalogSimpleIndexingAdmindyn/admin组件)
  2. 您没有运行提升内容(从Endeca应用程序的控制文件夹)
  3. 您的服务工作不正常(或根本没有启动)。检查Platform ServicesTools And Frameworks是否已启动

解决方案是在"DefaultFileStoreFactory.properties" 中正确定义属性configurationPath=E:/Endeca/Apps/CRS/data/workbench/application_export_archive/CRS的值

如果您将操作系统用作Windows,则将此路径定义为Unix样式,如上所示。

相关内容

最新更新