Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 30AF3200B72 for ; Thu, 11 Aug 2016 16:33:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2F805160A90; Thu, 11 Aug 2016 14:33:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 72784160AB5 for ; Thu, 11 Aug 2016 16:33:22 +0200 (CEST) Received: (qmail 47765 invoked by uid 500); 11 Aug 2016 14:33:21 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 47513 invoked by uid 99); 11 Aug 2016 14:33:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2016 14:33:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3B7102C02AC for ; Thu, 11 Aug 2016 14:33:21 +0000 (UTC) Date: Thu, 11 Aug 2016 14:33:21 +0000 (UTC) From: "Sebastien Bonami (JIRA)" To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CMIS-976) It occurs in several actions of the CMIS the error from writeUnlock (java.lang.IllegalMonitorStateException) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 11 Aug 2016 14:33:23 -0000 [ https://issues.apache.org/jira/browse/CMIS-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417333#comment-15417333 ] Sebastien Bonami commented on CMIS-976: --------------------------------------- I have the same problem, any news on this? > It occurs in several actions of the CMIS the error from writeUnlock (java.lang.IllegalMonitorStateException) > ------------------------------------------------------------------------------------------------------------ > > Key: CMIS-976 > URL: https://issues.apache.org/jira/browse/CMIS-976 > Project: Chemistry > Issue Type: Bug > Components: opencmis-client > Affects Versions: OpenCMIS 0.13.0 > Environment: Application web Java run in JBOSS EAP 6.4.2.GA. > ECM Alfresco Enterprise v4.2.5 > Reporter: Fagner Souza > > It occurs in several actions of the CMIS the error below, I believe that occurs after creating folder on a cutomizado model and setted / changed value of an attribute. > The error does not always happen, not yet identified the time that happens, it appears in various situations. > ERROR [-] [...]) null: java.lang.IllegalMonitorStateException > at java.util.concurrent.locks.ReentrantReadWriteLock$Sync.tryRelease(ReentrantReadWriteLock.java:374) [rt.jar:1.7.0_97] > at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1260) [rt.jar:1.7.0_97] > at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock(ReentrantReadWriteLock.java:1131) [rt.jar:1.7.0_97] > at org.apache.chemistry.opencmis.client.bindings.cache.impl.CacheImpl.writeUnlock(CacheImpl.java:286) > at org.apache.chemistry.opencmis.client.bindings.spi.atompub.LinkCache.unlockTypeLinks(LinkCache.java:234) > at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.unlockTypeLinks(AbstractAtomPubService.java:358) > at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getTypeDefinitionInternal(AbstractAtomPubService.java:934) > at org.apache.chemistry.opencmis.client.bindings.spi.atompub.RepositoryServiceImpl.getTypeDefinition(RepositoryServiceImpl.java:94) > at org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getTypeDefinition(RepositoryServiceImpl.java:148) > at org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getTypeDefinition(RepositoryServiceImpl.java:127) > at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getTypeDefinition(SessionImpl.java:770) > at org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl.getTypeFromObjectData(ObjectFactoryImpl.java:262) > at org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl.convertObject(ObjectFactoryImpl.java:597) > at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:523) > at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:493) > at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:485) -- This message was sent by Atlassian JIRA (v6.3.4#6332)