[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] Connection problems



Hi Eduardo,
looks like it would be a network configuration issue.

have you checked with telnet on the localhost on both ports ? Have you also tried the suggestions I gave you in my previous mail ?

Regards
Michele


Eduardo Catarino wrote:
Hi,



While developing my application it started to happen that when I tried to establish a connection with the xmlBlaster server the connection is refused. As an example the same is now happening also with the HelloWorld6 when I put this configuration



         address.setType("XMLRPC");    // force XmlRpc protocol

         address.setRawAddress("http://192.168.10.79:8081";);



or

         address.setType("XMLRPC");    // force XmlRpc protocol

         address.setRawAddress("http://localhost:8080";);

or

         address.setType("XMLRPC");    // force XmlRpc protocol

         address.setRawAddress("http://localhost:8081";);



the connection is refused



But if I put

         address.setType("XMLRPC");    // force XmlRpc protocol

         address.setRawAddress("http://192.168.10.79:8080";);



it works.



Just as a note 2 days ago I didn’t have any of these problems and the using the word localhost was working fine.



Can someone give me a hint how to solve the problem.



Best regards,

Eduardo