19 days ago
Hi, i got kotlin springboot app
actuator is added
in app logs application is up
PORT variable is set to 8080
Logs from Railway deploy
2025-11-19T12:24:37.124Z INFO 1 --- [dzc-service] [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoints beneath base path '/actuator'
2025-11-19T12:24:37.273Z INFO 1 --- [dzc-service] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
2025-11-19T12:24:37.302Z INFO 1 --- [dzc-service] [ main] my.hello.world.dzc.DzcApplicationKt : Started DzcApplicationKt in 7.16 seconds (process running for 7.766)
2025-11-19T12:24:37.877Z INFO 1 --- [dzc-service] [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-11-19T12:24:37.877Z INFO 1 --- [dzc-service] [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2025-11-19T12:24:37.878Z INFO 1 --- [dzc-service] [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
my healthcheck config
management:
endpoints:
web:
exposure:
include: health,info
base-path: /actuator
endpoint:
health:
show-details: never
health:
defaults:
enabled: true
railway deploy complains on healthcheck failed
1 Replies
19 days ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!