Wildfly error: Could not start http listener

SaintLike picture SaintLike · Dec 12, 2014 · Viewed 27.3k times · Source

I'm new to Wildfly and I hope you guys can help me with this problem:

I'm following this tutorial on how to Install Wildfly 8 and when I'm trying to execute step 4 I get the following errors:

Error1

Error2

I've been googling for a while now and I can't find an answer. I've tryed with JDK 7 and 8, no changes, I'm using admin permissions, I've even tried to download Wildfly again and still no changes. More experienced co-workers have seen this and don't have a clue about what's going on. Can you help me? Thanks

Answer

dave823 picture dave823 · Feb 6, 2015

The tutorial you linked to, has 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.