Hello,
Thanks for the response. I followed your description above but after login
every post request gives the error message shown in the pastebin.com
<https:pastebin.com>  link below. The only
 post request that are successful are those sent to Identity microservice.
https://pastebin.com/PiqZU69m

Thanks

On Wed, Oct 23, 2019 at 11:59 AM Juhan Aasaru <[email protected]> wrote:

> Hi!
>
> Make sure you have the latest versions of micro services.
> This is important especially if you started to try out Fineract-CN more
> than few weeks ago since some of the bugs got fixed quite recently.
> To be sure you have the latest code:
>
> 1. find the .m2 directory under your user home and delete contents of:
> ~/.m2/repository/org/apache/fineract/cn
>
> 2. Then download the recent dependencies from Artifactory:
> cd fineract-cn-demo-server/scripts/dependencies_to_local_maven
> mvn package         (this brings all the fineract-cn-* dependencies from
> Artifactory to your local maven repo)
>
> After you have done that the next step is to make sure you start the apps
> in correct fashion. It should be something like this:
>
> java -jar -Ddemoserver.persistent=true -Ddemoserver.provision=true
> -Ddemoserver.lite=true -Dcustom.cassandra.contactPoints=localhost:9042
> -Dcassandra.cluster.user=cassandra -Dcassandra.cluster.pwd=password
> -Dcassandra.clusterName="datacenter1" -Dcustom.postgresql.host=localhost
> -Dcustom.postgresql.user=postgres -Dcustom.postgresql.password=postgres
> build/libs/demo-server-0.1.0-BUILD-SNAPSHOT.jar
>
> If this doesn't help then please send more info about what tables do get
> created (and use pastebin.com to send your logs).
>
> Kind regards
> Juhan
>
> Kontakt Achia Rolence (<[email protected]>) kirjutas kuupƤeval K,
> 23. oktoober 2019 kell 11:01:
>
>> Hello fellow devs,
>> I'm running Fineract CN in lite mode with just the bare services like
>> identity, rhythm, office and customer. The tables for customers and office
>> services are not being created. Any help is much appreciated.
>> Thanks
>>
>

Reply via email to