Cant start Mendix 7.12 app in eclipse

1
I could not start an existing app via eclipse, a brand new app could be started. After comparing the .launch file I found out I was missing the following line: <mapEntry key="MXCONSOLE_RUNTIME_LISTEN_ADDRESSES" value="*"/>   Does anybody know which setting I need to set in de Mendix Modeler, so Mendix Modeler will create this line automaticly, when deploy for eclipse is executed?
asked
2 answers
1

Solved!!

I found the setting that is needed:

Runtime port security needs to be set to: "Open to other machines"

answered
0

Did you also try cleaning the deployment directory first, and then deploy for Eclipse?

 

Cleaning the deployment directory often fixes strange things when using Eclipse, so this is always the first thing I try when something strange is happening :)

 

answered