On 10/29/06 11:45 AM, "Mark Menard" <[EMAIL PROTECTED]> wrote: > Here's the log output: > > 11:35:40,557 INFO [STDOUT] 11:35:40,557 INFO [XmlConfigurationProvider] > Parsing configuration file [struts-default.xml] > 11:35:40,664 INFO [STDOUT] 11:35:40,664 INFO [XmlConfigurationProvider] > Parsing configuration file [struts-plugin.xml] > 11:35:40,670 INFO [STDOUT] 11:35:40,670 INFO [XmlConfigurationProvider] > Parsing configuration file [struts.xml] > 11:35:40,721 ERROR [STDERR] BEGIN: TestInterceptor.init() > 11:35:40,721 ERROR [STDERR] TestInterceptor.initCount = 9 > 11:35:40,721 ERROR [STDERR] TestInterceptor = > [EMAIL PROTECTED] > 11:35:40,721 ERROR [STDERR] END: TestInterceptor.init() > 11:35:40,797 INFO [STDOUT] 11:35:40,797 INFO [XmlConfigurationProvider] > Parsing configuration file [struts-default.xml] > 11:35:40,940 INFO [STDOUT] 11:35:40,940 INFO [XmlConfigurationProvider] > Parsing configuration file [struts-plugin.xml] > 11:35:40,946 INFO [STDOUT] 11:35:40,946 INFO [XmlConfigurationProvider] > Parsing configuration file [struts.xml] > 11:35:40,985 ERROR [STDERR] BEGIN: TestInterceptor.init() > 11:35:40,985 ERROR [STDERR] TestInterceptor.initCount = 10 > 11:35:40,986 ERROR [STDERR] TestInterceptor = > [EMAIL PROTECTED] > 11:35:40,986 ERROR [STDERR] END: TestInterceptor.init() > 11:35:41,060 ERROR [STDERR] BEGIN: TestInterceptor.intercept() > 11:35:41,060 ERROR [STDERR] > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > !!!!!!!!!!!!!!!!!!!! > 11:35:41,071 INFO [STDOUT] 11:35:41,071 INFO [XmlConfigurationProvider] > Parsing configuration file [struts-default.xml] > 11:35:41,191 INFO [STDOUT] 11:35:41,190 INFO [XmlConfigurationProvider] > Parsing configuration file [struts-plugin.xml] > 11:35:41,196 INFO [STDOUT] 11:35:41,196 INFO [XmlConfigurationProvider] > Parsing configuration file [struts.xml] > 11:35:41,244 ERROR [STDERR] BEGIN: TestInterceptor.init() > 11:35:41,244 ERROR [STDERR] TestInterceptor.initCount = 11 > 11:35:41,244 ERROR [STDERR] TestInterceptor = > [EMAIL PROTECTED] > 11:35:41,244 ERROR [STDERR] END: TestInterceptor.init() > 11:35:41,470 INFO [STDOUT] 11:35:41,470 INFO [XmlConfigurationProvider] > Parsing configuration file [struts-default.xml] > 11:35:41,630 INFO [STDOUT] 11:35:41,630 INFO [XmlConfigurationProvider] > Parsing configuration file [struts-plugin.xml] > 11:35:41,644 INFO [STDOUT] 11:35:41,644 INFO [XmlConfigurationProvider] > Parsing configuration file [struts.xml] > 11:35:41,720 ERROR [STDERR] BEGIN: TestInterceptor.init() > 11:35:41,720 ERROR [STDERR] TestInterceptor.initCount = 12 > 11:35:41,721 ERROR [STDERR] TestInterceptor = > [EMAIL PROTECTED] > 11:35:41,721 ERROR [STDERR] END: TestInterceptor.init() > 11:35:41,737 ERROR [STDERR] END: TestInterceptor.intercept()
Here's another log spew from another interceptor. This one appears to be having init() called on it multiple times, but unlike the previous log it is the same instance of the Interceptor. 13:33:45,414 INFO [STDOUT] 13:33:45,414 INFO [XmlConfigurationProvider] Parsing configuration file [struts-default.xml] 13:33:45,531 INFO [STDOUT] 13:33:45,531 INFO [XmlConfigurationProvider] Parsing configuration file [struts-plugin.xml] 13:33:45,535 INFO [STDOUT] 13:33:45,535 INFO [XmlConfigurationProvider] Parsing configuration file [struts.xml] 13:33:45,573 ERROR [STDERR] BEGIN: MenuInterceptor.init() 13:33:45,573 ERROR [STDERR] MenuInterceptor = [EMAIL PROTECTED] 13:33:45,574 ERROR [STDERR] END: MenuInterceptor.init() 13:33:45,598 INFO [STDOUT] 13:33:45,598 INFO [XmlConfigurationProvider] Parsing configuration file [struts-default.xml] 13:33:45,695 INFO [STDOUT] 13:33:45,695 INFO [XmlConfigurationProvider] Parsing configuration file [struts-plugin.xml] 13:33:45,700 INFO [STDOUT] 13:33:45,700 INFO [XmlConfigurationProvider] Parsing configuration file [struts.xml] 13:33:45,738 ERROR [STDERR] BEGIN: MenuInterceptor.init() 13:33:45,739 ERROR [STDERR] MenuInterceptor = [EMAIL PROTECTED] 13:33:45,739 ERROR [STDERR] END: MenuInterceptor.init() 13:33:45,764 ERROR [STDERR] BEGIN: MenuInterceptor.intercept () 13:33:45,775 INFO [STDOUT] 13:33:45,775 INFO [XmlConfigurationProvider] Parsing configuration file [struts-default.xml] 13:33:45,899 INFO [STDOUT] 13:33:45,899 INFO [XmlConfigurationProvider] Parsing configuration file [struts-plugin.xml] 13:33:45,905 INFO [STDOUT] 13:33:45,904 INFO [XmlConfigurationProvider] Parsing configuration file [struts.xml] 13:33:45,927 ERROR [STDERR] BEGIN: MenuInterceptor.init() 13:33:45,927 ERROR [STDERR] MenuInterceptor = [EMAIL PROTECTED] 13:33:45,928 ERROR [STDERR] END: MenuInterceptor.init() 13:33:46,115 INFO [STDOUT] 13:33:46,114 INFO [XmlConfigurationProvider] Parsing configuration file [struts-default.xml] 13:33:46,215 INFO [STDOUT] 13:33:46,215 INFO [XmlConfigurationProvider] Parsing configuration file [struts-plugin.xml] 13:33:46,224 INFO [STDOUT] 13:33:46,224 INFO [XmlConfigurationProvider] Parsing configuration file [struts.xml] 13:33:46,269 ERROR [STDERR] BEGIN: MenuInterceptor.init() 13:33:46,270 ERROR [STDERR] MenuInterceptor = [EMAIL PROTECTED] 13:33:46,270 ERROR [STDERR] END: MenuInterceptor.init() 13:33:46,285 ERROR [STDERR] MenuInterceptor = [EMAIL PROTECTED] 13:33:46,285 ERROR [STDERR] END: MenuInterceptor.intercept () Thanks, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]