D
D
dn230687kav2018-08-28 01:16:01
Java
dn230687kav, 2018-08-28 01:16:01

How to fix Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 90 seconds of launch java?

application.properties Procfile
server.port=${PORT:32500}

web: java -Dserver.port=$PORT -jar front/target/front.jar

It worked ok, but now Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 90 seconds of launch java
Push and deploy don't help, stop and restart too, deleting app doesn't help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dn230687kav, 2018-08-28
@dn230687kav

The choice of another viola helped. port server.port=${PORT:33500}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question