0

Hi everyone I search in forum and google but I don't have response. When I run server application Wildfly(Jboss) I have this error:

Deploying on WildFly Application Server profile mode: false debug mode: false force redeploy: true Starting WildFly Application Server WildFly Application Server Start Failed. HTTP Connector port 8080 is already in use.

thanks for hepl.

ema
  • 175
  • 1
  • 2
  • 9
  • So check your ports if there is something running on `:8080` or change the wildfly port. You can use this CMD command `netstat -an | find ":8080"` - Maybe you got some other server running by default and you forgot about it. Happens to me because of XAMPP stuff, too. – LenglBoy Apr 03 '18 at 08:08
  • If the port is unused when the server is stoppepd, then remove your `war`, `ear`, ... from it and start it normaly. If this does work - paste your build-goal here. Jboss can does run `redploy` automatical if there is something with same name, but I don´t know about wildfly. Glassfish for example need `:deploy` first time and then other goal for `:redeploy` - glassfish su**s.^^ – LenglBoy Apr 03 '18 at 08:12
  • I try your propositions but I don't resolve my problem – ema Apr 03 '18 at 09:21
  • So there was nothing Running on the Port and nothing deployed? – LenglBoy Apr 03 '18 at 10:21
  • TCP 127.0.0.1:8080 0.0.0.0:0 LISTENING [java.exe] – ema Apr 03 '18 at 10:33
  • 1
    When your server is turned on it´s correct - when the servis is off you need to have a look on other applications/servers running on java. Normaly there will be no output if nothing running on the port. – LenglBoy Apr 03 '18 at 10:36

0 Answers0