• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Missing Struts Module Configuration

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i've got the above error followed by: There is no Struts module configuration registered for ...

Does anybody have a clue what's going on and what is the fix?

Thanks!
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is hard to say unless you post a stack trace and provide more information about your configuration
 
c liu
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your reply. Actually I don't get a whole stack trace of errors. Here is all I get on the console:

<Aug 28, 2009 8:31:34 AM CDT> <Error> <org.apache.beehive.netui.pageflow.AutoReg
isterActionServlet> <000000> <No module configuration registered for /com/compsy
ch/fmla/jpf/home/HomeController.jpf (module path /com/compsych/fmla/jpf/home).>

What configuration file should I look at?

Thanks again for your kind help!
 
Deepak Bala
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

c liu wrote:Thank you for your reply. Actually I don't get a whole stack trace of errors. Here is all I get on the console:

<Aug 28, 2009 8:31:34 AM CDT> <Error> <org.apache.beehive.netui.pageflow.AutoReg
isterActionServlet> <000000> <No module configuration registered for /com/compsy
ch/fmla/jpf/home/HomeController.jpf (module path /com/compsych/fmla/jpf/home).>

What configuration file should I look at?

Thanks again for your kind help!



If I am not mistaken, you are using the beehive net ui plugin and not struts. Perhaps you have missed out a configuration while using beehive which is causing it to throw this error. A beehive netui tutorial should be of help. I think weblogic also supports this out of the box. Net ui that is.
 
c liu
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for your help!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic