You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Mexina M Daniel <me...@singo.co.tz> on 2016/07/20 09:40:06 UTC

MIFOSX - 16.06.01.RELEASE

Hello Devs

I have installed Mifos X 16.06.01 successfully but when i login it gives 
the error " Couldn't connect to server. Make sure you are using correct 
settings" and even when i try to acceess 
https://localhost:8443/fineract-provider i get http status 404 error.

In server.xml i have edited the driverClassName to 
"com.mysql.jdbc.Driver" and also placed 
"mysql-connector-java-5.1.39-bin.jar" in the lib folder.

Can anyone help me with this?

Thanks in advance.
Mexina


-- 
Mexina M Daniel
Lead Software Developer
Research & Development

Tel:+255 222 618 511 | Mob: +255 712 110 791

Singo Africa Limited
Block G,Mbezi Beach B| 7 Nakawale Road| P.O.Box 78908| 14121 Dar es Salaam

singo.co.tz

Lets grow together


Re: [Mifos-developer] MIFOSX - 16.06.01.RELEASE

Posted by Abu Sufian <yn...@gmail.com>.
Hello,

As you are following this

https://mifosforge.jira.com/wiki/display/docs/Mifos+X+Installation+on+Linux+-+Ubuntu+Server

Please see the additional info there

*Additional info:-*

   - Platform application should be available @ https://[public
   DNS]/fineract-provider/api/v1/offices?tenantIdentifier=default&pretty=true


You can access community app via  https://localhost:8443 but if you want
access via login then you need to  provide this: tenantIdentifier=default

Please try this URL and login via username and password and let me know
whether you can see some info or not:

https://localhost:8443/fineract-provider/api/v1/offices?tenantIdentifier=default



Thank you
Abu Sufian

Re: [Mifos-developer] MIFOSX - 16.06.01.RELEASE

Posted by Mexina M Daniel <me...@singo.co.tz>.
Hello Abu

Thank you

But i got this problem not during development, i installed 
Fineractplatform 16.06.01 by instructions from this link 
https://mifosforge.jira.com/wiki/display/docs/Mifos+X+Installation+on+Linux+-+Ubuntu+Server. 
I can access the community app https://localhost:8443 but fail to login 
the system.

On 07/20/2016 01:00 PM, Abu Sufian wrote:
>
>     Hello,
>
>
> I got this similar problem many times during development. There can be 
> several reasons.
>
> * Make sure your localhost server is running
> * While you will run Index.html from community you need to add 
> following things after index.html if your port is 8443
>
> ?baseApiUrl=https://localhost:8443/fineract-provider/api/v1?tenantIdentifier=default#/ 
>
>
> * You are unable to access https://localhost:8443/fineract-provider 
> <https://localhost:8443/fineract-provider>  this just because you are 
> not providing tenantidentifier which should like this-
>
> https://localhost:8443/fineract-provider/api/v1/offices?tenantIdentifier=default 
> and username-mifos , password-password
>
> Let me know.
>
> Thank you
> Abu Sufian
> Java Software Developer

-- 
Mexina M Daniel
Lead Software Developer
Research & Development

Tel:+255 222 618 511 | Mob: +255 712 110 791

Singo Africa Limited
Block G,Mbezi Beach B| 7 Nakawale Road| P.O.Box 78908| 14121 Dar es Salaam

singo.co.tz

Lets grow together


Re: [Mifos-developer] MIFOSX - 16.06.01.RELEASE

Posted by Abu Sufian <yn...@gmail.com>.
>
> Hello,
>

I got this similar problem many times during development. There can be 
several reasons.

* Make sure your localhost server is running 
* While you will run Index.html from community you need to add following 
things after index.html if your port is 8443

?baseApiUrl=https://localhost:8443/fineract-provider/api/v1?tenantIdentifier=default#/ 
 

* You are unable to access  https://localhost:8443/fineract-provider  this 
just because you are not providing tenantidentifier which should like this-

https://localhost:8443/fineract-provider/api/v1/offices?tenantIdentifier=default 
and username-mifos , password-password

Let me know.

Thank you
Abu Sufian
Java Software Developer

Re: MIFOSX - 16.06.01.RELEASE

Posted by Mexina M Daniel <me...@singo.co.tz>.
Hello Sander

I have already knew the problem, it was in the connection of database. I 
thought Fineract 16.06.01 Release has already started using mysql 
connector but it hasn't, so when i connected with drizzle the problem 
was solved.

Thank you for ready to help.

Regards

On 07/20/2016 12:44 PM, Sander van der Heyden wrote:
> Hi Mexina,
>
> What are your logs saying?
>
> Thanks,
> Sander
>
>
>
> Sander van der Heyden
>
> CTO Musoni Services
>
>
>
>
> Mobile (NL): +31 (0)6 14239505
> Skype: s.vdheyden
> Website: musonisystem.com
> Follow us on Twitter!  <https://twitter.com/musonimfi>
> Postal address: Hillegomstraat 12-14, office 0.09, 1058 LS, Amsterdam,
> The Netherlands
>
> On 20 July 2016 at 11:40, Mexina M Daniel <me...@singo.co.tz> wrote:
>
>> Hello Devs
>>
>> I have installed Mifos X 16.06.01 successfully but when i login it gives
>> the error " Couldn't connect to server. Make sure you are using correct
>> settings" and even when i try to acceess
>> https://localhost:8443/fineract-provider i get http status 404 error.
>>
>> In server.xml i have edited the driverClassName to "com.mysql.jdbc.Driver"
>> and also placed "mysql-connector-java-5.1.39-bin.jar" in the lib folder.
>>
>> Can anyone help me with this?
>>
>> Thanks in advance.
>> Mexina
>>
>>
>> --
>> Mexina M Daniel
>> Lead Software Developer
>> Research & Development
>>
>> Tel:+255 222 618 511 | Mob: +255 712 110 791
>>
>> Singo Africa Limited
>> Block G,Mbezi Beach B| 7 Nakawale Road| P.O.Box 78908| 14121 Dar es Salaam
>>
>> singo.co.tz
>>
>> Lets grow together
>>
>>

-- 
Mexina M Daniel
Lead Software Developer
Research & Development

Tel:+255 222 618 511 | Mob: +255 712 110 791

Singo Africa Limited
Block G,Mbezi Beach B| 7 Nakawale Road| P.O.Box 78908| 14121 Dar es Salaam

singo.co.tz

Lets grow together


Re: MIFOSX - 16.06.01.RELEASE

Posted by Sander van der Heyden <sa...@musonisystem.com>.
Hi Mexina,

What are your logs saying?

Thanks,
Sander



Sander van der Heyden

CTO Musoni Services




Mobile (NL): +31 (0)6 14239505
Skype: s.vdheyden
Website: musonisystem.com
Follow us on Twitter!  <https://twitter.com/musonimfi>
Postal address: Hillegomstraat 12-14, office 0.09, 1058 LS, Amsterdam,
The Netherlands

On 20 July 2016 at 11:40, Mexina M Daniel <me...@singo.co.tz> wrote:

> Hello Devs
>
> I have installed Mifos X 16.06.01 successfully but when i login it gives
> the error " Couldn't connect to server. Make sure you are using correct
> settings" and even when i try to acceess
> https://localhost:8443/fineract-provider i get http status 404 error.
>
> In server.xml i have edited the driverClassName to "com.mysql.jdbc.Driver"
> and also placed "mysql-connector-java-5.1.39-bin.jar" in the lib folder.
>
> Can anyone help me with this?
>
> Thanks in advance.
> Mexina
>
>
> --
> Mexina M Daniel
> Lead Software Developer
> Research & Development
>
> Tel:+255 222 618 511 | Mob: +255 712 110 791
>
> Singo Africa Limited
> Block G,Mbezi Beach B| 7 Nakawale Road| P.O.Box 78908| 14121 Dar es Salaam
>
> singo.co.tz
>
> Lets grow together
>
>