Run has failed while deploying the process: Failed to add Process resource from configuration

Hi, I am getting an error message from the Bonita Studio telling me:

Run has failed while deploying the process: Failed to add Process resource from configuration. You are trying to ad file resources/process.bpmn with empty content into the BusinessArchive (bar file). Either add content to this file, or remove it from the resources.

Where in Bonita can I find this file to delete it and remove it from my deploying process. I tried searching for the file in my file-system and could not find it. The detailed stack trace for the error is as follows:

Failed to add Process resources from configuration.
You are trying to add file resources/process.bpmn with empty content into the BusinessArchive (bar file). Either add content to this file, or remove it from the resources.
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:110)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:178)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deployProcess(DeployProcessOperation.java:169)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deploy(DeployProcessOperation.java:149)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.run(DeployProcessOperation.java:116)
org.bonitasoft.studio.engine.operation.RunProcessOperation.run(RunProcessOperation.java:84)
org.bonitasoft.studio.engine.command.RunProcessCommand$1.run(RunProcessCommand.java:126)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)

Thanks for the help, Any input could go a long way!

3 Likes

@smiller_1395829,

Same occurred in my environment (Bonita studio 7.7.5). The problem was fixed when I removed an unmapped call activity "data to send": Call activity > Execution > Data do send > remove or map all the entries.

Which version of Bonita are you using?

Can you export and share (using Google Drive, Dropbox…) the .bos file of you diagram?

This issue might be related to a file added as part of Bonita version 6 form definition. But this feature is no longer available in Bonita Studio 7.8.

Thanks