License is not being processed for Mendix 10 in the on-promise cluster
0
Hello, our technical context: - We are in a private cloud, without using the Mendix Cloud tools - The deployment is done on-promise via CF buildpack, with docker images deployed on our Kubernetes cluster. - It is therefore not a Windows environment, but rather a Docker/k8s runtime. - The variables LICENSE_ID and LICENSE_KEY are correctly populated and visible in the pods/containers. - The license used is the same as the one currently working with Mendix 9, and we also tested by creating another node/ another application with exactly the same name as the deployed application, without any behavior change. However, with Mendix 10, the runtime starts in trial mode and then stops.This seems to be related to the fact that Mendix 10 requires an online validation of the license, a validation that does not result in our private cloud environment (unlike Mendix 9 which tolerates this case ). I really appreciate any help or direction to the solution.
asked
ahmed nasser
1 answers
0
Hello Ahmed,
If I understood correctly, you’re trying to start a second Mendix 10 app with the same LICENSE_ID/KEY that already licenses another app.
That won’t work, because Mendix licenses are per app node, so the second app will run in trial.
The license you use for Mendix 9 can’t be reused here. Generate a new app node/license for the Mendix 10 app in PCLM. Hope this helps.