Install Wildfly and when trying to start wildfly server, we get the following errors:
We have installed the proper JDK version as suggested by ElegantJ BI support team
Issue : Deployment Fail
Error : Http Listener - Wildfly Error
Root Cause : Port conflict
Changing port in standalone.xml
One can change the port from standalone.xml file. In <socket-binding-group> tag you will find http related line. From there just change to other port for e.g 8090. Now you will not find that error in your console.
Note: This article is based on ElegantJ BI Version 4.1. This may or may not be relevant to the ElegantJ BI version you may be using.