As mentioned several times, a port conflict will lead to this. I found that I canβt edit the port information in Eclipse, I had to edit the domain.xml file. I searched for 8080, which led me straight to the tag. Here I changed the form of http-listener-1 from 8080 to 8000.
Then I had to remove the GlassFish server from the Servers tab in eclipse and add it back again. (it was many times faster than restarting Eclipse). Now the new port is identified, and I was able to start the GlassFish server.
Note. I am using Oracle Enterprise Pack for Eclipse and not a generic eclipse plugin.
source share