Veresh,
We have had this issue, and BEA said it was
fixed in WL 8.1 SP2 !! You guys really on SP2?
It has to do with the hot deploy "feature" !!
Email me if you need more specific details.
As a workaround we have added these values to the weblogic.xml
file of our application. Try these in yours,
<jsp-descriptor>
<jsp-param>
<param-name>pageCheckSeconds</param-name>
<param-value>-1</param-value>
</jsp-param>
</jsp-descriptor>
<container-descriptor>
<servlet-reload-check-secs>-1</servlet-reload-check-secs>
</container-descriptor>
hth
-jayash
-----Original Message-----
From: Michael McGrady [mailto:[EMAIL PROTECTED]
Sent: Friday, March 05, 2004 5:22 PM
To: Struts Users Mailing List
Subject: RE: Struts Issue on Weblogic !!!
The object you are writing to the output stream is not serializable. That
is all that is happening.
At 06:31 AM 3/5/2004, you wrote:
>Thanks for super fast reply
>
>I have not declared the class abstract anywhere ....
>
>TIA
>Veresh
>
>-----Original Message-----
>From: as as [mailto:[EMAIL PROTECTED]
>Sent: Friday, March 05, 2004 7:55 PM
>To: Struts Users Mailing List
>Subject: Re: Struts Issue on Weblogic !!!
>
>Did you declare a class abstract anywhere and try to extend it I sort of
>remember getting this error.
>
>"JAIN,VERESH (HP-India,ex2)" <[EMAIL PROTECTED]> wrote:
>Hi ,
>
>Sometime I get this error on weblogic 8.1 sp2 running struts 1.1 , can
>anyone help
>
>
>TIA
>
>Veresh
>
>java.io.NotSerializableException: org.apache.struts.action.RequestProcessor
>at
>java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
>at
>java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
>at
>weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:
9
>5)
>at
>weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:
6
>7)
>at
>weblogic.servlet.internal.WebAppServletContext.getAttribute(WebAppServletCo
n
>text.java:637)
>at
>org.apache.struts.action.ActionServlet.getRequestProcessor(ActionServlet.ja
v
>a:855)
>at
>org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
>at
>org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>at
>weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servl
e
>tStubImpl.java:1053)
>at
>weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.jav
a
>:387)
>at
>weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.jav
a
>:305)
>at
>weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(
W
>ebAppServletContext.java:6310)
>at
>weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubje
c
>t.java:317)
>at
>weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
>at
>weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletC
o
>ntext.java:3622)
>at
>weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.jav
a
>:2569)
>at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
>at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------
>Do you Yahoo!?
>Yahoo! Search - Find what you're looking for faster.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]