In the ManadssparaAction, you're trying to modify a ForwardConfig-Object.
These configuration objects are meant to be initialized at servlet startup
time, i.e. by reading the configuration data from struts-config.xml. You are
not allowed to modify them afterwards. 

Björn

> -----Ursprüngliche Nachricht-----
> Von:  [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Montag, 13. Mai 2002 12:59
> An:   [EMAIL PROTECTED]
> Betreff:      Configuration is frozen -what does it mean?
> 
> Hi!
> I often get an error messaget that says that the configuration is frozen.
> (See 
> the error message below). I don't understand why I get this error and 
> restarting the server does not help. I really need some help with this
> problem, 
> thanks.
> 
> // Ulrika
> 
> [INFO] RequestProcessor - -Processing a 'GET' for 
> path '/manadsspara/manadssparaForm'
> [WARN] RequestProcessor - -null
> [2002-05-13 09:51:51:298 GMT+02:00] 7f23374e WebGroup      X Servlet
> Error: 
> Configuration is frozen: java.lang.IllegalStateException: Configuration is
> 
> frozen
> at org.apache.struts.config.ForwardConfig.setRedirect
> (ForwardConfig.java:161)
> at 
> se.amfpension.internet.manadsspara.action.ManadssparaAction.prePerform
> (ManadssparaAction.java:92)
> at 
> se.amfpension.internet.manadsspara.action.ManadssparaFormAction.perform
> (ManadssparaFormAction.java:35)
> at org.apache.struts.action.Action.execute(Action.java:369)
> at org.apache.struts.action.RequestProcessor.processActionPerform
> (RequestProcessor.java:437)
> at org.apache.struts.action.RequestProcessor.process
> (RequestProcessor.java:264)
> at org.apache.struts.action.ActionServlet.process
> (ActionServlet.java:1109)
> at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:452)
> at se.amfpension.internet.servlet.ControlServlet.doGet
> (ControlServlet.java:164)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at com.ibm.servlet.engine.webapp.StrictServletInstance.doService
> (ServletManager.java:827)
> at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service
> (StrictLifecycleServlet.java:167)
> at com.ibm.servlet.engine.webapp.IdleServletState.service
> (StrictLifecycleServlet.java:297)
> at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service
> (StrictLifecycleServlet.java:110)
> at com.ibm.servlet.engine.webapp.ServletInstance.service
> (ServletManager.java:472)
> at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch
> (ServletManager.java:1012)
> at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch
> (ServletManager.java:913)
> at 
> com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch
> (WebAppRequestDispatcher.java:523)
> at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch
> (WebAppRequestDispatcher.java:282)
> at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward
> (WebAppRequestDispatcher.java:112)
> at com.ibm.servlet.engine.srt.WebAppInvoker.doForward
> (WebAppInvoker.java:91)
> at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook
> (WebAppInvoker.java:184)
> at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation
> (CachedInvocation.java:67)
> at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke
> (CacheableInvocationContext.java:106)
> at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI
> (ServletRequestProcessor.java:125)
> at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service
> (OSEListener.java:315)
> at com.ibm.servlet.engine.http11.HttpConnection.handleRequest
> (HttpConnection.java:60)
> at com.ibm.ws.http.HttpConnection.readAndHandleRequest
> (HttpConnection.java:323)
> at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252)
> at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
> 
> --
> 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