I am running j2me IM sample code. i am login into it using gmail user account, but it shows the following error.
i took sample code from :http://code.google.com/p/gtmobile/source/browse/
it shows error line:
connection = (SecureConnection)Connector.open("ssl://talk.google.com:5223");
Error:
Error occured whilst opening connection
java.io.IOException: Error occured whilst opening connection
at com.sun.midp.io.j2me.ssl.Protocol.openPrim(+374)
at com.sun.midp.io.InternalConnector.openPrim(+157)
at com.sun.midp.io.InternalConnector.open(+9)
at javax.microedition.io.Connector.open(+6)
at javax.microedition.io.Connector.open(+6)
at javax.microedition.io.Connector.open(+5)
at com.javaeedev.midp.gtalk.jabber.JabberService$ConnectingThread.run(JabberService.java:178)
connectionError: Error occured whilst opening connection
"Series 40 5th Edition SDK, Feature Pack 1 Lite" Connection Terminated
How to solve this problem
thanks,

Reply With Quote




