Admin app errors
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2016 12:17 PM
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.
"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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2016 11:40 AM
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
