A

Tuesday, February 2nd, 2021 10:22 AM

Missing requirement

Hi, I have just tried adding Flowable Designer to my Eclipse but got an error saying about missing requirement - Graphiti (Incubation). Could you please suggest how to solve that? Thanks

3 Messages

3 years ago

hey Shiva, same question asked here:

does this help?

1.2K Messages

3 years ago

Probably can you post a screenshot here.

4 Messages

1.2K Messages

This seems to indicate eclipse is not able to connect to the flowable website. Have you checked your connectivity? If you’re behind a corporate firewall/proxy, this is the error you should try to solve with your internal IT.

4 Messages

Thankyou Arthur Burkhardt I will connect internal IT

70 Messages

3 years ago

Hi Shiva,

You may want to double-check the BPMN plugin version you’re trying to install along with your Eclipse version. Please check this document for detailed instruction - https://developer.collibra.com/developer-tutorials/getting-started-with-workflows/#Install

Thanks

1.2K Messages

3 years ago

I highly doubt this is happening because probably you are connected to VPN in your company’s laptop. Try disconnecting with VPN and try to install again.
Been there done that.

36 Messages

3 years ago

@SHIVA

If you look at error log, I believe you will see SSL handshake error. It happens when you are behind a corporate firewall. Eclipse uses different cert store. You can change that by adding following lines in eclipse.ini file after -vmargs, which will allow eclipse to use your existing cert store. Check path of cacerts for your java installation and make changes accordingly. This is for windows.

-Djavax.net.ssl.trustStore=‘C:\Program Files\Java\jdk-15.0.1\lib\security\cacerts’
-Djavax.net.ssl.trustStorePassword=changeit

If you still see SSL error, then list certs in your certstore and see if you have your company’s root cert added to cert store. If it’s not, then you have to add it.

Also, you can try downloading flowable designer from here : http://www.flowable.org/designer/archived/flowable-designer-5.22.0.zip and doesn’t have to do previous steps.

And then add it as archive in eclipse - Help -> Install New Software -> Add -> Archive

Thanks!

7 Messages

2 years ago

I figured out how to fix the issue.

Please change the location property in add repository from https://www.flowable.org/designer/update/ to https://www.flowable.com/open-source/designer/update/

This allowed me to download it properly. Also, Flowable’s documentation is wrong. I had to dig through a forum to find this. Collibra should test this and then update their documentation to help users with the same issue.

2 years ago

@brett.larsen.te.com Could you please point me to the forum?or share it here? I’m still struggling to install it properly.

Hey Karan,

Did you try downloading Activiti plugin and add it to eclipse?

@karanpreet.singh.aldi-sued.com

7 Messages


This is the forum that helped me finally get the plugin installed on Eclipse.

3 Messages

2 years ago

Hello! I have tried using the updated link (addition of open-source), but I’m still getting the same error. I’m trying to install in the latest version of Eclipse. I’m getting the following error:

Unable to read repository at https://www.flowable.com/open-source/designer/update/content.xml.
Unable to read repository at https://www.flowable.com/open-source/designer/update/content.xml.
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Loading...