Unable to start local server on Mendix 9.11.1

0
Unable to start server on Mendix Version 9.11.1 On click of START, the checks get completed and the server does not start with the following messages as a popup up message:   [rtlauncher:container$] INFO Evictions for component 'project-userlib': Evicted C:\XXXX\deployment\model\lib\userlib\bcpkix-jdk15on-1.60.jar by C:\XXXX\deployment\model\lib\userlib\bcpkix-jdk15on-1.69.jar. Evicted C:\XXXX\deployment\model\lib\userlib\bcpg-jdk15on-1.69.jar by C:\XXXX\deployment\model\lib\userlib\bcpg-jdk15on-164.jar. Evicted C:\XXXX\deployment\model\lib\userlib\bcprov-jdk15on-1.60.jar by C:\XXXX\deployment\model\lib\userlib\bcprov-jdk15on-1.69.jar. Evicted C:\XXXX\deployment\model\lib\userlib\commons-io-2.7.jar by C:\XXXX\deployment\model\lib\userlib\commons-io-2.8.0.jar. Evicted C:\XXXX\deployment\model\lib\userlib\bcprov-jdk15on-1.67.jar by C:\XXXX\deployment\model\lib\userlib\bcprov-jdk15on-1.69.jar. Evicted C:\XXXX\deployment\model\lib\userlib\bcpkix-jdk15on-1.67.jar by C:\XXXX\deployment\model\lib\userlib\bcpkix-jdk15on-1.69.jar. Evicted C:\XXXX\deployment\model\lib\userlib\commons-codec-1.11.jar by C:\XXXX\deployment\model\lib\userlib\commons-codec-1.15.jar. Evicted C:\XXXX\deployment\model\lib\userlib\joda-time-2.3.jar by C:\XXXX\deployment\model\lib\userlib\joda-time-2.9.jar. Evicted C:\XXXX\deployment\model\lib\userlib\owasp-java-html-sanitizer-20170515.1.jar by C:\XXXX\deployment\model\lib\userlib\owasp-java-html-sanitizer-20211018.2.jar. Evicted C:\XXXX\deployment\model\lib\userlib\owasp-java-html-sanitizer-20200713.1.jar by C:\XXXX\deployment\model\lib\userlib\owasp-java-html-sanitizer-20211018.2.jar. Evicted C:\XXXX\deployment\model\lib\userlib\xmlsec-1.5.7.jar by C:\XXXX\deployment\model\lib\userlib\xmlsec-2.1.4.jar. Evicted C:\XXXX\deployment\model\lib\userlib\slf4j-api-1.7.5.jar by C:\XXXX\deployment\model\lib\userlib\slf4j-api-1.7.22.jar. Evicted C:\XXXX\deployment\model\lib\userlib\commons-io-2.3.jar by C:\XXXX\deployment\model\lib\userlib\commons-io-2.8.0.jar. Evicted C:\XXXX\deployment\model\lib\userlib\commons-codec-1.14.jar by C:\XXXX\deployment\model\lib\userlib\commons-codec-1.15.jar. 2022-03-24 12:53:53.773 INFO - M2EE: Added admin request handler '/prometheus' with servlet class 'com.mendix.metrics.prometheus.PrometheusServlet' [rtlauncher:container$] INFO Container start took 11079. Ready to accept admin requests. There is no error just these logs get printed
asked
3 answers
0

It looks like you multiple versions of various jar files in your userlib. This has probably occured from an older project having newer versions of marketplace modules being installed without the old dependencies being cleared out. 

To fix this you need to go into your userlib folder using Windows Explorer, and remove old versions of jar files with the same name. I’d copy these out incase you need to replace them. Once you’ve left the latest versions in place, try restarting the app.

answered
0

Solution : Add “NO_PROXY” as an ENVIRONMENT Variable and set it to 127.0.0.1

answered
-1

Project Settings...

image.png

answered