You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Sebastien Bonami (JIRA)" <ji...@apache.org> on 2016/08/11 14:33:21 UTC

[jira] [Commented] (CMIS-976) It occurs in several actions of the CMIS the error from writeUnlock (java.lang.IllegalMonitorStateException)

    [ 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)