1.问题描述: clone了基于freemark框架的的项目代码在myEclipse2017下启动访问后报错提示:
严重: Servlet.service() for servlet [dispatcher] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.context.ApplicationContextException: Failed to parse FreeMarker template for URL [pc/frm_list.html]; nested exception is freemarker.core.ParseException: Syntax error in template “pc/frm_list.html” in line 1, column 31:
Encountered “-”, but was expecting:
“=”] with root cause
freemarker.core.ParseException: Syntax error in template “pc/frm_list.html” in line 1, column 31:
Encountered “-”, but was expecting:
“=”
截图如下:
2.问题解决办法
右击服务器,取消掉CodeLive
的勾选,再重新访问项目,一切正常。
文章参考:https://my.oschina.net/u/2302435/blog/1527081 感谢作者~
相关文章
- ElasticSearch在Linux下的安装和启动、常见问题解决
- 在MyEclipse中启动项目时报错:Could not reserve enough space for object heap
- Chrome 技术—— Mac电脑设置多个独立chrome方法。chrome独立多开技术。(解决selenium中在已经打开浏览器的情况下再次使用加载插件启动、浏览器报错的问题)
- 项目在intellij idea里配置tomcat可以启动并访问, 打成war包丢到tomcat webapps下能启动却访问不了相关的接口
- Eclipse调试:项目在Debug模式下,无法启动的问题
- 在MyEclipse环境下写Struts,删除项目不干净的问题的解决
- IT兄弟连 ElasticSearch在Linux下的安装和启动、常见问题解决
- 为什么我的SSH项目在没有网络的情况下启动服务器会报错
- idea 项目在一般模式下可以正常启动,在debug模式下无法启动,像是卡住了的感觉
- 在MyEclipse下将项目直接部署到远程服务器上的Tomcat上