Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-4137

ConcurrentModificationException when using multiple windows

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • r2.14.00
    • None
    • None

    Description

      When a new browser window is opened to the CMS, java.util.ConcurrentModificationExceptions are logged from within frontend (wicket) code. This implies that multiple threads are accessing the same Page instance. This should not be possible.

      08.04.2010 11:08:29 ERROR [org.hippoecm.frontend.JcrObservationManager$JcrListener.process():652] Error occured when processing event
      java.util.ConcurrentModificationException
      at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
      at java.util.HashMap$EntryIterator.next(HashMap.java:833)
      at java.util.HashMap$EntryIterator.next(HashMap.java:831)
      at org.hippoecm.frontend.plugin.impl.PluginManager.internalGetReference(PluginManager.java:299)
      at org.hippoecm.frontend.plugin.impl.ServiceRegistration.notifyTrackers(ServiceRegistration.java:54)

      Attachments

        Activity

          People

            spelissier Sylvain PĂ©lissier (Inactive)
            fvlankvelt Frank van Lankvelt (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: