re: Struts & iPlanet Application Server 6 SP2.
Note: struts-example doesn't work with iPlanet :-
1) Taglib value type conversion problem:
iAS seems to assume everything is a String and does not care about
automatically converting to other types.
This problem has been filed as a defect with id 541221 and is expected to be
fixed in SP3.
2) struts-example not compatible with the spec.
iPlanet support told us that - the example contains non-serialisable objects
in the session context.
Also that the database object in the Struts-Example application is not
compatible with the iAS container.
Kind regards,
Lee.
-----Original Message-----
From: Thilipkumar TM [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 25 April 2001 6:35:pm
To: [EMAIL PROTECTED]
Subject: Help Me !! Deployed in iPlanet Application Servier
Hi,
I have downloaded binary / source version of strut's
examples. I kept file in proper directory. I am
getting following error. It's searching for
MESSAGE.java. But that file is not there in the
directory. I have downloaded again and searched the
same file, but it was not there. Please try to find
out solution.
I am using iPlanet Applicaiton Server 6.0
(Enterprise Edition) under Windows 2000.
ERROR
=====
[25/Apr/2001 14:05:50:2] info:
--------------------------------------
[25/Apr/2001 14:05:50:2] info: JSPRunner: init
[25/Apr/2001 14:05:50:2] info:
--------------------------------------
[25/Apr/2001 14:05:52:3] info:
ENGINE-class_loader_created: New class loader com
.kivasoft.engine.EngineClassLoaderNonVersionable@3c1b02
has just been created
[25/Apr/2001 14:05:55:5] warning:
ENGINE-classload_failed: Failed to load class
org.apache.struts.taglib.html.HtmlTagBeanInfo
[25/Apr/2001 14:05:55:5] warning:
ENGINE-classload_failed: Failed to load class
sun.beans.infos.HtmlTagBeanInfo
[25/Apr/2001 14:05:55:6] warning:
ENGINE-classload_failed: Failed to load class
org.apache.struts.taglib.bean.MessageTagBeanInfo
[25/Apr/2001 14:05:55:6] warning:
ENGINE-classload_failed: Failed to load class
sun.beans.infos.MessageTagBeanInfo
[25/Apr/2001 14:05:55:6] warning:
ENGINE-classload_failed: Failed to load class
org.apache.struts.taglib.html.BaseTagBeanInfo
[25/Apr/2001 14:05:55:6] warning:
ENGINE-classload_failed: Failed to load class
sun.beans.infos.BaseTagBeanInfo
[25/Apr/2001 14:05:55:6] warning:
ENGINE-classload_failed: Failed to load class
org.apache.struts.taglib.logic.NotPresentTagBeanInfo
[25/Apr/2001 14:05:55:6] warning:
ENGINE-classload_failed: Failed to load class
sun.beans.infos.NotPresentTagBeanInfo
[25/Apr/2001 14:05:55:6] warning:
ENGINE-classload_failed: Failed to load class
org.apache.struts.taglib.logic.PresentTagBeanInfo
[25/Apr/2001 14:05:55:6] warning:
ENGINE-classload_failed: Failed to load class
sun.beans.infos.PresentTagBeanInfo
[25/Apr/2001 14:05:55:6] warning:
ENGINE-classload_failed: Failed to load class
org.apache.struts.taglib.logic.ConditionalTagBaseBeanInfo
[25/Apr/2001 14:05:55:7] warning:
ENGINE-classload_failed: Failed to load class
sun.beans.infos.ConditionalTagBaseBeanInfo
[25/Apr/2001 14:05:55:7] warning:
ENGINE-classload_failed: Failed to load class
org.apache.struts.taglib.html.LinkTagBeanInfo
[25/Apr/2001 14:05:55:7] warning:
ENGINE-classload_failed: Failed to load class
sun.beans.infos.LinkTagBeanInfo
[25/Apr/2001 14:05:55:7] warning:
ENGINE-classload_failed: Failed to load class
org.apache.struts.taglib.html.BaseHandlerTagBeanInfo
[25/Apr/2001 14:05:55:7] warning:
ENGINE-classload_failed: Failed to load class
sun.beans.infos.BaseHandlerTagBeanInfo
[25/Apr/2001 14:05:55:7] warning:
ENGINE-classload_failed: Failed to load class
org.apache.struts.taglib.html.ImgTagBeanInfo
[25/Apr/2001 14:05:55:7] warning:
ENGINE-classload_failed: Failed to load class
sun.beans.infos.ImgTagBeanInfo
[25/Apr/2001 14:06:00:2] info:
--------------------------------------
[25/Apr/2001 14:06:00:2] info:
jsp.APPS.fortune.dil1.index: init
[25/Apr/2001 14:06:00:2] info:
--------------------------------------
javax.servlet.jsp.JspException: Cannot find message
resources under key org.apac
he.struts.action.MESSAGE
at
org.apache.struts.util.RequestUtils.message(RequestUtils.java:285)
at
org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:2
39)
at
jsp.APPS.fortune.dil1.index._jspService(index.java:73)
at
jsp.APPS.fortune.dil1.index.service(index.java:35)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.callJSP(Unkno
wn 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.fo
rward(Unknown Source)
at
com.netscape.server.servlet.jsp.JSPRunner.service(Unknown
Source)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
wn 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:479)
javax.servlet.jsp.JspException: Cannot find message
resources under key org.apac
he.struts.action.MESSAGE
at
org.apache.struts.util.RequestUtils.message(RequestUtils.java:285)
at
org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:2
39)
at
jsp.APPS.fortune.dil1.index._jspService(index.java:73)
at
jsp.APPS.fortune.dil1.index.service(index.java:35)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.callJSP(Unkno
wn 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.fo
rward(Unknown Source)
at
com.netscape.server.servlet.jsp.JSPRunner.service(Unknown
Source)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
wn 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:479)
[25/Apr/2001 14:06:01:1] error: Exception:
SERVLET-run_failed: Failed in running
template: /fortune/dil1/index.jsp,
javax.servlet.ServletException: Cannot find
message resources under key
org.apache.struts.action.MESSAGE
Exception Stack Trace:
javax.servlet.ServletException: Cannot find message
resources under key org.apac
he.struts.action.MESSAGE
at
com.netscape.jsp.PageContextImpl.handlePageException(Unknown
Source)
at
jsp.APPS.fortune.dil1.index._jspService(index.java:186)
at
jsp.APPS.fortune.dil1.index.service(index.java:35)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.callJSP(Unkno
wn 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.fo
rward(Unknown Source)
at
com.netscape.server.servlet.jsp.JSPRunner.service(Unknown
Source)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
wn 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:479)
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee. It is confidential and may contain legally privileged
information. No confidentiality or privilege is waived or lost by any
mistaken transmission to you. If you receive this e-mail in error, please
immediately delete it from your system and notify the sender. You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient. The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.