Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-1720

Refresh only mode fails with java.lang.IllegalMonitorStateException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.0-M6
    • 2.0.0-RC1
    • replication
    • None
    • RHEL5
      java version "1.6.0_17"

    Description

      I have configured replication to run in refresh-only mode. The following error occurs several times per second:

      [13:56:17] ERROR [org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl] - Failed to sync with refresh only mode
      java.lang.IllegalMonitorStateException
      at java.lang.Object.wait(Native Method)
      at org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl$RefresherThread.run(ReplicationConsumerImpl.java:1135)

      Looking at the source, it appears that somebody is trying to wait() on an Object without first synchronizing on it.

      Attachments

        Activity

          People

            Unassigned Unassigned
            drosenbauer-win Devin Rosenbauer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: