You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "m (Jira)" <ji...@apache.org> on 2021/02/23 02:08:00 UTC

[jira] [Updated] (FINERACT-1318) fineract-cn-docker-compose>provisioner-ms doesn't start

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

m updated FINERACT-1318:
------------------------
    Description: 
Tried to install [fineract-cn-docker-compose|https://github.com/apache/fineract-cn-docker-compose/] but 
 "docker-compose up provisioner-ms" gives error like(bash start-up.sh also gives same error):

 
{code:java}
 cassandraSessionProvider' threw exception; nested exception is com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: cassandra:9042 (com.datastax.driver.core.exceptions.TransportException: [null] Cannot connect))
 provisioner-ms_1 | at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)   {code}
Cassandra is working on 9042 by docker, put 127.0.0.1 cassandra in /etc/hosts
 .env file created normally, docker-compose config shows all keys with docker-compose.yml file.
  

Working images:
 * cassandra:3.11
 * rmohr/activemq:5.14.5
 * postgres:11
 * anh3h/eureka-server:latest

{code:java}
 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2c8b55e5837c cassandra:3.11 "docker-entrypoint.s…" 9 hours ago Up 9 hours (healthy) 7000-7001/tcp, 7199/tcp, 9160/tcp, 0.0.0.0:9042->9042/tcp cassandra
f6b4ea5625dd rmohr/activemq:5.14.5 "/bin/sh -c 'bin/act…" 9 hours ago Up 9 hours (healthy) 1883/tcp, 5672/tcp, 0.0.0.0:8161->8161/tcp, 61613-61614/tcp, 0.0.0.0:61616->61616/tcp activemq
43f25eb4f047 postgres:11 "docker-entrypoint.s…" 9 hours ago Up 9 hours 0.0.0.0:5432->5432/tcp postgres
24ff5ac06e79 anh3h/eureka-server:latest "java -jar eureka_se…" 9 hours ago Up 9 hours (healthy) 0.0.0.0:8761->8761/tcp eureka{code}

  

  was:
Tried to install [fineract-cn-docker-compose|https://github.com/apache/fineract-cn-docker-compose/] but 
"docker-compose up provisioner-ms" gives error like(bash start-up.sh also gives same error):


 
{code:java}
 cassandraSessionProvider' threw exception; nested exception is com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: cassandra:9042 (com.datastax.driver.core.exceptions.TransportException: [null] Cannot connect))
 provisioner-ms_1 | at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)   {code}
Cassandra is working on 9042 by docker, put 127.0.0.1 cassandra in /etc/hosts
.env file created normally, docker-compose config shows all keys with docker-compose.yml file.
 

Working images: * cassandra:3.11
 * rmohr/activemq:5.14.5
 * postgres:11
 * anh3h/eureka-server:latest

 
 


> fineract-cn-docker-compose>provisioner-ms doesn't start
> -------------------------------------------------------
>
>                 Key: FINERACT-1318
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1318
>             Project: Apache Fineract
>          Issue Type: Bug
>          Components: Build
>         Environment: os: centos 7
> docker: 20.10.3
> java: 1.8.0_282
>            Reporter: m
>            Priority: Critical
>
> Tried to install [fineract-cn-docker-compose|https://github.com/apache/fineract-cn-docker-compose/] but 
>  "docker-compose up provisioner-ms" gives error like(bash start-up.sh also gives same error):
>  
> {code:java}
>  cassandraSessionProvider' threw exception; nested exception is com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: cassandra:9042 (com.datastax.driver.core.exceptions.TransportException: [null] Cannot connect))
>  provisioner-ms_1 | at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)   {code}
> Cassandra is working on 9042 by docker, put 127.0.0.1 cassandra in /etc/hosts
>  .env file created normally, docker-compose config shows all keys with docker-compose.yml file.
>   
> Working images:
>  * cassandra:3.11
>  * rmohr/activemq:5.14.5
>  * postgres:11
>  * anh3h/eureka-server:latest
> {code:java}
>  CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
> 2c8b55e5837c cassandra:3.11 "docker-entrypoint.s…" 9 hours ago Up 9 hours (healthy) 7000-7001/tcp, 7199/tcp, 9160/tcp, 0.0.0.0:9042->9042/tcp cassandra
> f6b4ea5625dd rmohr/activemq:5.14.5 "/bin/sh -c 'bin/act…" 9 hours ago Up 9 hours (healthy) 1883/tcp, 5672/tcp, 0.0.0.0:8161->8161/tcp, 61613-61614/tcp, 0.0.0.0:61616->61616/tcp activemq
> 43f25eb4f047 postgres:11 "docker-entrypoint.s…" 9 hours ago Up 9 hours 0.0.0.0:5432->5432/tcp postgres
> 24ff5ac06e79 anh3h/eureka-server:latest "java -jar eureka_se…" 9 hours ago Up 9 hours (healthy) 0.0.0.0:8761->8761/tcp eureka{code}
>   



--
This message was sent by Atlassian Jira
(v8.3.4#803005)