Could not start http listener

Modified on Thu, 14 Mar 2024 at 01:55 PM

Install Wildfly and when trying to start wildfly server, we get the following errors:


We have installed the proper JDK version as suggested by Smarten  support team


Issue : Deployment Fail
Error : Http Listener - Wildfly Error
Root Cause : Port conflict


The Wildfly configured to use the default port 8080. Most likely, you have another process or service running which is already using port 8080. Try to find out what process it is and stop it, or try configuring Wildfly to use a different port.

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 Smarten Version 5.x. This may or may not be relevant to the Smarten Version 5.x. you may be using.
deployment fail http listener wildfly error Port conflict default port JDK 8080 port http console error standalone.xml Business Intelligence Support Business Intelligence Articles Business Intelligence Training

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article