Hello,

I have just pulled the repository from

https://github.com/openMF/fineract-cn-containers

Then I execute the commands

1. Run bash migration_script.sh

2. Run bash start-up.sh

But then it gives error messages:

Generating RSA keys...
grep: logs/provisioner.log: No such file or directory
Error response from daemon: Container 
18d9260749f1dc309acda9f11533773040ed8ace0060097a6e6721280171ae8d is not running

Full log: https://pastebin.com/ixw4GihX


Looking at the docker logs of provisioner container I found this messages:

***************************,
APPLICATION FAILED TO START,
***************************,
,
Description:,
,
Binding to target 
org.apache.fineract.cn.provisioner.config.SystemProperties@4078695f failed:,
,
    Property: system.publicKey.timestamp,
    Value: null,
    Reason: may not be empty,
,
    Property: system.privateKey.exponent,
    Value: null,
    Reason: may not be null,
,
    Property: system.publicKey.modulus,
    Value: null,
    Reason: may not be null,
,
    Property: system.privateKey.modulus,
    Value: null,
    Reason: may not be null,
,
    Property: system.publicKey.exponent,
    Value: null,
    Reason: may not be null,
,
,
Action:,
,
Update your application's configuration,


Full log: https://pastebin.com/AgDmSfNE

Any clue?

Regards

Victor

Reply via email to