You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by harikrishna korrapati <ha...@yahoo.co.in> on 2007/01/19 11:15:54 UTC

Problem while deploying ear on Linux

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/

Re: Problem while deploying ear on Linux

Posted by Roshit Jain <ro...@gmail.com>.
Hi,

I guess this seems related to some property file path location. In windows
its all path separator is "\" where as in linux it is "/". Also it may have
a dependency on the Application's
root path.

Regards
Roshit


On 1/19/07, harikrishna korrapati <ha...@yahoo.co.in> wrote:
>
>  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.
>
>
>
>
>
>
> ------------------------------
> Here's a new way to find what you're looking for - Yahoo! Answers<http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/>




-- 
Roshit Jain