Hi,
    We have an ear file which is working fine on Windows system.
We tried deploying it on Linux system, the file is successfully deployed.
And when we tried accessing the application, we got the login page. but after 
giving the login detials and clicking on submit button i am getting the 
following error.

javax.servlet.jsp.JspException: Missing message for key "org.hash"
        
com.symcor.common.presentation.tags.MessageDefineTag.doEndTag(MessageDefineTag.java:400)
        
org.apache.jsp.WEB_002dINF.web.symcor.jsp.home_jsp._jspService(org.apache.jsp.WEB_002dINF.web.symcor.jsp.home_jsp:103)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
        
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
        
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
        
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
        org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
        org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:688)

But it is working fine on windows system.So what i feel is there might not be 
any problem with the properties files location or specifying them in 
struts-config file.
Can anybody guess what could be the reason behind the error. Even the links 
containing the issue also will be helpful.Thanks and Regards,Hari.


                
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

Reply via email to