Bar file export failed with missing library

1
0
-1

Hi,

I have issue in exporting my process as bar file. Error message says:

BAR file export has failed. However, a non-executable .proc file has been exported instead.

Reason: XPP3 pull parser Library not present. Specify another driver. For example: new XStream(new DomDriver())

When I tried to export, I added manually dependencies of xpp3-1.1.4c.jar, xpp3_min-1.1.4c.jar, xpp3_xpath-1.4.4c.jar. But this didn't do any good.

How can I react?

Thank you, Best regards.

Comments

Submitted by antoine.mottier on Mon, 01/19/2015 - 12:58

Can you let us know which version of Bonita Studio you are using? Also maybe share you .proc file? Thanks

Submitted by sding on Mon, 01/19/2015 - 14:31

Hello Antoine, I'm working with a 5.X (or 5.10 properly saying?) version. What should I look for in the .proc file ? Thanks a lot, Best regards.

Submitted by antoine.mottier on Mon, 01/19/2015 - 14:43

I want to give a try on my side to import the proc file and try to export it to make sure it's not something specific to your workspace.

1 answer

1
+1
-1
This one is the BEST answer!

This is due to later version of Java that is not compatible with the Studio. When reset to jre 1.6, everything works just fine.

Notifications