You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/03/04 23:18:39 UTC

DO NOT REPLY [Bug 17649] New: - Profiler throws IndexOutOfBoundsException:

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=17649>.
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=17649

Profiler throws IndexOutOfBoundsException:

           Summary: Profiler throws IndexOutOfBoundsException:
           Product: Cocoon 2
           Version: Current CVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: holz@fiz-chemie.de
                CC: stephan@apache.org


I am using the noncaching profiling pipeline. The pipeline contains
a cinclude transformer, which includes  a internal pipeline.

====
java.lang.IndexOutOfBoundsException: Index: 7, Size: 7
        at java.util.ArrayList.RangeCheck(ArrayList.java:508)
        at java.util.ArrayList.get(ArrayList.java:320)
        at
org.apache.cocoon.components.profiler.ProfilerData.setTime(ProfilerData.java:159)
        at
org.apache.cocoon.components.profiler.ProfilingXMLPipe.endDocument(ProfilingXMLPipe.java:125)
        at
org.apache.xalan.transformer.ResultTreeHandler.endDocument(ResultTreeHandler.java:192)