Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/11/2017, 17:18
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 15 años, 7 meses
Puntos: 188
Respuesta: Problema al convertir ip Socket

Mira el valor que está tomando isFinalPortSend[i] antes de hacer Integer.parseInt(isFinalPortSend[i])

Yo creo que el problema está en la siguiente linea

String isPortSend = server.substring(1, server.length() -1);

que debería ser

String isPortSend = port.substring(1, port.length() -1);

ains, el copypaste...
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}