-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.net.ConnectException: Connection refused: connect #37
Comments
hi, i have same error " java.net.ConnectException: Connection refused: connect " when download template. tank u |
Please check you have written correct credentials in dataimport.properties file. |
Thank u mr santoshmath. Mifos.endpoint=https://localhost:8443/mifosng-provider/api/v1/ Like this in my pc. |
In Mifos.endpoint, make it as fineract-provider in stead of mifosng-provider Also check file extension. Sometimes, it might be dataimport.properties.txt, where .txt file extension may be hidden. if it's true, remove .txt and keep it as plain "dataimport.properties" . And also ensure , you are using gradle 2.6. |
Ok... I will check it . |
Dear mr santoshmath, |
There is online documentation. https://mifosforge.jira.com/wiki/display/docs/User+Manual |
Send me contact request on Skype. santoshmath99. I will look into it by sharing the screen. or through TeamViwer |
I had this problem too and i edit directly in the file ApplicationContextListner.java the value my IP adress without port specifications. and comment as follow ; hope it will help |
Hello, I'm getting an error saying " java.net.ConnectException: Connection refused: connect " when i try to download template, any suggestion? |
Hello,
I'm getting an error saying " java.net.ConnectException: Connection refused: connect " when i try to download template, any suggestion?
The text was updated successfully, but these errors were encountered: