Hi - I have deployed activiti-app and activiti-admin app on tomcat. I configured the cluster and rest endpoint in the property files as per docs and able to launch Activiti-App and Admin app. However, when I try to update the end point configuration on admin app by uisng the ldap credentials for a tenant-admin, I get invalid credentials error with the following log entries.
04:04:15,693 [pool-2-thread-1] DEBUG com.activiti.addon.cluster.SendEventsRunnable - About to send Activiti Node events…
04:04:15,700 [pool-2-thread-1] WARN com.activiti.addon.cluster.AdminAppService - Could not post events to Activiti Admin Application. Received status code: 404
04:04:19,625 [pool-1-thread-1] ERROR com.activiti.service.ActivitiEndpointLicenseService - Non-enterprise Activiti endpoint: Activiti app
04:04:19,625 [pool-1-thread-1] ERROR com.activiti.service.ActivitiEndpointLicenseService - No valid license found for Activiti endpoint: Activiti app
There are two types of errors in the above logs:
[1] Could not post events to Activiti Admin Application
[2] Non-enterprise Activiti endpoint: Activiti app; No valid license found for Activiti endpoint
Please shed light if possible. Thanks.