stuck in crashcourse because mockhrservice will not run

0
hi all,    Im a developer new to mendix and following the crash course. im stuck because the mockhrservice fails to start en there are no errors in the serverlog..   2024-03-01 12:16:42.607 INFO - M2EE: Added admin request handler '/prometheus' with servlet class 'com.mendix.metrics.prometheus.PrometheusServlet'[rtlauncher:container$] INFO Container start took 2380. Ready to accept admin requests.     im on studio 10.8.0 (which is not listed below)   any idea's on how to proceed?        thnx all!
asked
3 answers
0

No, unless there’s something I missed. I tried looking in the logs panel and I also tried setting the loglevel to “trace” before attempting to start

answered
0

The studio pro try to use 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 I guess it will work

 

 

answered
0

We have updated the crash course learning path since this initial post (it was on Mx 10.0 and now it is on 10.24) and the Mock service has been updated as well to support the correct version.

In general: If you follow a learning path, try to use the same version as mentioned on the starting page of the path. Can't say if that would have solved the issue in this specific case though.

 

answered