Re: Java Money Library update does not build successfully when building Fineract CN

2018-04-14 Thread Awasum Yannick
Hello Everyone,

Its seems the Java Money issue has been fixed but unfortunately it requires
Java 9 for a build to be successful. For the moment we might have to stick
to the 0.9 version which uses Java 8 so we dont begin switching Java
versions.

Follow the thread here:
https://github.com/JavaMoney/javamoney-lib/issues/44#issuecomment-380906048


Thanks
Awasum

On Thu, Apr 12, 2018 at 7:37 PM, Awasum Yannick  wrote:

> Hey Myrle,
>
> For the short term, I have an older version (snapshot of Java Money) which
> builds successfully and solves the problem for now. For anyone who has
> problem building Java Money, clone this version: https://github.com/
> awasum/javamoney-lib
>
> Issues have been raised on the Java Money Github Repos, See:
> https://github.com/JavaMoney/javamoney-lib/issues/44 and
> https://github.com/JavaMoney/jsr354-ri/issues/186
>
> I have commented on the issues so as to keep track of the conversation. It
> seems they need to release to more Java Money dependencies to MavenCentral
> before the problem can be fixed.
>
>
> Thanks.
>
>
> On Thu, Apr 12, 2018 at 7:17 PM, Myrle Krantz  wrote:
>
>> Hey Awasum,
>>
>> I was not aware of the changes.  I can't work on a solution right now
>> because i"m in the middle of renaming all of the packages from
>> io.mifos to org.apache.fineract.cn, and it's a multi-repository
>> change.
>>
>> Maybe you'll already have a solution by the time I'm done.  If not, we
>> can have a think on it together.
>>
>> Best Regards,
>> Myrle
>>
>>
>> On Thu, Apr 12, 2018 at 6:15 PM, Awasum Yannick 
>> wrote:
>> > Hello Everyone,
>> >
>> > While building Fineract CN on a fresh machine, I realized that the Java
>> > Money Library is not building successfully and as a result of that
>> services
>> > which depends on Java Money are failing.
>> >
>> > It seems the Java Money library here
>> >  has been updated and the
>> > build process has changed or there is a breaking change. I had to
>> revert to
>> > cloning the old repo I had forked few months ago:
>> > https://github.com/awasum/javamoney-lib
>> >
>> > Please try to build the new Java Money code and let me know so I can
>> update
>> > the build script and also the Build guide on Confluence.
>> >
>> >
>> >
>> > Thanks.
>> > Awasum
>>
>
>


Re: F.CN installation

2018-04-14 Thread Awasum Yannick
Hi Det,

My name is Awasum Yannick not what you wrote above if that was me you were
referring to.


Thanks
Awasum

On Fri, Apr 13, 2018 at 2:48 PM, Det Prest  wrote:

> Hi
> Really hoping someone can help.
> I have followed the instructions in the wiki and hit a wall due to a
> maven/javamoney problem fortunately Awusum Kannick was nice enough to
> provide a link to an older 0.9 javamoney lib repo which enabled me to build
> each repo successfully with artifacts showing up in .m2.
>
> I ran *`java -Ddemoserver.provision=false -Ddemoserver.persistent=true
> -Dcustom.cassandra.contactPoints=127.0.0.1:9042 
> -Dcassandra.cluster.user=cassandra
> -Dcassandra.cluster.pwd=password -Dcustom.mariadb.host=localhost
> -Dcustom.mariadb.user=root -Dcustom.mariadb.password=mysql -jar
> demo-server-0.1.0-BUILD-SNAPSHOT.jar *
>
> and all microservices started without errors!! When i tried to run the web
> app with npm i and npm run dev I received a Node-Sass error at which point
> I decided to go to bed (4:30am) (Switched of PC) Woke up installed
> node-sass, built web app without errors and tried to login
>
>1.  Incorrect password. I assumed I needed run the demoserver again
>2. Ran the demoserver like above:
>
> There was 1 failure:
> 1) startDevServer(io.mifos.dev.ServiceRunner)
> io.mifos.provisioner.api.v1.client.DuplicateIdentifierException
>
> Prior I am also getting on all services.
> [DefaultMessageListenerContainer-1] ERROR
> o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection
> for destination 'accounting-v1' - retrying using
> FixedBackOff{interval=5000, currentAttempts=0, maxAttempts=unlimited}.
> Cause: Error while attempting to add new Connection to the pool; nested
> exception is javax.jms.JMSException: Could not connect to broker URL:
> tcp://localhost:61616. Reason: java.net.ConnectException: Connection
> refused (Connection refused)
>
> *This leads me to my questions. *
>
>1. *How do I resolve this error?*
>2. *Once installed what is the correct procedure for start up and shut
>down?Power outages are regular occurrence*
>
> Thanks for the help!
> *Det*
>


Query about FINERACT-440

2018-04-14 Thread Dingfan Zhao
Hello community,

I am a developer from Singapore and I am quite interested in the Mifos project 
(Specifically the Chatbot and adapter project) and I am looking into Fineract 
issue 440 
(https://issues.apache.org/jira/browse/FINERACT-440?jql=labels%20%3D%20Volunteer
 
).
 

However, I am still not quite clear about the overall structure of the Mifos, 
can someone give me some help like giving me some materials to read?

The second question is that I found that the issue is about modification of one 
table in database, can someone help me point out how to access the database of 
the Mifos? I already set up the basic configuration of MySQL.

Thanks in advance for any help!

This is my first time to send email to mailing list, if there is anything 
inappropriate of my behaviour, please tell me and I will correct it. 

Regards,
Dingfan