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 2002/08/28 22:26:46 UTC

DO NOT REPLY [Bug 12139] New: - ConcurrentModificationException in Cocoon.debug()

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

ConcurrentModificationException in Cocoon.debug()

           Summary: ConcurrentModificationException in Cocoon.debug()
           Product: Cocoon 2
           Version: 2.0.3
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: artur@digitalfairway.com


I get ConcurrentModificationException when loading a page with
multiple frames and debug truned on.

java.util.ConcurrentModificationExeption
  at java.util.HashMap$HashIterator.next(HashMap.java:731)
  at java.util.AbstractMap.toString(AbstractMap.java:561)
  at java.lang.String.valueOf(String.java:1942)
  at java.lang.StringBuffer.append(StringBuffer.java:365)
  at org.apache.cocoon.Cocoon.debug(Cocoon.java:545)
  at org.apache.cocoon.Cocoon.process(Cocoon.java:571)
  at org.apache.cocoon.CocoonServlet.service(CocoonServlet.java:1013)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  ...

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org