You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Devin Rosenbauer (JIRA)" <ji...@apache.org> on 2012/05/01 20:30:48 UTC

[jira] [Created] (DIRSERVER-1720) Refresh only mode fails with java.lang.IllegalMonitorStateException

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

        

[jira] [Updated] (DIRSERVER-1720) Refresh only mode fails with java.lang.IllegalMonitorStateException

Posted by "Paul Bayliss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Bayliss updated DIRSERVER-1720:
------------------------------------

    Attachment:     (was: ReplicationConsumerImpl.diff)
    
> 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
>              Labels: replication
>
> 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

        

[jira] [Updated] (DIRSERVER-1720) Refresh only mode fails with java.lang.IllegalMonitorStateException

Posted by "Paul Bayliss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Bayliss updated DIRSERVER-1720:
------------------------------------

    Comment: was deleted

(was: svn diff ReplicationConsumerImpl.java)
    
> 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
>              Labels: replication
>
> 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

        

[jira] [Updated] (DIRSERVER-1720) Refresh only mode fails with java.lang.IllegalMonitorStateException

Posted by "Paul Bayliss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Bayliss updated DIRSERVER-1720:
------------------------------------

    Attachment: ReplicationConsumerImpl.diff

svn diff ReplicationConsumerImpl.java
                
> 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
>              Labels: replication
>
> 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

        

[jira] [Updated] (DIRSERVER-1720) Refresh only mode fails with java.lang.IllegalMonitorStateException

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-1720:
-----------------------------------------

    Fix Version/s: 2.0.0-M9
    
> 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
>              Labels: replication
>             Fix For: 2.0.0-M9
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira