FreeMarker template error (HTML_DEBUG mode; use RETHROW in production!)
Range end index 90 is out of bounds, because the sliced string has only 90 character(s). (Note that indices are 0-based).
The blamed expression:
==> 0..90 [in template "jgjt_PC/template/list_common.template.html" at line 126, column 190]
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${cc[0..90]} [in template "jgjt_PC/template/list_common.template.html" at line 126, column 185]
- Reached through: @cms_article contentId="${content.con... [in template "jgjt_PC/template/list_common.template.html" at line 122, column 153]
- Reached through: @cms_content catalogid="${Catalog.cat... [in template "jgjt_PC/template/list_common.template.html" at line 98, column 81]
----
Java stack trace (for programmers):
----
freemarker.core._MiscTemplateException: [... Exception message was already printed; see it above ...]
at freemarker.core.DynamicKeyName.dealWithRangeKey(DynamicKeyName.java:270)
at freemarker.core.DynamicKeyName._eval(DynamicKeyName.java:89)
at freemarker.core.Expression.eval(Expression.java:101)
at freemarker.core.DollarVariable.calculateInterpolatedStringOrMarkup(DollarVariable.java:104)
at freemarker.core.DollarVariable.accept(DollarVariable.java:63)
at freemarker.core.Environment.visit(Environment.java:335)
at freemarker.core.Environment.visit(Environment.java:377)
at freemarker.core.Environment$NestedElementTemplateDirectiveBody.render(Environment.java:3423)
at com.chestnut.common.staticize.tag.AbstractTag.onTagEnd(AbstractTag.java:96)
at com.chestnut.common.staticize.tag.AbstractTag.execute(AbstractTag.java:65)
at freemarker.core.Environment.visit(Environment.java:452)
at freemarker.core.UnifiedCall.accept(UnifiedCall.java:102)
at freemarker.core.Environment.visit(Environment.java:335)
at freemarker.core.Environment.visit(Environment.java:341)
at freemarker.core.Environment.visit(Environment.java:377)
at freemarker.core.IteratorBlock$IterationContext.executedNestedContentForCollOrSeqListing(IteratorBlock.java:321)
at freemarker.core.IteratorBlock$IterationContext.executeNestedContent(IteratorBlock.java:271)
at freemarker.core.IteratorBlock$IterationContext.accept(IteratorBlock.java:244)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:645)
at freemarker.core.IteratorBlock.acceptWithResult(IteratorBlock.java:108)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:94)
at freemarker.core.Environment.visit(Environment.java:371)
at freemarker.core.Environment$NestedElementTemplateDirectiveBody.render(Environment.java:3423)
at com.chestnut.common.staticize.tag.AbstractTag.onTagEnd(AbstractTag.java:96)
at com.chestnut.common.staticize.tag.AbstractTag.execute(AbstractTag.java:65)
at freemarker.core.Environment.visit(Environment.java:452)
at freemarker.core.UnifiedCall.accept(UnifiedCall.java:102)
at freemarker.core.Environment.visit(Environment.java:335)
at freemarker.core.Environment.visit(Environment.java:341)
at freemarker.core.Environment.process(Environment.java:314)
at com.chestnut.common.staticize.StaticizeService.process(StaticizeService.java:110)
at com.chestnut.contentcore.publish.staticize.CatalogStaticizeType.doCatalogStaticize(CatalogStaticizeType.java:184)
at com.chestnut.contentcore.publish.staticize.CatalogStaticizeType.catalogStaticize(CatalogStaticizeType.java:101)
at com.chestnut.contentcore.publish.staticize.CatalogStaticizeType.catalogStaticize(CatalogStaticizeType.java:92)
at com.chestnut.contentcore.publish.staticize.CatalogStaticizeType.staticize(CatalogStaticizeType.java:84)
at com.chestnut.contentcore.publish.strategies.ThreadPoolPublishStrategy.lambda$publish$0(ThreadPoolPublishStrategy.java:59)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)