There is a process already using the admin port 4848 -- it probably is another instance of a GlassFish server

Centos

Ejecutar:
1. Deshabilitar IPV6: sysctl net.ipv6.bindv6only
2. Asociar el hostname: vi /etc/hosts
127.0.0.1     [hostname]
<ip del servidor> <hostname>

3. service network restart
4. listo!

Si esto no funciona prueba con:

Abrimos una consola y ponemos como usuario root:


Evitamos que se cargue el servicio:

echo "install ipv6 /bin/true" > /etc/modprobe.d/ipv6_desactivar
Desactivamos ip6tables:

chkconfig ip6tables off
Reiniciamos el equipo. Para comprobar si está desactivado ejecutamos el comando:

lsmod | grep ipv6
En el caso de querer restaurar el comportamiento inicial del sistema eliminamos el archivo creado y reactivamos el servicio.

Fuente: http://www.g-loaded.eu/2008/05/12/how-to-disable-ipv6-in-fedora-and-centos/



Verificamos con el siguiente comando:


ping6 -c5 ::1


Fuente: http://www.dragonjar.org/configurando-ipv6-en-nuestro-equipo.xhtml



Comentarios

Entradas populares