I use latest intellij idea ultimate with wildfly 11 and i develop web application with maven and java 8. when i run debug i get following error.
Error running 'JBoss 11.0.0.Final': Unable to open debugger port (127.0.0.1:56884): java.net.SocketException "socket closed"
when i run application i get
Error running 'JBoss 11.0.0.Final': Address 127.0.0.1:9990 is already in use
iI did changed the port to 9991 in standalone.xml and got the following error:
Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:8080
Does any one know what am i missing?