-
First up, the Tomcat logs can be found in IncortaAnalytics/server/logs:
catalina.out - General all-purpose Tomcat logging. Information related to exceptions thrown by the engine during dashboard or insight loading can be found here. In addition, joins with zero matching rows, errors thrown from the SQL Interface and problems evaluating session variables can be found here.
localhost_access_log.* - This tracks all completed requests to Tomcat web services and front-end (pages, image loads, JS files, etc.), whether successful (200) or not (404, 500, etc.). This does not include requests to the engine.
Can be safely ignored or are usually empty:
localhost.*.log
manager.*.log
host-manager.*.log
-
IncortaAnalytics/server/incorta/incorta.yyyy-MM-dd.log - Very granular logging mostly related to authentication and SQL interface requests.
IncortaAnalytics/server/incorta/<TENANT_NAME>/incorta.*.log - information and exceptions related to tenant startup, join creation data source creation, file upload and data loading.
-
This question is relative to Incorta v3. Please reference the following for v4 changes: https://community.incorta.com/t/36bkcl/copy-of-file-directory-structure-and-script-changes-in-release-4-0
-
For Incorta 4.x:
- Get the GUIDs for the service you need to view the log:
/Installation_Path/IncortaNode/
Run Command ./listServices.sh2. Get the requested logs from service:
- Tenant Logs
<Installation_Path>/IncortaNode/services/<analytics_service_guid>/logs/incorta/<tenant_name>/incorta.<date>.log
<Installation_Path>/IncortaNode/services/<loader_service_guid>/logs/incorta/<tenant_name>/incorta.<date>.log- Tomcat Catalina Logs
<Installation_Path>/IncortaNode/services/<analytics_service_guid>/logs/catalina.out
<Installation_Path>/IncortaNode/services/<loader_service_guid>/logs/catalina.out- Incorta Logs
<Installation_Path>/IncortaNode/services/<analytics_service_guid>/logs/incorta/incorta.<date>.log
<Installation_Path>/IncortaNode/services/<loader_service_guid>/logs/incorta/incorta.<date>.logFor Incorta 3.x:
-
Incorta Log:
<Incorta_Installation>/server/logs/incorta/incorta.<date>.log -
Tenant Log:
<Incorta_Installation>/server/logs/incorta/<Tenant_name>/incorta.<date>.log -
Tomcat Catalina Log:
<Incorta_Installation>/server/logs/catalina.out