Hi,
When I deploy an application into RTF I get the following error :-
1 or more replicas in unexpected state: [Kubernetes] CrashLoopBackOff - Invalid license - Exit code: 1, Restart count: 99
I am using a muleLicenseKey.lic from a trial version.
When I test in my PC, mule -verifyLicense, I get the following
Valid license key --> Evaluation = true, Expiration Date = Tue Feb 16 00:00:00 AEDT 2021, Contact Name = MuleSoft Support, Contact Email Address = support@mulesoft.com, Contact Telephone = support@mulesoft.com, Contact Company = MuleSoft, Contact Country = US, Entitlements =
When I load the muleLicenseKey.lic into https://mulelicenseverifier.cloudhub.io, it reports the error below
Error reading license file. "Invalid or Expired License"
How do I get a valid license key into RTF?
Thanks
Lakshman
Hi Lakshman,
Be carefull, the RTF course has been created with Mule 3 applications. (.zip file)
I does mean you need a Mule 3 trial license, in order to deploy Mule Apllications provided into the course.
The official process is the following:
- Install locally a Mule 3 Runtime (OnPrem)
- launch it with (./bin/mule or bin\mule.bat)
- get the license key from the file conf/muleLicenseKey.lic
- On the Runtime Fabric Controller node execute the command:
- sudo /opt/anypoint/runtimefabric/rtfctl apply mule-license '<LICENCE HERE>'
I created a trial license for you, I attached the command line to type on your RTF controller node.
Regards,
Sébastien