License file installation in Docker
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2020
02:57 PM
06-16-2020
02:57 PM
License file installation in Docker
I am trying to install TestEngine with Dockerfile. Into a K8S Cluster. I have simply this in my Dockerfile.
FROM smartbear/readyapi-testengine:latest
But, I am seeing error
16:20:41,864 ERROR [QuartzJobsScheduler] Missing License Details, scheduleLicenseExpirationJob would be skipped
16:20:41,864 ERROR [QuartzJobsScheduler] Missing License Details, scheduleLicenseTokenUpdateJob would be skipped
16:20:41,864 ERROR [QuartzJobsScheduler] Missing License Details, scheduleLicenseTokenUpdateJob would be skipped
All, I want to know is where to install the license file in the Dockerfile. I HAVE the license file .key file with me. not on the license server.
I tried copying the file to the / in the Dockerfile. Like this:
COPY abcd.key /abcd.key
But that didn't help. So, please I am looking for the path where the license file need to be place
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2020
10:07 AM
06-23-2020
10:07 AM
Hi,
Thank you for your post. Sounds like you have a fixed license. Docker works only with the floating license.
Here is the documentation that you could reference https://support.smartbear.com/readyapi/docs/integrations/docker/soapui.html
Best,
Lakshmi.
-------------Lakshmi
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others.↓↓↓↓↓
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others.↓↓↓↓↓
