所有
我有一个使用struts 1.1的应用程序,我试图从Weblogic迁移到JBOSS。
我在日志中看到以下错误,我无法解决。
17:39:37,317 WARN [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not in
stalling optional component org.apache.struts.taglib.ForwardTag due to an except
ion (enable DEBUG log level to see the cause)**
17:39:37,320 WARN [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not in
stalling optional component org.apache.struts.taglib.HiddenTag due to an excepti
on (enable DEBUG log level to see the cause)
17:39:37,321 WARN [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not in
stalling optional component org.apache.struts.taglib.MultiboxTag due to an excep
tion (enable DEBUG log level to see the cause)
17:39:37,322 WARN [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not in
stalling optional component org.apache.struts.taglib.CheckboxTag due to an excep
tion (enable DEBUG log level to see the cause)
17:39:37,378 WARN [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not in
stalling optional component org.apache.struts.taglib.IfParameterEqualsTag due to
an exception (enable DEBUG log level to see the cause)
**17:39:37,379 WARN [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not in
stalling optional component org.apache.struts.taglib.IfParameterNotEqualsTag due
to an exception (enable DEBUG log level to see the cause)**
17:39:37,380 WARN [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not in
stalling optional component org.apache.struts.taglib.SubmitTag due to an excepti
on (enable DEBUG log level to see the cause)
17:39:37,381 WARN [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not in
stalling optional component org.apache.struts.taglib.CancelTag due to an excepti
on (enable DEBUG log level to see the cause)
17:39:37,383 WARN [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not in
stalling optional component org.apache.struts.taglib.PropertyTag due to an excep
tion (enable DEBUG log level to see the cause)
有人可以帮忙吗?
我正在使用JBOSS EAP& JAVA 8. struts-1.1.jar与其他jar文件一起位于lib目录中。我在struts的init-parameter中将debug设置为6,但是我没有在应用程序日志中看到任何错误。