We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
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
docker run --name ward -p 8080:4000 -p 8000:8000 ward
I have revived this project and removed the need for an application port. see https://github.com/AntonyLeons/Ward
No branches or pull requests
Hello,
I followed the instructions for a docker installation, and I don't have any error in logs, as you can see here :
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 ?
The text was updated successfully, but these errors were encountered: