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

When did the client start using port 8080? #2173

Closed
dev-nulled opened this issue Feb 27, 2021 · 1 comment
Closed

When did the client start using port 8080? #2173

dev-nulled opened this issue Feb 27, 2021 · 1 comment
Labels
Milestone

Comments

@dev-nulled
Copy link

Describe the bug
Seems the new FAF client is using port 8080. Great if nothing else is, but for those of us who do Springboot coding on the same computer, this means one has to change. (and this is the default port for us devs)

To Reproduce
Fire up anything that uses port 8080 locally and the client throws an exception launching.

Log or error message
Web server failed to start. Port 8080 was already in use.

java.lang.RuntimeException: Exception in Application init method
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:895)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8080 is already in use

Expected behavior
Either not use port 8080, or provide a way to set that port.

Screenshots
If applicable, add screenshots to help explain your problem.

startup

Linux or Windows
(yes)

Wanna have the bug fixed quickly?
Visit Issue hunt...
Issue hunt

@dev-nulled dev-nulled added the bug label Feb 27, 2021
@Sheikah45
Copy link
Member

fixed in #2170

@Sheikah45 Sheikah45 added this to the v1.4.3 milestone Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants