The moose likes JBoss and the fly likes Rules configuration file for HTMLTable is missing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Rules configuration file for HTMLTable is missing" Watch "Rules configuration file for HTMLTable is missing" New topic
Author

Rules configuration file for HTMLTable is missing

saurabh agr
Ranch Hand

Joined: Apr 14, 2010
Posts: 33
hi,

i am trying to deploy an struts1 application on jboss7 but got this exception :

13:03:35,161 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[virtualservername].[/]] (MSC service thread 1-3) Marking servlet action as unavailable
13:03:35,161 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[virtualservername].[/]] (MSC service thread 1-3) Servlet threw load() exception: javax.servlet.UnavailableException: Rules configuration file for HTMLTable is missing
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368) [struts.jar:]
at javax.servlet.GenericServlet.init(GenericServlet.java:242) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3631) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3844) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:70) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_30]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_30]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_30]

please give me any idea how to solve the issue.

thanks
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4875

This appears to be a Struts error. Do you have a class called HTMLTable? Do you have a "rules configuration file" for it? (It's been 6 or more years since I worked with Struts 1 so forgive me if I don't know what I am saying...)

Does this app deploy successfully on prior versions of JBoss AS?


JBoss In Action
 
IntelliJ Java IDE
 
subject: Rules configuration file for HTMLTable is missing
 
Threads others viewed
Failed to start service jboss.deployment.unit
JBoss 7 Final - ERROR [org.jboss.msc.service.fail] - Empty name segment is not allowed
Problem with JTA transactions and OpenJPA
How to inject EJB beans with Spring DI.
ClassNotFoundException: org.apache.tiles.startup.BasicTilesInitializer
MyEclipse, The Clear Choice