cancel
Showing results for 
Search instead for 
Did you mean: 

Admin App Endpoint configuration Issue

maxbaba
Champ in-the-making
Champ in-the-making
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.
12 REPLIES 12

vasile_dirla
Star Contributor
Star Contributor
Hi,
which version are you using ?

maxbaba
Champ in-the-making
Champ in-the-making
Alfresco Activiti 1.2.1

johnp26861
Champ in-the-making
Champ in-the-making
Hello

  I am using activiti-1.4.1 when create process i am getting error "WARN  com.activiti.service.runtime.PublishAdminAp
pEventsService  - Could not post events to Activiti Admin Application. Received status code: 404"
Please anyone can help out

Regards,

John

jbarrez
Star Contributor
Star Contributor
That seem to be 2 exceptions: one about publishing … and would need more stacktrace for that
and the other one is from a thread that posts events to the Admin app (but it couldn't reach it, hence the 404)

jbarrez
Star Contributor
Star Contributor
That seem to be 2 exceptions: one about publishing … and would need more stacktrace for that
and the other one is from a thread that posts events to the Admin app (but it couldn't reach it, hence the 404)

robinho
Champ in-the-making
Champ in-the-making
johnp2686, I had the same issue. Go to your activiti-admin UI, click on Configuration, then click on check activiti REST endpoint.
Normally your check will fail. Edit the endpoint and change the "Context root" from "activitiapp" to "activiti-app"

g_rathod
Star Contributor
Star Contributor
I am using activiti 1.4 version.
I am also getting below error :

ERROR com.activiti.service.ActivitiEndpointLicenseService  - Non-enterprise Activiti endpoint: Activiti app

I am using siteMinder authentication. and having two activiti nodes in cluster.
When I use direct link to reach activiti and test configuration it fails.

What is solution for this ?

jbarrez
Star Contributor
Star Contributor
That error indicates that the configuration of the endpoint in the admin app for connecting to the BPM Suite is not correct. Open the 'configuration' tab in the admin app.

fegor1
Champ in-the-making
Champ in-the-making
I also have the same problem when I set authentication LDAP (Active Directory) in Activiti Suite 1.4.1.