app-studio.lic
and stored where the application can read them.
You can specify the location of the license file in the application’s configuration tree - specifically, in src/main/resources/conf/twigkit.conf
you will find this (default) entry
"file://"
prefix, for example, file:///var/opt/lics/app-studio.lic).
When the license location is given as a relative path, the application tries to look up the license file on the runtime class path. So you can place the license in for example, the src/main/resources folder in your application, which will work. If no license file is found on the class path, it looks in the home directory of the user that spun up the JVM. The latter is useful for development, by having a single license on the dev workstation.
app-studio.lic
), or it is being used on the wrong host or not visible by the application.
Contact Lucidworks Support and provide your hostname, license file, and full details of the error in the Appkit logs, and we will be able to advise further.