Dear colleagues:
In my case I failed to install the package as recommended in the Installation Guide. Basically, the execution of the "make start" command exits with error messages, even though I have all the prerequisites (Linux VM, docker and docker-compose already up and running).
The "issues" section in the Github folder of these projects has notes from more people who failed to install it, but I was not able to find helpful answers to work the problem around.
Your help/hints will be greatly appreciated.
Thanks!
Rogelio Alvez
PS: this is the output of the error messages upon my attempt to install:
root@gloki:/project/JJESS/open-nti# make start
Use docker compose file: docker-compose.yml
IMAGE_TAG=latest docker-compose -f docker-compose.yml up -d
(root) Additional property input-jti is not allowed
Makefile:82: recipe for target 'start' failed
make: *** [start] Error 15
root@gloki:/project/JJESS/open-nti#