We're currently using the Stripes framework on an active production application 
- 
lately we've been getting errors saying "Caused by: 
net.sourceforge.stripes.exception.ActionBeanNotFoundException:
Could not locate an 
ActionBean that is bound to the URL".  This seems to be happening when
 Tomcat 6 is 
loading new threads to service requests.  The strange thing is that the
 URL that 
the problem references does not exist and I have no idea where it's trying
 to load 
it from.  We've verified all files and done text searches on the server
 and there 
are no references to the URL or the action bean.

Can you tell me:
1 - What events trigger Stripes to bind all URL's that are configured
 to their 
action beans?  I know this happens when an app is deployed, but does
 it also occur 
during a thread load or pooling in Tomcat?  I know that the requested
 (target) URL 
is not the URL that's causing the problem, so there must be something
 else 
triggering this besides the URL in the browser.

2 - Do you have any idea where it would be getting the invalid URL
 from if it is 
not specified in any ActionBean classes?  The url it's trying to
 bind to an action 
bean is an old one that existed several months ago, but is no longer
 in the code.  
Is this cached somewhere within Tomcat?

Thanks!


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to