I posted this yesterday but I'm going to try again, may be somebody missed it and can help me:
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.ComponentDefinitionsFactoryWrapper.getDef inition(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. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>