Questions tagged [kie-server]
95 questions
0
votes
1 answer
Config kie smart router for kie server
I use jboss/kie-server-showcass image to run kie server. I want to know How can I config kie smart router for image file. I pass KIE_SERVER_ROUTER as environment when execute docker run command:
docker run -p 8180:8080 -d --name kie-server -e…

Ali_S
- 25
- 1
- 8
0
votes
2 answers
How to identify the multi-instance sub-process and differentiate it from the main process in Jbpm?
I have used one multi instance subprocess which includes an workflow with human task. When executing, its creating the number of human tasks as to the number of elements present inside the collection object. But all tasks have same process instance…

Bashir
- 2,057
- 5
- 19
- 44
0
votes
2 answers
Docker Container of JBPM 7.36 cannot build project behind corporate proxy
I am trying to create and build a new project in a containerized setup of the JBPM (Business Central & Kie Server). Specifically I have used the following command to run the container:
docker run -p 3333:8080 -p 3334:8001 -d --dns 8.8.8.8 --env…

vbledar
- 51
- 2
0
votes
0 answers
KIE Server fails to execute rules after certain period of time
I installed the new version of Drools Rule Engine (7.36) on a Local server
I've deployed the KIE Workbench and KIE Server on a localhost Tomcat 8
(I'm currently using Workbench 7.11 as the newer versions didn't have a webc version for Tomcat…
0
votes
1 answer
Drools Global Logger in DRL - Illegal class for global
I am trying to pass an slf4j Logger object to my Drools rule as a global.
In my calling Java class I define the logger and pass it to the rule via the setGlobal kie server command:
private static final Logger LOGGER =…

Neil
- 413
- 4
- 22
0
votes
1 answer
KIE Server - Cannot Find Artifacts from Remote Maven Repository
I am using the kie-server docker image and sending curl commands to perform necessary actions.
In my settings.xml I am defining a remote repo as so:
kie
…

Neil
- 413
- 4
- 22
0
votes
1 answer
KIE-Server Container Stuck at CREATING Status
I am running the kie-server-showcase docker image and attempting to run a very simple rule on it.
I start the container as so:
docker run -i -p 8080:8080 --name kie-server --mount type=bind,source=$HOME/.m2,target=/opt/jboss/.m2…

Neil
- 413
- 4
- 22
0
votes
1 answer
An exception apears while deploying KIE Execution Server
I want to delpoy the Execution Server in follwing environment:
Wildfly17.0.0.Final
JVM memory, min:64m, max:1024m
Execution Server WAR package: kie-server-7.22.0.Final-ee7.war
A message shows in deployment page of Wildfly's HAL Management…

Kent Zhang
- 89
- 6
0
votes
1 answer
Optaplanner 7.11: id/reference error posting xml for solution to kie-server
I'm tryng samples projects to understand how to use the Optaplanner features (using ver. 7.11-Final on wildfly11). I installed some built-in samples and now I encountered a very strange error after using an
employee rostering sample modified by…

giovanni
- 105
- 12
0
votes
1 answer
How to execute FireAllRulesCommand in Kie server
We referred the documentation "https://docs.jboss.org/drools/release/6.4.0.CR2/drools-docs/html/ch22.html" for executing the rules in the kie Server. We used the below steps
Executes operations and commands against the specified Container. You can…

Jinesh
- 1,480
- 2
- 25
- 52
0
votes
1 answer
JBPM issue with Maria DB Galera were Primary key mandatory
JBPM issue with Maria DB Galera were Primary key mandatory.
Some tables in JBPM db schema have no primary key.
If I add a primary key column along with them what will be the impact?
Is there nay other way I can get ride of this problem?
Currently…

Nagarjuna B
- 25
- 5
0
votes
1 answer
How to split the Rest API response fields into KIE Workbench runtime variables
Im using KIE Workbench-6.5.0 and KIE server-6.5.0
here im created the Repository and Project. In Business process section i create the new bpmn flow with Rest Service Node. In this Rest service node in added the Rest API URL, Method, Content &…

Vishnu Moorthy Kanagaraj
- 361
- 2
- 4
- 18
0
votes
1 answer
how to deploy rules on kie server based on user permission
Only users with certain permissions should be able to deploy to kie server others should not.
How to implement an interceptor on the kie server ie the kieserver should throw an error if the user does not have certain permissions

Arundhati Navada
- 1
- 1
0
votes
1 answer
Kie server 7.5.0 default user
I have deployed a Kie Server 7.5.0 over a Wildfly 10, I can enter the login page of the Kie workbench, but I haven't been able to find out which is the default admin user or how to add my own one. I see Wildfly has an add_user script and an access…

Rafa
- 85
- 1
- 10
0
votes
0 answers
KieRemoteHttpRequestException: Unable to add char sequence to request body
Could some one help with the below error.
I tried the option of setting -Dfile.encoding = UTF-8 env variable. This is occurring intermittently on average 3 of 5 requests its giving this error.
Caused by:…

Nagarjuna B
- 25
- 5