org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException: CIL2420: Your request cannot be completed. Explanation: The service method that was specified requires the getAllowableActions capability, which is an optional capability that is not supported by the repository. Action: Review the repository information that is returned by the getRepositoryInfo service to determine which services are supported by the repository.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via chemistry-dev by Florian Müller (JIRA), 1 year ago
via chemistry-dev by Robert Valík (JIRA), 1 year ago
via chemistry-dev by Michael Brackx (JIRA), 2 years ago
via chemistry-dev by Florian Müller (JIRA), 2 years ago
via chemistry-dev by Florian Müller (JIRA), 2 years ago
org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException: CIL2420: Your request cannot be completed. Explanation: The service method that was specified requires the getAllowableActions capability, which is an optional capability that is not supported by the repository. Action: Review the repository information that is returned by the getRepositoryInfo service to determine which services are supported by the repository.
at org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractWebServicesService.convertException(AbstractWebServicesService.java:113)
at org.apache.chemistry.opencmis.client.bindings.spi.webservices.DiscoveryServiceImpl.query(DiscoveryServiceImpl.java:88)
at org.apache.chemistry.opencmis.client.runtime.SessionImpl$6.fetchPage(SessionImpl.java:935)
at org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
at org.apache.chemistry.opencmis.client.runtime.util.CollectionIterator.hasNext(CollectionIterator.java:48)
at Main.doCmisSearchJoin(Main.java:993)
at Main.main(Main.java:107)