'Error cloning remote repo to kie workbench
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
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Berend de Boer |