Changes for page No Data Delivered to Backend System
Last modified by Erik Bakker on 2024/09/03 13:40
From version 1.1
edited by Eva Torken
on 2024/03/22 12:00
on 2024/03/22 12:00
Change comment:
There is no comment for this version
To version 2.1
edited by Eva Torken
on 2024/03/22 15:33
on 2024/03/22 15:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,11 +5,11 @@ 5 5 6 6 == 1. Situation == 7 7 8 -No data is delivered to a Mendixapplication.8 +No data is delivered to a backend system. 9 9 10 10 == 2. Problem == 11 11 12 -The problem in this case was expectedtoberelatedtotheoldbuild numbersofthemodel.12 +The problem in this case was that the backend system was not receiving any data. This was caused by an unstable H2 database. 13 13 14 14 == 3. Analysis == 15 15 ... ... @@ -19,11 +19,11 @@ 19 19 20 20 === 3.2 Analysis === 21 21 22 -The problem led us to investigate the health of the JMSandhe eMagiz Mendix connector. TheJMS was restartedduetothe amountof'client connectionfailed' warningsthat werereceived. Dueto theproblembeing a Mendixapplicationwhich was notreceivingdata,theeMagizMendix connector wasalsorestarted.Afterwards,everythingworkedfineagain.22 +The problem led us to investigate the health of the H2 database. The database had a very high CPU and had high CPU after the connector underwent auto-healing. After further investigation it seemed that the H2 was reprocessing messages and therefore not taking on new ones. 23 23 24 24 == 4. Result == 25 25 26 -The ol dbuildnumbers usedmodelareexpected tohaveaninfluenceon theperformanceof theeMagiz Mendix connector.Weecommend to upgradethesebuild numbersortomigratetothecurrent-generation runtime.26 +The removal and re-addition of the H2 database caused the H2 database to return to normal behavior. Afterwards, the problem did not reoccur. 27 27 28 28 == 5. Suggested Additional Readings == 29 29 N/A