problem with startup of 1.1

2002-12-04 Thread Curtis, Sean
Hey all..

just trying to get my server started witht the web-example, and Im getting
an initialization error trying to deploy the sample app:

anyone have a similar problem that they could share some insight on?


Thanks

Sean
..
[04/Dec/2002:14:13:59] info ( 3323): Loading IWSSessionManager by
default.
[04/Dec/2002:14:13:59] info ( 3323): IWSSessionManager: Maximum number
of sessions is 1000
[04/Dec/2002:14:13:59] info ( 3323): Starting reaper for
com.iplanet.server.http.session.IWSSessionMana
ger@171afc
[04/Dec/2002:14:13:59] info ( 3323):  Adding servlet 'jsp' class
'org.apache.jasper.servlet.JspServlet'
[04/Dec/2002:14:13:59] failure ( 3323): Internal error: Unexpected error
condition thrown (unknown exce
ption,no description), stack: java.lang.ExceptionInInitializerError:
java.lang.NullPointerException
at
org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:326)
at
org.apache.commons.logging.LogFactory.getLog(LogFactory.java:375)
at
org.apache.struts.action.ActionServlet.(ActionServlet.java:375)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:232)
at
com.iplanet.server.http.servlet.WServletEntity.loadAndInitServlet(WServletEn
tity.java:71)
at
com.iplanet.server.http.servlet.WebApplication.init(WebApplication.java:315)
at
com.iplanet.server.http.servlet.VirtualServer.init(VirtualServer.java:181)
at
com.iplanet.server.http.servlet.NSServletRunner.VSInit(NSServletRunner.java:
686)

[04/Dec/2002:14:13:59] failure ( 3323): Internal Error: Failed to
initialize web application environmen
t (web-apps.xml) for virtual server (https-struts)
[04/Dec/2002:14:13:59] info ( 3323): Internal Error: Failed to
initialize web application environment (
web-apps.xml) for virtual server (https-struts)
[04/Dec/2002:14:13:59] failure ( 3323): 1 subystems could not be rolled
back
[04/Dec/2002:14:13:59] failure ( 3323): Failed to set configuration



==
"MLB Mail Domain" made the following
 annotations on 12/04/02 14:31:56

[INFO] -- Virus Manager:
No Viruses were detected in this message.

==


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Newbie question - ActionMapping

2002-12-03 Thread Curtis, Sean
hey all..

just installed struts, got demo up and running fine on iPlanet Web Server.
just trying to create a simple demo app.
1 view(jsp) 2 fields
1 form, matching fields
1 action

It seems that my jsp forwards correctly to my action mapping, my bean is
populated correctly and validated. my logs look like this:
[03/Dec/2002:13:50:23] info ( 2956):  action: Processing a POST for
/submitform1  
[03/Dec/2002:13:50:23] info ( 2956):  action: Setting locale 'en_US'  
[03/Dec/2002:13:50:23] info ( 2956):  action: Looking for ActionForm bean
under attribute 'form1'  
[03/Dec/2002:13:50:23] info ( 2956):  action: Creating new ActionForm
instance of class 'com.sc.struts.form.Form1'  [03/Dec/2002:13:50:23] info (
2956):  action: Storing instance under attribute 'form1' in scope 'session'
[03/Dec/2002:13:50:23] info ( 2956):  action: Populating bean properties
from this request  
[03/Dec/2002:13:50:23] info ( 2956):  action: Validating input form
properties  
[03/Dec/2002:13:50:23] info ( 2956):  action: No errors detected, accepting
input  
[03/Dec/2002:13:50:23] info ( 2956):  action: Looking for Action instance
for class com.sc.struts.action.Form1Action  [03/Dec/2002:13:50:23] info (
2956):  action: Double checking for Action instance already there  
[03/Dec/2002:13:50:23] info ( 2956):  action: Creating new Action instance 

and my app just displays a blank screen (no errors, no errors in log file)
in my browser with my new '.do' url. It doesnt seem as if im able to return
the correct action mapping object. I have now resorted to throwing an
exception in the first line of my Action.execute method, which as you can
see, isnt being thrown. Is this just a setup problem?


Has anyone else had this problem and/or know how I can fix this?

thanks 
Sean


pretty simple struts config as well:



  


   

  



  
  


  





  



==
"MLB Mail Domain" made the following
 annotations on 12/03/02 14:11:22

[INFO] -- Virus Manager:
No Viruses were detected in this message.

==


--
To unsubscribe, e-mail:   
For additional commands, e-mail: