Logo
  • Sản phẩm

    Sản phẩm

    Sản phẩm tuân thủ FIPS

    Camera mạng

    Camera PTZ

    Máy ảnh nhiệt

    Camera mạng chống cháy nổ

    Hệ thống ghi hình mạng (NVR)

    Camera analog độ nét cao

    Phụ kiện

    Loạt bài về Răn đe

    Nhận dạng biển số xe tự động

    Dòng sản phẩm AI ISP

    Bộ sưu tập Panorama

    Dòng U

    Dòng P

    Dòng E

    Dòng L

    Dòng sản phẩm đặc biệt

    Camera PTZ mạng

    Dòng tháp pháo

    Dòng Sản Phẩm Bullet

    Dòng PT

    Dòng sản phẩm Speed Dome

    Dòng P NVR

    Dòng E NVR

    Camera analog HD dòng E-Series

    Camera analog HD series L

    Bàn phím

    Giá đỡ máy ảnh

  • Giới thiệu về chúng tôi
  • Hỗ trợ

    Hỗ trợ

    Trung tâm Tải xuống
  • Tin tức

    Tin tức

    Tin tức Blog
  • Liên hệ với chúng tôi
  • Login | Register
  • tiếng việt
    • Toàn cầu

      Global - English

    • Châu Á

      Japanese - 日本語

      Korean - 한국어

      Thai - ภาษาไทย

      Vietnamese - tiếng việt

    • Châu Âu

      Arabic - اللغة العربية

      Italian - Italiano

      Spanish - Español

      Portuguese - Português

      German - Deutsch

      French - Français

      Turkish - Türkçe

Home >
FreeMarker template error (HTML_DEBUG mode; use RETHROW in production!)

The following has evaluated to null or missing:
==> DataList[0]  [in template "IkegawaVi_pc/template/solutions_details.template.html" at line 170, column 54]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${DataList[0].link}  [in template "IkegawaVi_pc/template/solutions_details.template.html" at line 170, column 52]
	- Reached through: @cms_catalog id="${cid}" level="Self"  [in template "IkegawaVi_pc/template/solutions_details.template.html" at line 169, column 37]
	- Reached through: @cms_xmodel_data modelId="${Catalog.e...  [in template "IkegawaVi_pc/template/solutions_details.template.html" at line 116, column 9]
----

Java stack trace (for programmers):
----
freemarker.core.InvalidReferenceException: [... Exception message was already printed; see it above ...]
	at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:134)
	at freemarker.core.UnexpectedTypeException.newDescriptionBuilder(UnexpectedTypeException.java:85)
	at freemarker.core.UnexpectedTypeException.<init>(UnexpectedTypeException.java:48)
	at freemarker.core.NonHashException.<init>(NonHashException.java:49)
	at freemarker.core.Dot._eval(Dot.java:48)
	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:371)
	at freemarker.core.Environment$NestedElementTemplateDirectiveBody.render(Environment.java:3423)
	at com.chestnut.common.staticize.tag.AbstractTag.onTagEnd(AbstractTag.java:93)
	at com.chestnut.common.staticize.tag.AbstractTag.execute(AbstractTag.java:62)
	at freemarker.core.Environment.visit(Environment.java:452)
	at freemarker.core.UnifiedCall.accept(UnifiedCall.java:102)
	at freemarker.core.Environment.visit(Environment.java:371)
	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: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:93)
	at com.chestnut.common.staticize.tag.AbstractTag.execute(AbstractTag.java:62)
	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:341)
	at freemarker.core.Environment.process(Environment.java:314)
	at com.chestnut.common.staticize.StaticizeService.process(StaticizeService.java:99)
	at com.chestnut.contentcore.publish.staticize.CatalogStaticizeType.doCatalogStaticize(CatalogStaticizeType.java:149)
	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:833)