suryan kumar

Greenhorn
+ Follow
since Aug 06, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by suryan kumar

Hi All,
I am trying to run my application on iPlanet Server 6.5 SP1 Maintenance update 3 and Iplanet Web Server Service Pack 5.
I am using struts 1.0.2.
When ever i try to access any jsp i get either of the following errors
1.Cannot Find Action Mapping or ActionForm Beans
2.Cannot find message resources under key org.apache.struts.action.MESSAGE
I have tried all the options that i know, could any one guid me regarding this issue.
Thanks
20 years ago
Hi,
I have setup the environment that you have mentioned. Still i am facing some problems.
Could you let me know roughly, what are the custmizations that i need to do.
The struts tag are not recognized. My application hiearrachy is like
myapp
----------|
-----|jsp
css
html
WEB-INF-----|
classes (contains all properties files)
lib(contains struts.jar & myapp.jar etc)
tld

Regards
Suryan
20 years ago
FYI :--
iplanet 6.5 support servlet2.2. Hope it helps someone.
Regards
Suryan
20 years ago
Hi,
I am trying to deploying my appplication on iplanet 6.5. We are using struts 1.0.
When i try to access any jsp page iPlanet is not recognizing the struts tags. I tried various options but no use.
My application works perfectly on tomcat. Could anyone let me know the possible reasons.
Do i need to make any customizations in web.xml???
This is very urgent your help is higly appreciated
Regards
Suryan Kumar
20 years ago
Hi Bernadaus,
I am keep on getting the same error, could you let me know whats wrong.
The same application runs fine on tomcat server. Your help is appreciated.

javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE at
org.apache.struts.util.RequestUtils.message(RequestUtils.java:568) at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:239) at jsp.APPS.xlsv6.jsp.main.logon._jspService(logon.java:181) at org.apache.jasper.runtime.HttpJspBase.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source) at com.netscape.server.servlet.servletrunner.ServletRunner.callJSP(Unknown Source) at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callJspCompiler(Unknown Source) at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callUri(Unknown Source) at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callUriRestrictOutput(Unknown Source) at com.netscape.server.servlet.platformhttp.PlatformRequestDispatcher.forward(Unknown Source) at com.netscape.server.servlet.jsp.JSPRunner.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source) at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown Source) at com.kivasoft.applogic.AppLogic.execute(Unknown Source) at com.kivasoft.applogic.AppLogic.execute(Unknown Source) at com.kivasoft.thread.ThreadBasic.run(Native Method) at java.lang.Thread.run(Thread.java:484)
20 years ago
Hi,
I am in the process of integerating struts 1.0 with iplanet 6.5, but
i am getting various exceptions.
Could any one let me know whether struts 1.0 with iplanet 6.5 ..
Do i need to download any patch???
Your help is highlt appreciated.
Regards
Suryan.
20 years ago
Hi,
Could any body tell me whether servlet 2.3 is compatible with iplanet 6.5??
Your help is highly appreciated
Thanks
Suryan
[ October 16, 2003: Message edited by: Mark Spritzler ]
20 years ago
Congratulations on passing the exam, Could you let us know
the list of preparatory materials that you have used for the exam.
Regards
Prathap.
Hi Pradeep,
Thanks for your response, the method signatures are the same.
I am trying to deploy an stateless session bean and i am encountered with the following error
"EJB : SesFacade .Unable to initialize method info for remote or home interface.x: com/xxx/xx/xx/CatForm"
I have created jar,war and packaged the same into ear file.
In one of the methods of the bean i am passing CatForm Object
public void addTitleCategory(CatForm catForm) {
TitleCategoryForm tt = (CatForm) catForm;
}
If i remove the parameter catForm it is working fine. Can any one of you help me to resolve this issue.
Your help is highly appreicated.
Thanks