The convention plugin found a class that it thinks is an action, and
it is trying to load it, and failing in the process. Setting the debug
level to debug should give you more information on what class it is
etc.

musachy

On Sat, Feb 7, 2009 at 4:50 PM, Jerome ROBERT <jrm.rob...@gmail.com> wrote:
> Hi to all,
> I try to deploy a struts2 application, using convention plug-in in JBoss
> 4.2.3.GA. All I get is a weird error (see below)
> and the weidest thing about it is that all i have to do to get this error is
> to drop de convention plug-in into a working struts2 application.
> I got the stack trace below just by deploying an unmodifided  struts blank
> application (struts2-blank-2.1.6.war) in which i just dropped the
> convention plug-in... any ideas of what's going on ?
> Thank you in advance. (I apologize for my terrible english)
>
> Jerome.
>
>
> 22:31:28,260 INFO  [XmlConfigurationProvider] Parsing configuration file
> [struts-default.xml]
> 22:31:28,740 INFO  [XmlConfigurationProvider] Parsing configuration file
> [struts-plugin.xml]
> 22:31:28,891 INFO  [XmlConfigurationProvider] Parsing configuration file
> [struts.xml]
> 22:31:30,974 ERROR [STDERR] java.lang.Exception: Could not load
> jbossmq-httpil/war/WEB-INF/classes/o
> rg/jboss/mq/il/http/servlet/HTTPServerILServlet.class
> 22:31:30,984 ERROR [STDERR]     at
> com.opensymphony.xwork2.util.finder.ClassFinder.readClassDef(Clas
> sFinder.java:745)
> 22:31:30,984 ERROR [STDERR]     at
> com.opensymphony.xwork2.util.finder.ClassFinder.<init>(ClassFinde
> r.java:148)
> 22:31:30,984 ERROR [STDERR]     at
> org.apache.struts2.convention.PackageBasedActionConfigBuilder.fin
> dActions(PackageBasedActionConfigBuilder.java:295)
> 22:31:30,994 ERROR [STDERR]     at
> org.apache.struts2.convention.PackageBasedActionConfigBuilder.bui
> ldActionConfigs(PackageBasedActionConfigBuilder.java:277)
> 22:31:30,994 ERROR [STDERR]     at
> org.apache.struts2.convention.ClasspathPackageProvider.loadPackag
> es(ClasspathPackageProvider.java:52)
> 22:31:30,994 ERROR [STDERR]     at
> com.opensymphony.xwork2.config.impl.DefaultConfiguration.reloadCo
> ntainer(DefaultConfiguration.java:200)
> 22:31:31,004 ERROR [STDERR]     at
> com.opensymphony.xwork2.config.ConfigurationManager.getConfigurat
> ion(ConfigurationManager.java:55)
> 22:31:31,004 ERROR [STDERR]     at
> org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguratio
> n(Dispatcher.java:360)
> 22:31:31,034 ERROR [STDERR]     at
> org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:403
> )
> 22:31:31,034 ERROR [STDERR]     at
> org.apache.struts2.dispatcher.ng.InitOperations.initDispatcher(In
> itOperations.java:69)
> 22:31:31,034 ERROR [STDERR]     at
> org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFi
> lter.init(StrutsPrepareAndExecuteFilter.java:48)
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to