Hello,
I’m using Bonita BPM 6.3.0 on a Windows 7, with Alfresco Comunity locally.
And I use the Alfresco42UploadFileByPath.
I can run several times my process, but sometimes it failed and it failed again at the same connector if I tried to launch it after this.
Here is the error in logs :
2014-06-04 15:34:34 org.bonitasoft.engine.execution.work.FailureHandlingBonitaWork
Avertissement: THREAD_ID=104 | HOSTNAME=Emilien-PC | TENANT_ID=1 | org.bonitasoft.engine.core.connector.exception.SConnectorException : “PROCESS_DEFINITION_ID=7949289451107650799 | PROCESS_NAME=Pool7 | PROCESS_VERSION=1.0 | PROCESS_INSTANCE_ID=7 | ROOT_PROCESS_INSTANCE_ID=7 | FLOW_NODE_DEFINITION_ID=-7395947284350468700 | FLOW_NODE_INSTANCE_ID=57 | FLOW_NODE_NAME=Étape1 | CONNECTOR_DEFINITION_IMPLEMENTATION_CLASS_NAME=uploadPJ | CONNECTOR_INSTANCE_ID=19 | org.bonitasoft.engine.connector.exception.SConnectorException: java.util.concurrent.ExecutionException: org.bonitasoft.engine.connector.exception.SConnectorException: org.bonitasoft.engine.connector.ConnectorException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.apache.abdera.parser.stax.FOMFactory”
I have all connector dependencies checked (except for “geronimo-stax-api_1.0_spec-1.0.1.jar” because I can’t launch my process with this dependecies checked) for the Alfresco Connector.
I don’t understand why it says ClassNotFoundException because the “abdera.parser.stax-1.1.2.jar” is checked.
Someone knows a possible answer ?
Thanks,
Emilien