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

Unable to access to Ward after initializing the port #39

Open
JulesLassara opened this issue Dec 9, 2020 · 3 comments
Open

Unable to access to Ward after initializing the port #39

JulesLassara opened this issue Dec 9, 2020 · 3 comments

Comments

@JulesLassara
Copy link

JulesLassara commented Dec 9, 2020

Hello,

I followed the instructions for a docker installation, and I don't have any error in logs, as you can see here :

2020-12-09 15:46:18.180 INFO 1 --- [ Thread-3] o.s.boot.SpringApplication : Starting application using Java 1.8.0_212 on 61090399b3e0 with PID 1 (/ward.jar started by root in /)
2020-12-09 15:46:18.181 INFO 1 --- [ Thread-3] o.s.boot.SpringApplication : No active profile set, falling back to default profiles: default
2020-12-09 15:46:19.101 INFO 1 --- [ Thread-3] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 4001 (http)
2020-12-09 15:46:19.103 INFO 1 --- [ Thread-3] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-12-09 15:46:19.104 INFO 1 --- [ Thread-3] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.39]
2020-12-09 15:46:19.112 INFO 1 --- [ Thread-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-12-09 15:46:19.112 INFO 1 --- [ Thread-3] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 914 ms
2020-12-09 15:46:19.273 INFO 1 --- [ Thread-3] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-12-09 15:46:19.313 INFO 1 --- [ Thread-3] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2020-12-09 15:46:19.408 INFO 1 --- [ Thread-3] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 4001 (http) with context path ''
2020-12-09 15:46:19.416 INFO 1 --- [ Thread-3] o.s.boot.SpringApplication : Started application in 1.364 seconds (JVM running for 8.731)

Moreover, I tried with the 4001 port because when I'm typing 4000 it says me "Use another port".
Do you have an idea why ?

@Codeniu
Copy link

Codeniu commented Jun 30, 2021

I have the same problem

@ItzMiracleOwO
Copy link

4000 is the port for the setup page
try docker run --name ward -p 8080:4000 -p 8000:8000 ward
and use port 8000 as application port

@AntonyLeons
Copy link

I have revived this project and removed the need for an application port.
see
https://github.com/AntonyLeons/Ward

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