-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
7.12.0.GA, 7.12.1.GA
-
None
-
- Red Hat Process Automation Manager (RHPAM) 7.12.0, 7.12.1
-
False
-
None
-
False
-
-
-
-
-
-
Workaround Exists
-
-
-
---
-
---
The way how the kie-server template file (located in the .niogit/system/system.git) is created/updated is changed starting with RHPAM 7.12.0 and this cause WARN messages like the following to be logged in the server.log file:
************************************
11:39:13,993 WARN [org.kie.server.client.impl.AbstractKieServicesClientImpl] (Thread-145) Marking endpoint 'http://localhost:8080/kie-server/services/rest/server' as failed due to Connection refused (Connection refused)
11:39:14,017 WARN [org.kie.server.client.impl.AbstractKieServicesClientImpl] (Thread-145) Cannot invoke request - 'No available endpoints found'
************************************
In previous versions of the product if the port of the kie server is changed, initially added kie server would be removed and a new one (with the changed port value) would be added in this template file.
However, starting with RHPAM 7.12.0 we introduced <online> tag which can be "true" or "false" and the initial kie server will stay in the template file with the value <online> set to false and a new one would be added with the value <online> set to true. But, when the server with the updated port value is started, the above WARN messages will be repeatedly logged in the log file. The correct kie server will be properly connected to the business central but WARN messages are very misleading.