cancel
Showing results for 
Search instead for 
Did you mean: 

Admin app errors

skinnypete
Champ in-the-making
Champ in-the-making
I have installed Activiti and can run the admin app and log in, but at the top of the screen I get the following;

"The Activiti endpoint did not respond when checking the license last time, further checks will be performed, but for now license is assumed to be invalid."

I have checked and double checked, but the licence is installed in the right place.
1 REPLY 1

gdharley
Elite Collaborator
Elite Collaborator

Did you install the license in the admin application as well?
What do you get when you hit the following URL:
http://myserver:8080/activiti-admin/app/rest/license-validity?serverConfigId=1 

I have user a serverConfig of 1 as I assume this to be a single node cluster, but if the server config is something other than 1, replace that value.

This should respond with something like:

{"adminLicenseValid":true,"serverLicenseValid":true,"description":null}

From this, we should be able to determine the source of the issue.

Regards,
Greg