Prajyot Parab created FINERACT-1753:
---------------------------------------
Summary: Unable to deploy application on Kubernetes
Key: FINERACT-1753
URL: https://issues.apache.org/jira/browse/FINERACT-1753
Project: Apache Fineract
Issue Type: Bug
Components: Deployment
Reporter: Prajyot Parab
fineract-server throwing issue while trying to deploy on a Kubernetes cluster
using the deployment files available in repo. (using the *fineract:latest*
available image)
Error -
{code:java}
2022-09-22 11:57:26.297 INFO 9 --- [ main]
org.apache.fineract.ServerApplication : Starting ServerApplication using
Java 11.0.13 on fineract-server-66948d6dc4-6lg5p with PID 9 (/app started by
root in /)
2022-09-22 11:57:26.352 INFO 9 --- [ main]
org.apache.fineract.ServerApplication : No active profile set, falling back
to default profiles: basicauth
2022-09-22 11:57:36.888 INFO 9 --- [ main]
o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s):
8080 (http) 8443 (https)
2022-09-22 11:57:39.457 ERROR 9 --- [ main]
com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool
initialization.
java.sql.SQLNonTransientConnectionException: Could not connect to
address=(host=localhost)(port=3306)(type=master) : Socket fail to connect to
host:localhost, port:3306. Connection refused (Connection refused)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)