posted 16 years ago
Is cluster?do you config session replicated in you app?
the log seems to tell you that you put a object in session in the first server,when you get the object's value form the second server when the first one is going down.
add
<session-descriptor>
<session-param>
<param-name>PersistentStoreType</param-name>
<param-value>replicated</param-value>
</session-param>
</session-descriptor>
in your weblogic.xml(between <weblogic-web-app> </weblogic-web-app>),but it must be cluster env.
Anyone can carry his burder,however hard,until nightfall.<br />Anyone can do his work,however hard,for one day.