Startup Checklist

Steps for a correct component startup:

Web application

- Check tomcat logs at:

TM_HOME>/tomcat/logs/catalina.out. It must ends with the following:

	![Tomcat log](images/image1.png)

- Open the following URL on a web browser: 

https://PM_HOST\taskmining.

	- You must be redirected to IBM Process Mining login page.
	- After login, verify that the application opens without error.
	- https is correctly recognized by the browser.

		![Task Mining window](images/image2.png)

TM Web Backend

Ensure that the following properety conditions are satisified. If they are not, update the log with evidense.

  • hostname_app, hostname_auth, and processmining_host cannot be a host name (that is server1) but must be a fully qualified domain name (FQDN) (that is tm1.automationcloud.ibm);

  • validation_domain must be a substring of processmining_host.

Here 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  ==============