Estoy teniendo problemas para levantar el servidor de pentaho (pentaho-server-ce-9.4.0.0-343.zip). Al intentar abrir la página (http://localhost:8080/pentaho) me devuelve:
Estado HTTP 404 – No encontrado
Tipo Informe de estado
mensaje El recurso requerido [/pentaho] no se encuentra disponible
Descripción El recurso requerido no está disponible.
Apache Tomcat/9.0.65
En la carpeta "pentaho-server/tomcat/logs/" se generan los siguientes archivos (incluyo solo las primeras lineas donde aparecen errores):
- karaf.log
INFO: Installing and starting initial bundles
- pentaho.log
*******************************************************************************
*** Karaf Instance Number: 1 at </path/in/my/pc> ***
*** GranVolDat/pentaho-server/pentaho-solutions/system/karaf/caches/default/data-1***
*** Karaf Port:8802 ***
*** OSGI Service Port:9051 ***
*******************************************************************************
2024-04-10 11:15:30,048 ERROR [org.pentaho.platform.osgi.OSGIBoot] Error starting Karaf
java.lang.RuntimeException: Error installing bundle listed in startup.properties with url: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.2.15 and startlevel: 1
- localhost.2024-04-10.log
10-Apr-2024 11:15:31.981 SEVERE [main] org.apache.catalina.core.StandardContext.filterStart Excepción arrancando filtro [Spring Security Filter Chain Proxy]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'filterChainProxy' defined in file [</path/in/my/pc>/pentaho-server/pentaho-solutions/system/applicationContext-spring-security.xml]: ...
- catalina.2024-04-10.log
10-Apr-2024 11:15:30.018 INFO [main] org.apache.karaf.main.Main.launch Installing and starting initial bundles
10-Apr-2024 11:15:32.216 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
10-Apr-2024 11:15:32.216 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Falló en arranque del Contexto [/pentaho] debido a errores previos
- catalina.out
11:15:29,680 INFO [KarafInstance]
*******************************************************************************
*** Karaf Instance Number: 1 at </path/in/my/pc> ***
*** GranVolDat/pentaho-server/pentaho-solutions/system/karaf/caches/default/data-1***
*** Karaf Port:8802 ***
*** OSGI Service Port:9051 ***
*******************************************************************************
ERROR: Error parsing system bundle export statement:
- localhost_access_log.2024-04-10.txt
0:0:0:0:0:0:0:1 - - [10/Apr/2024:14:43:44 -0300] "GET /pentaho HTTP/1.1" 404 694
Cualquier ayuda es más que bienvenida.
Saludos!