deploy de backend de springboot en Render

Estoy tratando de hacer el deploy de mi backend hecho con springboot y java. Funciona correctamente en mi computadora pero al tratar de subirlo a Render primero parece que va todo bien:

Mar 15 07:10:44 PM  Pushing image to registry...
Mar 15 07:10:48 PM  Upload succeeded
Mar 15 07:10:48 PM  DONE

Pero cuando comienza a correr me sale el sigiente error:

Mar 15 06:41:32 PM  2023-03-15 21:41:32.773  WARN 1 --- [           main] o.h.engine.jdbc.spi.SqlExceptionHelper   : SQL Error: 1226, SQLState: 42000
Mar 15 06:41:32 PM  2023-03-15 21:41:32.773 ERROR 1 --- [           main] o.h.engine.jdbc.spi.SqlExceptionHelper   : User 'u3klowhibn0kklay' has exceeded the 'max_user_connections' resource (current value: 5)

y luegode varias lĂ­neas me duevuelve: deploy failed. Necesito su ayuda.

Hi Eduardo,

As this is an application-level issue, we are limited in our ability to assist you here.

I would recommend checking your service logs for more information or adding more logging for troubleshooting, if necessary.

From the logs you provided, it looks like you might need to look into a configuration setting for your database driver, or potentially implement a connection pool. You might find a Spring user group to have better expertise with this type of question.

Best,

Matt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.