error while trying to upload application using Wildfly

Asked

Viewed 146 times

1

I am learning EJB, and I received a project that uses EJB, only that I decided to use Wildfly. when I upload application presents an error.

     service org.wildfly.request-controller.control-point."livraria.war".undertow (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService] 
WFLYCTL0186:   Services which failed to start:      service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: java.net.BindException: Address already in use: bind localhost/127.0.0.1:9990

20:15:21,623 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found livraria.war in deployment direc

When trying to add my server I am with that warning, what I do from there I am with that error. inserir a descrição da imagem aqui

  • Address already in use: bind localhost/127.0.0.1:9990 Checks if there is no wildfly process running or if the port is in use by another application

  • um.... what would you suggest so you can solve this problem.

  • restarts the computer, if persist checks if there is any other application using port 9990

  • when running, it was the same. I see that when I put localhost:8080 opens the wildfly page

  • The 9990 port of wildfly is for administration. You need to check if there is another application that is using the port.

  • I put a print there, I even deleted my container that was the Tomcat and put only this Wildfly more nothing.

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.