• 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

Anyone get this in Weblogic 8.1?

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using struts 1.1, Weblogic 8.1 (sp3), eclipse 3, myeclipse 3.7

When making any change in Eclipse the file is auto updated to the server - this works fine on Tomcat 5 & the change is seen immediately but on WL 8.1 all I keep getting until I reboot the server is -

java.lang.ClassCastException
at org.apache.struts.action.ActionServlet.getRequestProcessor (ActionServlet.java:855)

The only way out of it is to reboot the server - every action throws this exception - this is really doing my head in!

Has anybody else come across this? - any ideas? - anything? - totally lost!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic