Hello there,
I am encountering an issue while trying to run a local project on Mendix Studio Pro; and I am hoping someone here might have encountered this before and can point me in the right direction.
I have been working on a web application project for a few days now, and I am using Mendix Studio Pro to build and test it. However, when I try to run the project locally; I keep receiving the following error message:
"An error occurred while trying to launch the application on the local server. Please check the logs for more information."
I have tried troubleshooting by restarting the Studio Pro; checking my internet connection, and even re-cloning the project repository, but the issue persists. The logs aren’t showing anything specific beyond the usual startup messages, which has not been helpful.
Has anyone else encountered this issue? I have tried searching through the forum, but didn’t find a solution that seemed to match my case exactly.
Also, I have gone through this post; which definitely helped me out a lot.
I am using Mendix Studio Pro version 9.16.The project was working fine earlier, but this problem suddenly started after the most recent update.
Thanks in advance for your help and assistance.
Hi Alex,
Usually errors on startup are caused by database connections issues, application server issues because the port is already in use or a after startup that failes.
Please provide more information on your App Settings > Configuration > Database type and application Root URL. Are you sure there is no other application running on that port number, perhaps another Mendix project.
Under tab Runtime check After startup microflow if it is configured. Unfortunately you cannot debug that flow, so you need to place error handlers with log messages on actions, or remove the flow entirely from the runtime setting and place somewhere in your application under a button as a manual action to be able to debug.