run locally error

0
Hello, I tried to run locally my application and this is the message error.. what does it mean please ? thank you      com.mendix.m2ee.api.AdminException: An unhandled exception occurred!     at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:149) Caused by: com.mendix.m2ee.appcontainer.util.AdminRuntimeException: Runtime port '8080' is already in use     at com.mendix.m2ee.appcontainer.actions.UpdateAppContainerConfigurationAction.execute(UpdateAppContainerConfigurationAction.scala:65)     at com.mendix.m2ee.appcontainer.actions.UpdateAppContainerConfigurationAction.execute(UpdateAppContainerConfigurationAction.scala:48)     at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:129)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)     at org.eclipse.jetty.server.Server.handle(Server.java:502)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)     at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)     at java.lang.Thread.run(Thread.java:748)  
asked
1 answers
0

The error says "Runtime port '8080' is already in use" so you could change the port your Mendix app is running on. This setting is in the project explorer >> project settings >> configuration. See this documentation https://docs.mendix.com/refguide7/configuration#runtime-port 

answered