Error Mysql: Table ‘./xxxx/xxxxxx’ is marked as crashed and should be repaired Si nos da este error en Mysql se puede solucionar ejecutando el siguiente comando: mysqlcheck –repair –all-databases Comparte este post si te ha resultado...
Si sale este error: Last_Error: Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master’s binary log is corrupted (you can check this by running ‘mysqlbinlog’ on the binary log), the slave’s relay log...
-GitLab CI Runner artifacts size error: “too large archive”: Hay que cambiar el tamaño configurado del tamaño máximo del artefcato del build. Esto esta en /admin/application_settings En los Settings / Continuous Integrations Esta puesto por defecto a 100MB. Subirlo y...
-Vagrant – The UID used to create the VM was … Si por algún motivo se ha modificado el UID de un usuario de tu maquina con el que se ha credo un maquina con Vagrant, puede aparecer el siguiente error al intentar levantarla: The VirtualBox VM was created...
Introduccion Tenemos un proyecto EAR con una serie de modulos entre los cuales tenemos una Aplicacion Web y un Api con servicios REST y WSDL. El entorno hasta ahora estaba montado con Wildfly 10. En este post comentamos unos detalles de como hemos realizado la...