[vmware] 503 Service Unavailable en Debian Lenny ( SOLUCIONADO )

Wednesday, May 12th, 2010 @ 12:47 am | Notas rápidas

Estoy testeando vmware server 2.2 y tras unos reinicios no podía acceder a la interface de administración que se accede por los puertos 8222 o 8333 y que está gestionada por varios procesos ‘vmware-hostd’

El error al acceder al host es :

503 Service Unavailable

Tras revisar los ficheros

/var/log/vmware/hostd.log y /var/log/vmware/webAccess/proxy.log sólo era identificable este mensaje relacionado con el acceso al panel


[2010-05-12 01:32:52.390 'Proxysvc Req00002' 3063167856 warning] Connection to server localhost:8308 failed with error Connection refused. Retrying...
[2010-05-12 01:32:52.391 'Proxysvc Req00002' 3063167856 warning] Connection to server localhost:8308 failed with error Connection refused. Retrying...
[2010-05-12 01:32:52.392 'Proxysvc Req00002' 3063167856 warning] Connection to server localhost:8308 failed with error Connection refused. Retrying...
[2010-05-12 01:32:52.393 'Proxysvc Req00002' 3063167856 warning] Connection to server localhost:8308 failed with error Connection refused. Retrying...
[2010-05-12 01:32:52.395 'Proxysvc Req00002' 3063167856 warning] Connection to server localhost:8308 failed with error Connection refused. Retrying...

Básicamente la ayuda encontrada se basaba en asegurarse que hostname estuviera bien configurado en /etc/hosts apuntando a 127.0.0.1 cosa que estaba correctamente, además de mi nombre de host.

La verdad que esto no es nada descriptivo, tan sólo una aplicación java accediendo aun puerto a mi maquina local y el puerto estaba abierto. La feliz idea, me vino a la mente unos dias que estuve sin JDownloader por un bug/mejora de debian que tocaba la configuracion de ipv6 y hacía que las aplicaciones java no fueran capaces de conectar. El bug se detalla aquí http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044

Básicamente consisten en editar el fichero /etc/sysctl.d/bindv6only.conf y dejar el valor

net.ipv6.bindv6only=1

Una vez cambiado refrescar los valores para el kernel

 invoke-rc.d procps restart
Setting kernel variables ...done.

Relanzar la consola de vmware por si acaso


/etc/init.d/vmware-mgmt restart
Stopping VMware management services:
VMware Virtual Infrastructure Web Access
VMware Server Host Agent done
Starting VMware management services:
VMware Server Host Agent (background) done
VMware Virtual Infrastructure Web Access

Y funcionado

 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 

 

Recently

  • Cómo instalar dropbox en Debian usando los sources , copia y pega
  • Infección en apps de Android
  • virt-manager: ERROR:root:unsupported locale setting
  • sopastrike.com – Vamos a la huelga
  • No me gusta wordpress
  • [Asterisk] Tareas de mantenimiento
  • screengrab queda muerto
  • rails + omniauth + omniauth-twitter
  • Ruby on Rails + Papercliip: cannot load such file — cocaine (LoadError)
  • `autodetect’: Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
  •