FreeMarker template error (HTML_DEBUG mode; use RETHROW in production!)
No error description was specified for this error; low-level message: com.chestnut.contentcore.template.exception.CatalogNotFoundException: 栏目数据不存在:[栏目ID: {0}], [栏目别名: {1}]
----
FTL stack trace ("~" means nesting-related):
- Failed at: @cms_catalog id="${Catalog.parentId}"... [in template "sm_pc/template/singlePage.template.html" at line 28, column 21]
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: @cms_catalog id="${Catalog.parentId}"... [in template "sm_pc/template/singlePage.template.html" at line 28, column 21]
----
Java stack trace (for programmers):
----
freemarker.template.TemplateException: [... Exception message was already printed; see it above ...]
at com.chestnut.common.staticize.tag.AbstractListTag.execute0(AbstractListTag.java:67)
at com.chestnut.common.staticize.tag.AbstractTag.execute(AbstractTag.java:61)
at freemarker.core.Environment.visit(Environment.java:461)
at freemarker.core.UnifiedCall.accept(UnifiedCall.java:101)
at freemarker.core.Environment.visit(Environment.java:344)
at freemarker.core.Environment.visit(Environment.java:350)
at freemarker.core.Environment.process(Environment.java:323)
at com.chestnut.common.staticize.StaticizeService.process(StaticizeService.java:101)
at com.chestnut.contentcore.publish.staticize.CatalogStaticizeType.doCatalogStaticize(CatalogStaticizeType.java:174)
at com.chestnut.contentcore.publish.staticize.CatalogStaticizeType.catalogStaticize(CatalogStaticizeType.java:100)
at com.chestnut.contentcore.publish.staticize.CatalogStaticizeType.catalogStaticize(CatalogStaticizeType.java:91)
at com.chestnut.contentcore.publish.staticize.CatalogStaticizeType.staticize(CatalogStaticizeType.java:83)
at com.chestnut.contentcore.publish.strategies.ThreadPoolPublishStrategy.lambda$publish$0(ThreadPoolPublishStrategy.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:842)
Caused by: com.chestnut.contentcore.template.exception.CatalogNotFoundException: 栏目数据不存在:[栏目ID: {0}], [栏目别名: {1}]
----
FTL stack trace ("~" means nesting-related):
- Failed at: @cms_catalog id="${Catalog.parentId}"... [in template "sm_pc/template/singlePage.template.html" at line 28, column 21]
----
at com.chestnut.contentcore.template.tag.CmsCatalogTag.prepareData(CmsCatalogTag.java:88)
at com.chestnut.common.staticize.tag.AbstractListTag.execute0(AbstractListTag.java:65)
... 15 more