I want to connect Bonita bpm with a mysql database.based on a simple process created by Bonita studio, I tested the mysql driver and I configured the connector with hostname: port/database and I created a simple output query but no result.
Asked
Active
Viewed 1,373 times
1
-
Do you see an error in the logs? Studio -> Help -> Bonita BPM Engine log. If not, make sure that the connector has been correctly executed by checking the status of your task in the Administrator view. – lio Feb 22 '17 at 23:03
-
the error is : "java.lang.reflect.InvocationTargetException org.bonitasoft.engine.bpm.connector.ConnectorExecutionException: USERNAME=install | – MOHAMED MANSOURI Feb 24 '17 at 07:41
-
org.bonitasoft.engine.core.connector.exception.SConnectorException: org.bonitasoft.engine.connector.exception.SConnectorException: java.util.concurrent.ExecutionException: org.bonitasoft.engine.connector.exception.SConnectorException: org.bonitasoft.engine.connector.ConnectorException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server." – MOHAMED MANSOURI Feb 24 '17 at 07:41
-
You probably should update the question with that error message instead of putting it in the comments. – Martijn Burger Mar 21 '17 at 10:51