Replies: 3 comments 1 reply
-
Hi, can you please attach the logs? |
Beta Was this translation helpful? Give feedback.
1 reply
-
you should set the following properties in order to connect to your database:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
When I run alf.io with Docker, just by launching the image, with the port mapped correctly, it shows me this error:
20:01:41.953 [main] INFO alfio.config.SpringBootLauncher - Starting SpringBootLauncher on 7a31073303b2 with PID 1 (/home/alfio/app/WEB-INF/classes started by alfio in /home/alfio/app)
20:01:41.960 [main] INFO alfio.config.SpringBootLauncher - The following profiles are active: spring-boot,stdout
20:01:43.701 [main] WARN org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Jetty web server
20:01:43.717 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Jetty web server
You can find the complete log in attachements
Thanks you!
Beta Was this translation helpful? Give feedback.
All reactions