• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts Commons File Upload Clustered environment

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
We are running Weblogic 7.0 in a clustered environment and keep getting session replicate errors during file upload. We are using Struts Commons file upload package and the logs indicate some objects might not be serialized. Has anyone run into this issue? Looking into the struts source, an object FormFile within struts does not implement serializable. Is this the reason we are running into issues? Is there a work around for this problem?
Thanks and regards,
Sumanth
[ December 18, 2003: Message edited by: starigopula ]
reply
    Bookmark Topic Watch Topic
  • New Topic