Java.io.IOException: getNextMsg refill failed

0 respostas
N

Pessoal,
Alguém já enfrentou este problema? Eu abro uma conexão HTTPS:

conn = (HttpsConnection)Connector.open(url, Connector.READ_WRITE);

e envio dados normalmente, mas não consigo receber nada, qualquer linha destas abaixo gera o erro:

SecurityInfo info = conn.getSecurityInfo();

int rc = conn.getResponseCode();

InputStream is = conn.openInputStream();
java.io.IOException: getNextMsg refill failed

at com.sun.midp.ssl.Handshake.getNextMsg(+37)

at com.sun.midp.ssl.Handshake.rcvSrvrHello(+5)

at com.sun.midp.ssl.Handshake.doHandShake(+29)

at com.sun.midp.ssl.SSLStreamConnection.(+157)

at com.sun.midp.io.j2me.https.Protocol.connect(+214)
Criado 10 de junho de 2006
Respostas 0
Participantes 1