【发布时间】:2012-06-18 13:41:45
【问题描述】:
我在内容交付日志中收到以下错误消息:
com.tridion.smarttarget.utils.AmbientDataHelper - can't find defined
trigger-types in claim store (check if your smarttarget cartridge is up and running)
我检查了我的 smarttarget_conf.xml 并确认 Web 服务已启动并正在运行。失败的(或通过浏览器返回 404)如下:
<Endpoint>http://servername:8180/fredhopper/config/trigger-types</Endpoint>
但是在阅读了文档和论坛之后,我的印象是这是正确的,并且 url 没有响应 GET 请求。
所以我假设一切都设置正确,在我的 smarttarget_conf.xml 中,我希望有人能指点我看看以解决这个问题。
提前致谢。
解决方案
这里的问题是我的 trigger-types.xml 文件在 FAS(Fredhopper 服务器)上没有正确形成。当 Jeremy 在幕后发现我的问题时,我将在下面给出成功的答案。
感谢杰里米 - 我希望任何阅读本文的人都对你的答案投赞成票
【问题讨论】:
-
澄清一下:如果将触发器类型的端点放在浏览器中,它确实可以工作。所以这是您的 trigger-types.xml 格式错误的线索:)
标签: tridion smarttarget