Open tschipunza opened 8 years ago
hi, i have same error " java.net.ConnectException: Connection refused: connect " when download template. how to solve it?
tank u
Please check you have written correct credentials in dataimport.properties file.
Thank u mr santoshmath. dataimport.properties file location : c:\users\administrtor\dataimport.properties
Mifos.endpoint=https://localhost:8443/mifosng-provider/api/v1/ Mifos.user.id=mifos Mifos.password=password Mifos.tenant.id=default
Like this in my pc. I Need your advice please. Thank
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 . Thank u mr santosh
Dear mr santoshmath, could you please send the complate pdf documentation. Mifos x 16 Many thank for u
There is online documentation. https://mifosforge.jira.com/wiki/display/docs/User+Manual
C:\gradle-2.6-all\gradle-2.6 - OK dataimport.property ok no hide no other extention
but when i select Download template to help facilitate Clients Import. Select Client Type : x Individual Corporate click download it still show messege "java.net.ConnectException: Connection refused: connect".
.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketI
mpl.java:79)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.ja
va:345)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocket
Impl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java
:188)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:649)
at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173
)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at sun.net.www.protocol.https.HttpsClient.
Building 85% > :tomcatRunWar
thank before..
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 ; private void readAndSetAsSysProp(String key, String defaultValue, Properties prop) { String value = prop.getProperty(key); //if(!StringUtils.isBlank(value)) { //System.setProperty(key, value); //} else { System.setProperty(key, defaultValue); //} }
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?