I'm sure this is not the politically correct answer, but iPlanet is the 
preferred web server in my environment so here is what works for me.


As for the LogFactory error... I'm not sure how you (Juan) are referencing the 
logging facilities. I'm using Log4J and it is working as expected.

As for the ServletException with the logon.jsp and ActionForms... This is the 
big one for me. My workaround is to eliminate the use of struts-html and code 
directly with the normal HTML coding for FORMS.  I have found that the 
struts-html <html:errors/> works so I can utilize ActionErrors. I'm under the 
gun so I don't have time to do a lot of debugging to find out what the problem 
is,  if it is a struts problem or a iPlanet problem. I don't like the fact that 
I can't use struts-html tags. There are a lot of neat features I would like to 
make use of.

Later, ajTreece



Juan Alvarado wrote:

> I have tried to deploy my application to IWS 6.0 sp2 and every time I
> restart the server instance, I get the following message:
> 
> [10/Apr/2002:14:12:22] failure ( 2032): Internal error: Unexpected error
> condition thrown (unknown exception,no description), stack:
> java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
>       at org.apache.struts.action.ActionServlet.<init>(ActionServlet.java:331)
>       at java.lang.Class.newInstance0(Native Method)
>       at java.lang.Class.newInstance(Class.java:237)
>       at
> com.iplanet.server.http.servlet.WServletEntity.loadAndInitServlet(WServletEn
> tity.java:71)
>       at
> com.iplanet.server.http.servlet.WebApplication.init(WebApplication.java:314)
>       at
> com.iplanet.server.http.servlet.VirtualServer.init(VirtualServer.java:176)
>       at
> com.iplanet.server.http.servlet.NSServletRunner.VSInit(NSServletRunner.java:
> 686)
> 
> [10/Apr/2002:14:12:22] failure ( 2032): Internal Error: Failed to initialize
> web application environment (web-apps.xml) for virtual server
> (https-eudcontent)
> [10/Apr/2002:14:12:22] info ( 2032): Internal Error: Failed to initialize
> web application environment (web-apps.xml) for virtual server
> (https-eudcontent)
> [10/Apr/2002:14:12:22] failure ( 2032): 1 subystems could not be rolled back
> [10/Apr/2002:14:12:22] failure ( 2032): Failed to set configuration
> [10/Apr/2002:14:12:22] info ( 2032):  Suspend Httpd Service
> 
> Needless to say, my web app does not work. I HAVE tried adding the
> commons-logging.jar to the web server instance class path and the web server
> starts just fine. However I cannot load any of my forms:
> 
> [10/Apr/2002:14:17:09] failure ( 2416): Internal error: servlet service
> function had thrown ServletException (uri=/struts-example/logon.jsp):
> javax.servlet.ServletException: Exception creating bean of class
> org.apache.struts.action.DynaActionForm: {1}, stack:
> javax.servlet.ServletException: Exception creating bean of class
> org.apache.struts.action.DynaActionForm: {1}
>       at
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
> l.java:453)...
> 
> There is a lot more to this message but it is too big to paste in this
> email.
> 
> If anyone happens to know what's going on here, I'd appreciate if you can
> share any information with me. Unfortunately IWS is our platform and it
> would suck if I can't use this version of Struts with it.
> 
> 
> 
> **********************************************
> Juan Alvarado
> Internet Developer -- Manduca Management
> (786)552-0504
> [EMAIL PROTECTED]
> AOL Instant Messenger: [EMAIL PROTECTED]
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to