You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Fagner Souza (JIRA)" <ji...@apache.org> on 2016/04/15 15:59:25 UTC

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

Fagner Souza created CMIS-976:
---------------------------------

             Summary: It occurs in several actions of the CNIS the error from LOCK (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 CNIS 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 [-] [com.procergs.pra_aj4.processoadministrativo.ProcessoAdministrativoRN] (ajp-/10.252.68.203:11809-82) 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)