Java exception when using download document CMIS connector

1
0
-1

I created a download document "connector in" on a human task but get the following exception in the engine log

Caused by: java.lang.ClassNotFoundException: ${cmis-downloaddocument.main-class}
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1358)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180)
at org.bonitasoft.engine.classloader.VirtualClassLoader.loadClass(VirtualClassLoader.java:105)
at org.bonitasoft.engine.classloader.BonitaClassLoader.loadClass(BonitaClassLoader.java:175)
at org.bonitasoft.engine.classloader.VirtualClassLoader.loadClass(VirtualClassLoader.java:102)
at org.bonitasoft.engine.classloader.BonitaClassLoader.loadClass(BonitaClassLoader.java:175)
at org.bonitasoft.engine.classloader.VirtualClassLoader.loadClass(VirtualClassLoader.java:102)
at org.bonitasoft.engine.core.connector.impl.ConnectorServiceImpl.executeConnectorInClassloader(ConnectorServiceImpl.java:311)
... 12 more

At the same time "Create Folder" and "Upoad Document" connectors work as expected.

bonita-connector-cmis-3.0.4.jar is listed in the dependencies

Please help with solving this issue

1 answer

1
0
-1

Hi,
This is a known bug that has been fixed in the 3.0.5 version of the connector. You can download it and import it in your Studio.

HTH
Romain

Notifications