Questions tagged [kie-server]
95 questions
2
votes
1 answer
got forbidden login in on Kie-server
I'm following one tutorial to get kie-drools-workbench and kie-server working: https://www.intertech.com/Blog/simple-setup-of-drools-kie-workbench-and-kie-server-in-one-wildfly-instance/
Installed wildfly and downloaded the…

Bruno
- 404
- 4
- 16
1
vote
0 answers
Memory leak in stateless session
I am working with Business Central version 7.61.0.Final and KIE Server version 7.61.0.Final. I created my project using Decision Tables and deployed it to KIE Server. I execute my rules through the KIE Server REST API. The KIE session is stateless,…

Javier Andrade
- 11
- 1
1
vote
1 answer
Async Tasks in jBPM with Custom Work Item Handlers
I'm having some issues with making async jBPM custom tasks within my bpm process. My custom task relies on my CustomTaskHandler class that looks something like this
@RequiredArgsConstructor
@Component("CustomSpringTask")
public class…

L_Cleo
- 1,073
- 1
- 10
- 26
1
vote
1 answer
Unable to locate DMN Decision to evaluate
If I add decision-id and decision-name to post request for /server/containers/{containerId}/dmn, I get error "Unable to locate DMN Decision to evaluate". When these parameters are set to null, it works with all decisions returning response. I want…

stackflowUser1134
- 19
- 2
1
vote
1 answer
keep getting KieServer-ControllerConnect error 401 in startup (standalone.bat) for Business central
I installed Kie-WB (business central 7.47.0) on Wildfly (19.0.0 final) on a windows server.
All is well except that in running the standalone, but I keep getting a warning.
WARN …

Entjesbe
- 11
- 2
1
vote
1 answer
KIE server and workbench on Kubernetes
I followed the official instruction and had no problem with running kie server and workbench on Docker. However, when I try with Kubernetes I bump into some problem. There is no Execution server in the list (Business Central -> Deploy -> Execution…

baxter
- 11
- 5
1
vote
1 answer
Running process not shown in active process Instances and difference between ASYNC & SYNC tasks
My workflow is quite simple, I have two script, first script is ASYNC and the second is SYNC. In each script I have a loop from 0 to Integer.MAX_VALUE as follow
for(int i=0;i

Bashir
- 2,057
- 5
- 19
- 44
1
vote
1 answer
Issue while migrating JBPM 7.31.0 with Sybase DB, rest API not found
I'm using JBPM 7.31.0 with oracle DB, and everything is working fine.
But now when switching to Sybase DB, and calling some of rest APIs(ex: process definitions) to result in '404 Not found' response.
After checking the server log I found
Failed…

Hussein Zaraket
- 35
- 7
1
vote
2 answers
Integrate kie-server into spring boot application
I want to integrate all the kie-server autoconfiguration (especially JBPM) in my spring boot application.
I added these gradle dependencies in a separate module of my project
dependencies {
compile group: 'org.kie', name:…

chrisblo
- 768
- 1
- 13
- 30
1
vote
0 answers
drools-showcase and kie-server-showcase integration
Drools Workbench does not authenticate when calling Kie-Server REST
I'm runnig jboss/drools-workbench-showcase and jboss/kie-server-showcase. Everything ok, kie-server registering itself and I see it in "Execution servers" and can deploy and run…

Elijah
- 133
- 5
1
vote
1 answer
KIE Server (Unmanaged) - Process Not Instantiated
Using the REST API for kie server, I have created a container which has the following process definition:
someProcessId
…

Neil
- 413
- 4
- 22
1
vote
1 answer
Drools | Reload rules without restarting server
I am creating a spring boot app with Gradle and 7.20 drools version.We are loading drools knowledge base from an external resource file place at path drl_file_path.Below is my configuration code.
@Configuration
public class DroolConfig {
…

TheCurious
- 593
- 1
- 4
- 29
1
vote
0 answers
Drools - Rule execution via KIE server REST not giving response
I'm attempting to execute a rule that was authored using Drools Workbench (business-central-7.17.0.Final-wildfly14.war) via KIE execution server (kie-server-7.17.0.Final-ee7.war), I don't get the expected response when I execute the rule using…

Darth Shirr
- 527
- 1
- 7
- 24
1
vote
2 answers
Drools timed rule execution via Java API
I want to create a time-based rule that is being triggered every 5 minutes, and Drools documentation states that:
Conversely when the Drools engine runs in passive mode (i.e.: using fireAllRules instead of fireUntilHalt) by default it doesn’t fire…

D. Joe
- 55
- 1
- 5
1
vote
1 answer
Deploy jBPM 7.8.0 in Tomcat - Not able to Login using tomcat user
I am trying to deploy jBPM 7.8.0 in tomcat.
I have placed the war files in webapps directory in tomcat 7.0.40. Java 1.8.
I have made the changes as per the readMe files in kie-server & kie-wb war files.
I am able to deploy the wars. Login page is…

Aravind P S
- 11
- 2