Buenas tardes. Mi nombre es Raúl y estoy teniendo problemas a la hora de compilar guacamole 0.9.14.
Siguiendo el manual de instalación de guacamole en la parte de guacamole-client, tenemos que ejecutar el comando mvn package para la compilación de guacamole. Antes de poner este comando lo que hago es lo siguiente: 1) Instalar java con el comando: apt install default-jdk 2) actualizar java con el comando: update -alternatives --config java. Con este comando obtengo la siguiente información: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 3) Con la informacion del paso anterior me voy a la ruta con el comando: nano /etc/environment y creo la variable de entorno JAVA_HOME con este contenido: JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java" 4) luego pongo el comando: source /etc/environment 5) Instalo maven con el comando apt install maven 6) Pongo el comando mvn package y me sale este error: [INFO] Reactor Summary: [INFO] [INFO] guacamole-common ................................... SUCCESS [ 17.173 s] [INFO] guacamole-ext ...................................... SUCCESS [ 11.381 s] [INFO] guacamole-common-js ................................ SUCCESS [ 2.612 s] [INFO] guacamole .......................................... SUCCESS [ 23.915 s] [INFO] guacamole-auth-cas ................................. SUCCESS [ 3.911 s] [INFO] guacamole-auth-duo ................................. SUCCESS [ 3.009 s] [INFO] guacamole-auth-header .............................. SUCCESS [ 0.979 s] [INFO] guacamole-auth-jdbc ................................ SUCCESS [ 0.432 s] [INFO] guacamole-auth-jdbc-base ........................... SUCCESS [ 5.569 s] [INFO] guacamole-auth-jdbc-mysql .......................... SUCCESS [ 6.078 s] [INFO] guacamole-auth-jdbc-postgresql ..................... SUCCESS [ 5.866 s] [INFO] guacamole-auth-jdbc-sqlserver ...................... SUCCESS [ 4.664 s] [INFO] guacamole-auth-jdbc-dist ........................... SUCCESS [ 1.784 s] [INFO] guacamole-auth-ldap ................................ SUCCESS [ 1.048 s] [INFO] guacamole-auth-noauth .............................. SUCCESS [ 0.240 s] [INFO] guacamole-auth-openid .............................. SUCCESS [ 2.953 s] [INFO] guacamole-example .................................. SUCCESS [ 0.590 s] [INFO] guacamole-playback-example ......................... SUCCESS [ 0.938 s] [INFO] guacamole-client ................................... FAILURE [ 4.701 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:38 min [INFO] Finished at: 2018-03-25T16:26:25+02:00 [INFO] Final Memory: 37M/249M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check (validate) on project guacamole-client: Too many files with unapproved license: 113 See RAT report in: /home/administrador/guacamole-client-0.9.14/target/rat.txt -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :guacamole-client Necesito ayuda porque no se que probar... Muchas gracias. Saludos. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
