Error cloning remote repo to kie workbench

452 views Asked by At

I'm new with drools and especially with the kie-server standalone. I'm working on a POC for my project and I'm having some issues trying to deploy an artifact from a remote repository. I created a remote repository (as a maven artifact) and one Project inside it. I cloned this repo in my local workbench but I can not open any java or drl file because I get an error like "Unable to complete your request. The following exception occurred: Editor model couldn't be loaded from path: default://master@remoteRuleRepo/CartPromoFact/src/main/java/demo/cartpromofact/User.java." Also I can not "Build & Deploy" this project, and I don't get any error on console.

Thanks

1

There are 1 answers

0
Berend de Boer On

As this is one of the top hits for the same error I faced: I got this error message when I deployed the workbench to a container that did not have internet access. Both workbench and kie server need to be able to access the internet to download things.