Hi,
I get the following error when trying to log to SugarCRM :
com.sun.star.addon.sugarcrm.exception.AuthenticationException: java.net.ConnectException: Connection refused: connect
at com.sun.star.addon.sugarcrm.soap.Sugar.authenticate(Sugar.java:153)
at com.sun.star.addon.sugarcrm.main.LoginDialog$LoginPanel.login(LoginDialog.java:466)
at com.sun.star.addon.sugarcrm.main.LoginDialog$LoginPanel.access$600(LoginDialog.java:185)
at com.sun.star.addon.sugarcrm.main.LoginDialog$LoginPanel$1.construct(LoginDialog.java:551)
at com.sun.star.addon.sugarcrm.util.SwingWorker$2.run(SwingWorker.java:35)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused: connect
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.sun.star.addon.sugarcrm.soap.model.SugarsoapBindingStub.test(SugarsoapBindingStub.java:2196)
at com.sun.star.addon.sugarcrm.soap.Sugar.authenticate(Sugar.java:126)
... 5 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:120)
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
... 16 more
Sugarcrm version 5.5
Openoffice 3.0.0
Thank you
Sorry i'm currently busy & can't investigate the problem you report..
I'll look at this error and respond to you shortly.
Please note this is an experimental version of the plugin..i'm planning to continue development when i get some free time
bheicher,
are you sure you have Sugarcrm installed on you apache server and your server is running?
can you login to sugarcrm web application from your browser ?
did you checked you are using the right username/password?