Missing resources attribute org.apache.struts.action.MESSAGE

2003-07-30 Thread gowri shankar
hi,
when i tried to run my first web application using
struts, i got the following error, i got this example
application from
http://www.javaranch.com/newsletter/Mar2002/newslettermar2002.jsp

i have been trying to fix this error for quite some
time and I would really be glad if someone helps me
out.





type Exception report

message Internal Server Error

description The server encountered an internal error
(Internal Server Error) that prevented it from
fulfilling this request.

exception 

javax.servlet.ServletException: Missing resources
attribute org.apache.struts.action.MESSAGE
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:471)
at
org.apache.jsp.LoginView$jsp._jspService(LoginView$jsp.java:106)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:201)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
at java.lang.Thread.run(Thread.java:484)


root cause 

javax.servlet.jsp.JspException: Missing resources
attribute org.apache.struts.action.MESSAGE
at
org.apache.struts.taglib.MessageTag.doStartTag(MessageTag.java:360)
at
org.apache.jsp.LoginView$jsp._jspService(LoginView$jsp.java:83)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:201)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472

Re: Missing resources attribute org.apache.struts.action.MESSAGE

2000-12-27 Thread Ted Husted

In trying to set-up Struts on a hosted machine running Apache and
Tomcat, I ran into 

 javax.servlet.ServletException: Missing resources attribute
org.apache.struts.action.MESSAGE

The configuration works fine under my standalone Apache. Besides what
is in the install file, do I need to do anything else under Apache for
it to find the message resource. 


-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 425-0252; Fax 716 223-2506.
-- http://www.husted.com/





RE: JRun: Missing resources attribute org.apache.struts.action.MESSAGE

2000-10-25 Thread Moore, Mark A

Interesting.  The file was there with all of its meaningful content, but it
appears that JRun rewrote it without the comments.  Replaced the file with
the original I had running under Tomcat, tried the "Orion" hack again, still
no luck.

Since I forgot to mention it earlier, I'm using JRun JRun 3.0 Service Pack
1, Version 3.01.5870 and Struts 0.5

Thanks

Mark

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, October 25, 2000 11:08 AM
 To: [EMAIL PROTECTED]
 Subject: Re: JRun: Missing resources attribute
 org.apache.struts.action.MESSAGE
 
 
 Check your web.xml file.  Sometimes our JRUN application will 
 inexplicably
 delete all the entries in web.xml.
 
 Julia
 
 "Moore, Mark A" wrote:
 
  Hi,
 
  I'm getting the classic 'Missing resources attribute
  org.apache.struts.action.MESSAGE' with the latest JRun.  
 I've tried the
  "Orion" work around to no avail.  Are there any other words 
 of wisdom that
  might help?
 
  Thanks in advance
 
  Mark
 
  
 **
 ***
  The information in this email is confidential and may be 
 legally privileged.
  It is intended solely for the addressee. Access to this 
 email by anyone else
  is unauthorized.
 
  If you are not the intended recipient, any disclosure, 
 copying, distribution
  or any action taken or omitted to be taken in reliance on 
 it, is prohibited
  and may be unlawful. When addressed to our clients any 
 opinions or advice
  contained in this email are subject to the terms and 
 conditions expressed in
  the governing KPMG client engagement letter.
  
 **
 ***
 
 --
   H e a l t h S t r e a m,   I n c.
   Julia Reynolds - Systems Developer
   209 10th Ave. South Ste. 450 - Nashville, TN 37203
   phone: (615) 301-3220 - fax: (615) 301-3200
 
   email: [EMAIL PROTECTED]
   Web Site: http://www.cmecourses.com
 
 
*
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. 

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement letter. 
*