07-20-2009 09:05 AM
Hello,
i am doing HTTP communication with server. When i try to do
httpsConn = (HttpsConnection)Connector.open(url);
it gives exception as
net.rim.device.cldc.io.dns.DNSException: Error trying to resolve
does anyone have any idea regarding this issue or the reason behand this exception
thanks in advcne
07-20-2009 09:16 AM
01-25-2011 05:30 AM
01-25-2011 07:18 AM
I think the problem is your simulator's Internet connection,
the simulator can't resolve the domain name to ip address.
may be you want to test the connection to IP address (for example: http://208.65.75.22 )?
01-26-2011 01:25 AM
There are working fine on simulator but not working on real device.