Devin Rosenbauer created DIRSERVER-1720:
-------------------------------------------

             Summary: Refresh only mode fails with 
java.lang.IllegalMonitorStateException
                 Key: DIRSERVER-1720
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1720
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 2.0.0-M6
         Environment: RHEL5
java version "1.6.0_17"
            Reporter: Devin Rosenbauer


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to