You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Prajyot Parab (Jira)" <ji...@apache.org> on 2022/09/22 16:34:00 UTC

[jira] [Updated] (FINERACT-1753) Unable to deploy application on Kubernetes

     [ https://issues.apache.org/jira/browse/FINERACT-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prajyot Parab updated FINERACT-1753:
------------------------------------
    Description: 
fineract-server container throwing issue while trying to deploy on a Kubernetes cluster using the deployment files available in repo. (using the *fineract:latest* available image (updated 9 months ago on DockerHub)

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}
 

  was:
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}
 


> 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
>            Priority: Major
>
> fineract-server container throwing issue while trying to deploy on a Kubernetes cluster using the deployment files available in repo. (using the *fineract:latest* available image (updated 9 months ago on DockerHub)
> 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)