Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
OfficialMikeJ opened this issue Apr 13, 2023 · 7 comments

Comments

@OfficialMikeJ
Copy link


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

@Saentist
Copy link

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

@OfficialMikeJ
Copy link
Author

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 ?.

@Saentist
Copy link

Use other port ;)

@OfficialMikeJ
Copy link
Author

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

@Saentist
Copy link

@peterpt
Copy link

peterpt commented Jun 21, 2023

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

@musahi0128
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants