Startup Checklist
Use these resources to secure the correct component startup in the web application or Task Mining Web Backend.
Web application
To start the web application, do the following steps:
-
Check the Tomcat logs in the
TM_HOME>/tomcat/logs/catalina.out
file. Check whether the logs end with the following information. -
Open the following URL in a web browser:
https://PM_HOST\taskmining
. -
Log in to the IBM Process Mining.
If the application opens without an error, the browser correctly recognizes the URL.
Task Mining Web Backend
Make sure that you meet the following property conditions:
hostname_app
,hostname_auth
, andprocessmining_host
cannot be a hostname, but must be a fully qualified domain name (FQDN), for exampletm1.automationcloud.ibm
.validation_domain
must be a substring ofprocessmining_host
.
The following codeblock is an example of the log file:
2021-04-07 16:41:27.695 INFO 10008 --- [ main] c.i.task.builder.ApplicationStartup : ========== TM $hostname_auth value : localhost_auth ==============
2021-04-07 16:41:27.695 ERROR 10008 --- [ main] c.i.task.builder.ApplicationStartup : ========== WARNING ! Syntax error in TM $hostname_auth , it is not a Fqdn ==============
2021-04-07 16:41:27.695 INFO 10008 --- [ main] c.i.task.builder.ApplicationStartup : ========== TM $processmining_host value : localhostpm ==============
2021-04-07 16:41:27.696 ERROR 10008 --- [ main] c.i.task.builder.ApplicationStartup : ========== WARNING ! Syntax error in TM $processmining_host , it is not a Fqdn ==============
2021-04-07 16:41:27.698 INFO 10008 --- [ main] c.i.task.builder.ApplicationStartup : ========== TM $hostname_app value : server1 ==============
2021-04-07 16:41:27.704 ERROR 10008 --- [ main] c.i.task.builder.ApplicationStartup : ========== WARNING ! Syntax error in TM $hostname_app , it is not a Fqdn ==============
2021-04-07 16:41:27.704 INFO 10008 --- [ main] c.i.task.builder.ApplicationStartup : ========== TM $validation_domain value : myss ==============
2021-04-07 16:41:27.705 ERROR 10008 --- [ main] c.i.task.builder.ApplicationStartup : ========== WARNING ! Syntax error in TM $validation_domain , it is not part of $processmining_host ==============