Changes for page Interpret Statistics

Last modified by Erik Bakker on 2024/02/20 09:09

From version 30.1
edited by Erik Bakker
on 2023/01/20 11:54
Change comment: There is no comment for this version
To version 44.1
edited by Erik Bakker
on 2024/02/20 09:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Deploy model locally
1 +Interpret Statistics
Parent
... ... @@ -1,1 +1,1 @@
1 -Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.WebHome
1 +Main.eMagiz Academy.Microlearnings.Legacy Functionality.WebHome
Content
... ... @@ -1,6 +1,6 @@
1 1  {{container}}
2 2  {{container layoutStyle="columns"}}(((
3 -With this exercise, we continue our journey into the eMagiz platform. This exercise will experience getting your Test environment running on your own laptop.
3 +With this exercise, we continue our journey into the eMagiz platform. This exercise will let you experience how to analyze various sections of the Manage phase and will be a two-part exercise.
4 4  
5 5  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
6 6  
... ... @@ -11,26 +11,23 @@
11 11  
12 12  == 2. Exercise ==
13 13  
14 -In this exercise, execute the following steps:
15 -* Execute "Check properties" action on release level and validate that no missing properties exist
16 -* Activate the release
17 -* Navigate to Deploy -> Containers and download the following runtimes:
18 - ** JMS Server
19 - ** Container
20 - ** CAPE Connector
21 - ** TMS Connector
22 -* Unzip all runtimes in a convenient folder
23 - ** Option could be {{code}}C:\eMagiz{{/code}}
24 -* Navigate to the bin folder (starting with the JMS) and execute the karaf.bat as administrator
25 - ** Repeat this for all runtimes
14 +Now that we have a running solution we should be able to see logging and runtime statistics in Manage. So as a first exercise please check the logging and runtime statistics of your deployed solution.
26 26  
27 -As a result you will now have a running solution.
16 +Once you have confirmed that you see logging, but no errors in the log, and runtime statistics for each runtime it becomes time to send some data through the system so we can analyze whether that went as expected and data arrives at the end system. Note, that if there are errors in the log please fix them before continuing with the next step.
28 28  
18 +For this to work you need to save the following example file locally as an XML file and place it in the input directory you have defined in your properties.
19 +
20 +* [[Example Message (Multiple Orders CAPE)>>attach:Main.Images.Exercises Crash Course.WebHome@multi-order-cape.xml||target="blank"]]
21 +
22 +Assuming you configured everything correctly eMagiz will retrieve your file and will output two files on the basis of this. We can track the message(s) with the help of our queue statistics functionality.
23 +
24 +{{info}}Note, that when you do not see the expected behavior you should check the "Error Messages Dashboard" and the "Logging".{{/info}}
25 +
29 29  == 3. Solution ==
30 30  
31 31  In this short movie, you will find the workout of this exercise. Take a moment to review this one and compare it to your solution.
32 32  
33 -{{video attachment="crashcourse-platform-exercise-deploy-model-locally.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
30 +{{video attachment="crashcourse-platform-exercise-interpret-manage-statistics.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
34 34  
35 35  {{info}}Note that the video only shows the part that needs to be executed in the portal. On your laptop you can validate that things are running by checking for the following piece of text in your karaf.bat.
36 36   * "Application context succesfully refreshed""{{/info}}