公司介绍


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

Directive has thrown an unchecked exception; see the cause exception.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: @cms_article contentId="760060372856901"  [in template "proteinwin_pc/template/about.template.html" at line 71, column 33]
----

Java stack trace (for programmers):
----
freemarker.core._MiscTemplateException: [... Exception message was already printed; see it above ...]
	at freemarker.core.Environment.visit(Environment.java:471)
	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: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:840)
Caused by: java.lang.NullPointerException: Cannot invoke "com.chestnut.contentcore.domain.CmsContent.isLinkContent()" because "content" is null
	at com.chestnut.article.template.tag.CmsArticleTag.execute0(CmsArticleTag.java:87)
	at com.chestnut.common.staticize.tag.AbstractTag.execute(AbstractTag.java:61)
	at freemarker.core.Environment.visit(Environment.java:461)
	... 13 more