Hi,
We are using Geronimo 1.1.1. Our application uses struts. Every action file will be invoke from a file called "SecurityFilter.java" which implements Filter. But in some of the instances action file is not invoked. Including the logs when successfully invoking the action file and when failed to invoke. Log when action file is successfully invoked: 17:49:11,485 DEBUG [RequestProcessor] processForwardConfig(ForwardConfig[name=success_add_org_EN,path=/73d113f d/admin/createOrganization.do?actionType=new_action,redirect=false,conte xtRelative=false]) 17:49:11,485 DEBUG [RequestUtils] Get module name for path /73d113fd/admin/createOrganization.do 17:49:11,485 DEBUG [RequestUtils] Module name found: default 17:49:11,485 DEBUG [RequestProcessor] Processing a 'GET' for path '/73d113fd/admin/createOrganization' 17:49:11,485 DEBUG [RequestUtils] Looking for ActionForm bean instance in scope 'request' under attribute key 'organizationForm' 17:49:11,485 DEBUG [RequestUtils] Creating new ActionForm instance of type 'com.symcor.wiradmin.organization.web.forms.OrganizationForm' 17:49:11,485 DEBUG [RequestProcessor] Storing ActionForm bean instance in scope 'request' under attribute key 'organizationForm' 17:49:11,485 DEBUG [RequestProcessor] Populating bean properties from this request 17:49:11,485 DEBUG [RequestProcessor] Looking for Action instance for class com.symcor.wiradmin.organization.web.actions.CreateOrganizationAction Log when action file is not invoked: 17:49:11,485 DEBUG [RequestProcessor] processForwardConfig(ForwardConfig[name=success_EN,path=/WEB-INF/web/sym cor/common/jsps/admin/createOrganization.jsp,redirect=false,contextRelat ive=false]) 17:50:12,238 DEBUG [RequestUtils] Get module name for path /73d113fd/admin/createProfile.do 17:50:12,238 DEBUG [RequestUtils] Module name found: default 17:50:12,238 DEBUG [RequestProcessor] Processing a 'POST' for path '/73d113fd/admin/createProfile' 17:50:12,238 DEBUG [RequestUtils] Looking for ActionForm bean instance in scope 'request' under attribute key 'profileForm' 17:50:12,238 DEBUG [RequestUtils] Creating new ActionForm instance of type 'com.symcor.wiradmin.organization.web.forms.ProfileForm' 17:50:12,238 DEBUG [RequestProcessor] Storing ActionForm bean instance in scope 'request' under attribute key 'profileForm' 17:50:12,238 DEBUG [RequestProcessor] Populating bean properties from this request 17:50:12,254 ERROR [SecurityFilter] doFilter(ServletRequest sreq, ServletResponse sres,FilterChain chain)SecurityFilter.doFilter : Exception Seems that it is not able to get the action instance CreateProfileAction. Not able to figure out why its so. Any clues? Thanks, Kamal **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
