DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6868>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6868 Cocoon, the Sleeping Beauty ------- Additional Comments From [EMAIL PROTECTED] 2002-03-05 14:41 ------- My current working case is quite large, so it's going to be difficult to extract a test case - particularly as I don't have much of an idea what's going wrong. I am, however, using the TreeProcessor, and I appreciate that this required me to change the default settings for the current CVS. I notice, the following section looking at the logs. I wonder whether someone might have an insight into the time delay between these stages (accepting the crudeness of this approach to the debugging of a multi-threaded app): DEBUG (2002-03-05) 14:00.04:508 [sitemap](/styles.css) HttpProcessor[8080][4]/TreeBuilder: Creating node builder for aggregate DEBUG (2002-03-05) 14:00.04:508 [sitemap](/styles.css) HttpProcessor[8080][4]/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.treeprocessor.sitemap.AggregateNodeBuilder. DEBUG (2002-03-05) 14:00.04:509 [sitemap](/styles.css) HttpProcessor[8080][4]/DefaultComponentFactory: no logger attribute available, using standard logger DEBUG (2002-03-05) 14:00.08:832 [sitemap](/styles.css) HttpProcessor[8080][4]/ExcaliburComponentManager: Could not find component for role: Selector DEBUG (2002-03-05) 14:00.08:832 [sitemap](/styles.css) HttpProcessor[8080][4]/ExcaliburComponentManager: Could not find component for role: Selector Note the delay of over 4 seconds between two lines of the log. Other delays include this one (over 1 second): DEBUG (2002-03-05) 14:00.14:702 [sitemap](/images/look/iip_padp-150x56.gif) HttpProcessor[8080][3]/TreeProcessor: Building sitemap from file:/Users/stuart/Documents/Clients/General/adolos_updater/tomcat/bin/../../root/webapp/../../cueandreview/site/sitemap.xmap DEBUG (2002-03-05) 14:00.15:943 [sitemap](/images/look/cuelogo_wave-150x110.gif) HttpProcessor[8080][4]/TreeBuilder: Configuring Builder for language : sitemap Why is it rebuilding the sitemap when the file hasn't changed? (or am I just misunderstanding what the log means) Finally, I notice that the debug message: "Could not find component for role: Selector" appears repeatedly in the processing of image files, perhaps 8 times per image. The sitemap match is simply: <map:match pattern="**.gif"> <map:read src="{1}.gif" mime-type="image/gif"/> </map:match> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]