Hola!
Bueno… pues me he lanzado a la aventura y la verdad es que he tenido muchísimo más éxito del que esperaba.
Tan sólo cuando intento acceder a una de las webs publicadas, el log del tomcat me muestra esto:
[freemarker.runtime] Expression g is undefined on line 38, column 38 in es/test/menu/MenuShowContent.get.html.ftl.
Expression g is undefined on line 38, column 38 in es/test/menu/MenuShowContent.get.html.ftl.
The problematic instruction:
———-
==> if g == child.properties.title || child.properties.title=="GROUP_Anonimo" [on line 38, column 33 in es/test/menu/MenuShowContent.get.html.ftl]
La web se muestra bastante bien, pero faltan algunas partes donde aparecen errores referentes a esto:
"01270002 Wrapped Exception (with status template): 01270000 Error during processing of the template 'Expression g is undefined on line 38, column 38 in es/test/menu/MenuShowContent.get.html.ftl.'. Please contact your system administrator.
Exception: freemarker.core.InvalidReferenceException - Expression g is undefined on line 38, column 38 in es/test/menu/MenuShowContent.get.html.ftl."
He lanzado un javascript debugger y obtengo esto:
500 Description: An error inside the HTTP server which prevented it from fulfilling the request.
Message: 01270003 Wrapped Exception (with status template): Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
Exception: java.lang.InternalError - Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
Ahora mismo estoy en la versión:
Community v3.4.0 (e 3419) schema 4,113
¿Alguna idea de cómo podría solucionar estos problemas?
Tengo la instalación en Ubuntu 12.04 x86_64 con x.org instalado.
Gracias!
Un saludo.