Error when i try runing a process

1
0
-1

Failed to add Process resources from configuration.
Error while building Jar for Groovy scripts provided by Bonita BPM.
Exported with compile errors: default/src-providedGroovy/script1502037443112.groovy

org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:128)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:100)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:208)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deployProcess(DeployProcessOperation.java:175)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deploy(DeployProcessOperation.java:154)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.run(DeployProcessOperation.java:121)
org.bonitasoft.studio.engine.operation.RunProcessOperation.run(RunProcessOperation.java:83)
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

Comments

Submitted by Lionel Palacin on Wed, 08/09/2017 - 17:28

Hi,

In order to get better help, please provide more information on the issue you're facing. Just the error without knowing what you're trying to do, which version of the product, how you built the process, is not going to go a long way.

Cheers

Submitted by adrianomorgado on Wed, 08/09/2017 - 18:10

Hi,

I'am using 7.4 version and this error occurs when i try to run the process on the bpm project .

Submitted by alberto_108 on Sat, 06/23/2018 - 22:57

Hi all,

I have same problem.
It happened after I did an script for an operation,
I did include apache libraries in the script:

import org.apache.http.HttpEntity
import org.apache.http.HttpResponse
import org.apache.http.client.HttpClient
import org.apache.http.client.methods.HttpPost
import org.apache.http.entity.StringEntity
import org.apache.http.impl.client.BasicResponseHandler
@SuppressWarnings("deprecation")
import org.apache.http.impl.client.DefaultHttpClient

...

And when I clicked Ok, then I got an error asking me to save or not.
I clicked Yes to save, and then I could never run the process anymore.
Neither other processes

Have you found any solution for this error?

Thank you
Alberto

1 answer

1
0
-1

I think I've solved.
I went to the "C:\BonitaBPM-7.5.1\workspace\default\src-providedGroovy" folder and deleted the file "script1529777265217.groovy" which corresponded to the error message. This file had the script I last worked in.

Afther that I could run the process again.

Best regards
Alberto

Notifications