Hi We use the same struts and weblogic versions, and we also have this problem ... Indeed, we are developing with Jbuilder 7 and weblogic running inside Jbuilder in debug mode.
Everytime we update a class and that class gets recompiled, it seems like weblogic swaps its entire memory in order to refresh its loaded classes. And then, when the next http request occurs, we get the same errors ... I also guessed that it was because the Struts RequestProcessors are not serializable. Maybe the RequestProcessor should be updated to implement Serializable, and some of its attributes should be declared as transient. > -----Original Message----- > From: Cristian Cardenas [mailto:[EMAIL PROTECTED]] > Sent: mardi 17 septembre 2002 01:39 > To: Struts Users Mailing List > Subject: Struts and Weblogic errors. > > > I'm using Struts 1.1 Beta 2 in Weblogic 6.1 sp1 and sometimes I > have the following errors in Weblogic log. > When this errors occur the Web app doesn't work properly > > .......action: Info - TilesPlugin : factory already exists. No > new creation.> > ....... Could not deserialize context attribute> > java.io.NotSerializableException: > org.apache.struts.tiles.TilesRequestProcessor > at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148) > ......... > > ........action: Tiles definition factory found for request processor ''.> > java.lang.NullPointerException > at > org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrap > per.getDefinition(ComponentDefinitionsFactoryWrapper.java:56) > > I know TilesRequestProcessor and RequestProcessor classes don't > implements Serializable interface. > Does this error appear only using Weblogic or it's produced by > another App. Servers also? > > Any ideas? > Thanks a lot. > Cristian. > ________________________________________________________________ Etudiant: Wanadoo t'offre le Pack eXtense Haut D�bit soit 150,92 euros d'�conomies ! Et pour 1 euro de plus, re�ois le CD-ROM du jeu Dark Age of Camelot + 1 mois de jeu en r�seau offert ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

