• 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

Cannot find bean blah in any scope

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy all,

I hope someone can offer me some advice on this as it's driving me crazy. A review of our server logs indicates that rather frequently our pages are throwing "Cannot find bean blah in any scope" errors. However, if the page is refreshed, the bean is magically found and the page works fine. Every so ofter, it would seem, the JSP is unable to find one bean or another on a page (the beans are put there by struts action classes). There error is sporadic so it's not that the bean name was misspelled. Most of the time it works. Is this a load issue? Is struts not robust enough to handle what is a very moderate load? Any help would be greatly appreciated!

Cheers,

Tripp
 
reply
    Bookmark Topic Watch Topic
  • New Topic