Struts2 警告 OgnlValueStack:45 - 找不到属性
我的 struts2 应用程序工作正常,我只是不断收到这些我可能需要或不需要的属性的警告。关于如何摆脱警告有什么建议吗?
10:17:17,184 WARN OgnlValueStack:45 - Could not find property [org.apache.catalina.jsp_file]
10:17:17,278 WARN OgnlValueStack:45 - Could not find property [templateDir]
10:17:17,294 WARN OgnlValueStack:45 - Could not find property [theme]
10:17:17,387 WARN OgnlValueStack:45 - Could not find property [.freemarker.Request]
10:17:17,387 WARN OgnlValueStack:45 - Could not find property [.freemarker.RequestParameters]
10:17:17,637 WARN OgnlValueStack:45 - Could not find property [select.tin]
10:17:17,762 WARN OgnlValueStack:45 - Could not find property [text]
10:17:17,778 WARN OgnlValueStack:45 - Could not find property [select.year]
10:17:17,778 WARN OgnlValueStack:45 - Could not find property [year]
10:17:17,981 WARN OgnlValueStack:45 - Could not find property [struts.actionMapping]
My struts2 application works fine, I just keep getting these warnings for properties I may or may not need. Any advice on how to get rid of the warnings?
10:17:17,184 WARN OgnlValueStack:45 - Could not find property [org.apache.catalina.jsp_file]
10:17:17,278 WARN OgnlValueStack:45 - Could not find property [templateDir]
10:17:17,294 WARN OgnlValueStack:45 - Could not find property [theme]
10:17:17,387 WARN OgnlValueStack:45 - Could not find property [.freemarker.Request]
10:17:17,387 WARN OgnlValueStack:45 - Could not find property [.freemarker.RequestParameters]
10:17:17,637 WARN OgnlValueStack:45 - Could not find property [select.tin]
10:17:17,762 WARN OgnlValueStack:45 - Could not find property [text]
10:17:17,778 WARN OgnlValueStack:45 - Could not find property [select.year]
10:17:17,778 WARN OgnlValueStack:45 - Could not find property [year]
10:17:17,981 WARN OgnlValueStack:45 - Could not find property [struts.actionMapping]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 JIRA 上报告
解决方案:请参阅缺少属性 部分
Report at JIRA
Solution : See the Missing Properties section in Troubleshooting guide migrating from Struts 2.0.x to 2.1.x