streama icon indicating copy to clipboard operation
streama copied to clipboard

The Tomcat connector configured to listen on port 8080 failed to start.

Open OfficialMikeJ opened this issue 2 years ago • 7 comments


APPLICATION FAILED TO START


Description:

The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.

Action:

Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port.

How can I get this fixed ?. I really like the look of streama and want to use it in my homelab for me and my family but can't get it to start for the life of me.

I am on Windows Server 2019 latest update.

Not sure what I can do to get this to launch correctly ?.

any help would be amazing.

Mike

OfficialMikeJ avatar Apr 13 '23 22:04 OfficialMikeJ

See if any other service use :8080 with command: netstat -b -n

Saentist avatar Apr 14 '23 06:04 Saentist

Thank you, I have found a IP address of 104.223.99.201 is using 8080, Which is a game server website Host I use for PC gaming. How can I change this with powershell or CMD ?.

OfficialMikeJ avatar Apr 17 '23 11:04 OfficialMikeJ

Use other port ;)

Saentist avatar Apr 17 '23 16:04 Saentist

how does that help me ?. I need instructions on how to change that.

OfficialMikeJ avatar Apr 17 '23 22:04 OfficialMikeJ

RTFM https://docs.streama-project.com/config/application.yml/

Saentist avatar Apr 18 '23 11:04 Saentist

Dont know if he understand what you mean , but OfficialMike , all you have to do is to create a file on same path as jar file with the name "application.yml" copy all that data between "Sample application.yml" and "How to use this page" to that application.yml file you just created near jar file of streama and change port to 80 as an example :

instead : port: 8080 use : port: 80

peterpt avatar Jun 21 '23 22:06 peterpt

Hi, is there any way to change the address also? Instead of using localhost I wish to use 127.0.0.3. Thanks!

musahi0128 avatar Sep 02 '23 17:09 musahi0128