ApplicationRootUrl not recognized from yml file and SAML configuration has issues

0
We configured SAML and when we want to make it active, it is giving error.  Looking in to the Stack trace, it fails with a null pointer exception when it try to get ApplicationRootUrl. Although the ApplicationRootUrl is set properly in .yml file, application did not recognize. Any possible solution directions?
asked
4 answers
1

Did you do this part: https://docs.mendix.com/developerportal/deploy/private-cloud-deploy#6-5-applicationrooturl-needs-to-be-set-manually

6.5 ApplicationRootUrl Needs to be Set Manually

Regards,

Ronald

 

 

answered
0

Hi Nirmalkumar,

 

Are you publishing your app on a Windows server or a container (Docker/Kubernetes)?

and what is the syntax used in the YAML file?

answered
0

Hi Laith,

It is with Ubuntu atm. No containerisation, no k8t, plain java app deployment.

answered
0

Between, I received response from Mendix support: 

“The ApplicationRootUrl is not filled on on-premises environments, only in Mendix Cloud or Locally”

You need to set up the runtime settings:
https://github.com/mendix/cf-mendix-buildpack#configuring-custom-runtime-settings.

In case of Docker:
https://github.com/mendix/docker-mendix-buildpack#configuring-custom-runtime-settings.

Will try this and let know

answered