Intellij Error starting 'JBoss Remote': Unable to connect

Trying to deploy WAR on Wildfly 10 remotely with IntelliJ IDEA 2017.2. When I run, I get an error:

Error running 'JBoss Remote': Unable to connect to the www.example.com:9990,
reason: com.intellij.javaee.process.common.WrappedException:
java.io.IOException: java.net.ConnectException: WFLYPRT0053:
Could not connect to remote+http://www.example.com:9990. The connection failed

      

When I manually navigate to http://www.example.com:9990

I get the Wildfly console. I can install telnet to my site on port 9990 and get an HTTP response.

I checked SO. The answers didn't work for me.

What is the problem?

+3


source to share


1 answer


The problem was that the Wildfly versions were different on the local machine and the remote machine. They must be the same.



+2


source







All Articles