Dear sir,
Please help me solve this issue.
i have created some simple review and approve with email connector . it worked fine and i added groovy script to get users list of a group. it did not work then i removed this connector .
After removing , i get below error while deploying the process.
i have no groovy scripts now in the process. but i have inclusive gateways with some conditions(no errors in validation)
also nothing in the Development -> Manage Groovy scripts.
Note: process_configurations/ .conf file---------------> did not edit this file, already generated by bonitastudio
<processDependencies id="CONNECTOR"/>
<processDependencies id="GROOVY_SCRIPT"/>
<processDependencies id="ACTOR_FILTER"/>
<processDependencies id="OTHER">
</processDependencies>
<applicationDependencies id="GROOVY_SCRIPT"/>
<applicationDependencies id="OTHER"/>
Log: -------------------------------->
!ENTRY org.bonitasoft.studio.engine 4 -1 2022-06-21 11:06:44.075
!MESSAGE
!SUBENTRY 1 unknown 0 0 2022-06-21 11:06:44.075
!MESSAGE OK
!SUBENTRY 1 org.bonitasoft.studio.engine 4 -1 2022-06-21 11:06:44.075
!MESSAGE
!SUBENTRY 2 org.bonitasoft.studio.engine 4 0 2022-06-21 11:06:44.075
!MESSAGE Error when trying to create bar for process ExportControl (1.0)
!STACK 0
org.bonitasoft.studio.engine.export.BarCreationException: Failed to add Process resources from configuration.
at org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:122)
at org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:199)
at org.bonitasoft.studio.engine.operation.DeployProcessOperation.deployProcess(DeployProcessOperation.java:176)
at org.bonitasoft.studio.engine.operation.DeployProcessOperation.deploy(DeployProcessOperation.java:156)
at org.bonitasoft.studio.engine.operation.DeployProcessOperation.run(DeployProcessOperation.java:115)
at org.bonitasoft.studio.engine.command.DeployDiagramHandler$1.run(DeployDiagramHandler.java:112)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: org.bonitasoft.studio.groovy.provider.JarExportFailedException: Error while building Jar for Groovy scripts in Process dependencies.
Please check scripts in Development -> Manage Groovy scripts...
BonitaXML.groovy (line 17, col 557): The package org.w3c.dom is accessible from more than one module: <unnamed>, java.xml
at org.bonitasoft.studio.groovy.provider.GroovyScriptBarResourceProvider.addGroovyCompilationUnitToClasspath(GroovyScriptBarResourceProvider.java:121)
at org.bonitasoft.studio.groovy.provider.GroovyScriptBarResourceProvider.addProvidedScriptsToClasspath(GroovyScriptBarResourceProvider.java:89)
at org.bonitasoft.studio.groovy.provider.GroovyScriptBarResourceProvider.addResourcesForConfiguration(GroovyScriptBarResourceProvider.java:75)
at org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:120)
... 6 more
thank you.