Description
After successful data processing, analytical results may not appear when the user reopens the experiment. This behavior is typically caused by Arcus connection issues or MongoDB connection issues, both of which prevent Katalyst from retrieving and displaying processed analytical data.
Solution
- Confirm all components are connected from web app (Show User Menu à About).
- Arcus connection issues:
- Open the Katalyst WEB-INF application directory, for example: <TOMCAT>\WEBAPPS\KATALYST\WEB-INF, and open a command prompt.
- Run the environment checker specifying the CONFIG.JSON file location:
- java -jar Katalyst-environment-checker.jar "C:\kat_config\config.json"
- If Arcus connection issues are confirmed, ensure that the Arcus machine is running properly.
- If the Arcus machine itself appears healthy, run the OPERATION_CHECK.SH script on the Arcus machine and follow the required actions based on the script results.
- MongoDB connection issues:
- Run Katalyst-environment-checker.jar again as described above to confirm MongoDB connectivity.
- If MongoDB problems are detected and cannot be resolved through configuration, contact Technical Support.
Comments
0 comments
Article is closed for comments.