【错误信息】Unable to load configuration. - action - file:/D:/com/s/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/jMavenDemo/WEB-INF/classes/struts.xml:13:82
异常类型:
Caused by: Action class [com.demo.LoginAction] not found - action - file:/D:/com/somking/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/jMavenDemo/WEB-INF/classes/struts.xml:13:82
【问题描述】不能加载配置信息。action,错误在struts.xml文件的13行82列
【问题原因】action的class的完整路径写错了。
Unable to load configuration.—–Caused by: Action class [com.demo.LoginAction] not found - action
【问题处理】简直就是大白话,读完就知道错误出在哪里。所以还是要读完错误信息
【小结与感悟】对待错误的正确态度是认认真真地把信息读完,多读就熟练了。然后就代码能力,排错能力,编码信心,环境熟悉,专业英语能力,快速读报错信息的能力都能上来。加油坚持,还有坚持写bolg的习惯也就养成了。