mendix 9.12.1 not works

0
The application shows error  “ 2022-04-18 11:46:09.422 INFO - M2EE: Added admin request handler '/prometheus' with servlet class 'com.mendix.metrics.prometheus.PrometheusServlet' [rtlauncher:container$] INFO Container start took 9076. Ready to accept admin requests. “   i alreday used ‘Mendix 9.2’, it is work properly.   But, 9.12 version is not work. I want to use 9.12 version, so I have to resolve the problem.   thanks.  
asked
1 answers
0

This looks a lot like: https://forum.mendix.com/link/questions/113802, so I’ll copy the findings here: 

Could you do the following: 

Go to your Mendix\<version>\modeler folder, then find the studiopro.exe.nlog file, and then change the minlevel to "Trace" (or "Debug"). 


Afterward, you would need to reproduce the issue again (so: run the app again) to get all the logs.
 

Possibly, you’ll find logs like: 

<!-- 0 0 174 0 1649078789 4 http://127.0.0.1:9090/ --> ---> System.Net.WebException: The remote server returned an error: (403) Forbidden. at System.Net.HttpWebRequest.GetResponse()

If so, the issue is that Studio Pro uses the proxy to call 127.0.0.1. To handle it, just add or update the environment variable NO_PROXY to add 127.0.0.1, after it should work. 

If not, could you please share the logs here? 

answered