Hola buenas tardes estoy teniendo los siguientes problemas al crear la estructura de la base sui_wichi…
sudo -u pentaho ./kitchen.sh -file="usr/local/pentaho/etl/creacion_base_datos/principal_crear_siu_wichi.kjb" -param="base_clave=xxxxxx" -param="base_nombre=siu_wichi" -param="base_host=xxxxxx" -param="base_puerto=5432" -param="base_usuario=postgres"
14:31:21,559 INFO [KarafInstance]
*******************************************************************************
*** Karaf Instance Number: 1 at /usr/local/pentaho/data-integration/./syste ***
*** m/karaf/caches/default/data-1 ***
*** Karaf Port:8802 ***
*** OSGI Service Port:9051 ***
*******************************************************************************
14:31:21,560 INFO [KarafBoot] Checking to see if org.pentaho.clean.karaf.cache is enabled
ago 24, 2017 2:31:22 PM org.apache.karaf.main.Main$KarafLockCallback lockAquired
INFORMACIÓN: Lock acquired. Setting startlevel to 100
2017/08/24 14:31:22 - Kitchen - Comienzo de la ejecución.
2017/08/24 14:31:24 - cfgbuilder - Warning: The configuration parameter [org] is not supported by the default configuration builder for scheme: sftp
ago 24, 2017 2:31:26 PM org.pentaho.caching.impl.PentahoCacheManagerFactory$RegistrationHandler$1 onSuccess
INFORMACIÓN: New Caching Service registered
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/local/pentaho/data-integration/launcher/../lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/local/pentaho/data-integration/plugins/pentaho-big-data-plugin/lib/slf4j-log4j12-1.7.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Se detuvo el procesamiento debido a un error:
No se ha podido cargar el trabajo desde el archivo XML [usr/local/pentaho/etl/creacion_base_datos/principal_crear_siu_wichi.kjb]
Unable to read file [file:///usr/local/pentaho/data-integration/usr/local/pentaho/etl/creacion_base_datos/principal_crear_siu_wichi.kjb]
Could not read from "file:///usr/local/pentaho/data-integration/usr/local/pentaho/etl/creacion_base_datos/principal_crear_siu_wichi.kjb" because it is not a file.
ERROR: Kitchen no puede continuar debido a que el trabajo no pudo ser cargado.
También lo ejecuto de la siguiente manera y me da el mismo error,
sudo -u pentaho ./kitchen.sh \
> -file="usr/local/pentaho/etl/creacion_base_datos/principal_crear_siu_wichi.kjb" \
> -param="base_clave=xxxxxxx" \
> -param="base_nombre=siu_wichi" \
> -param="base_host=xxxxxx" \
> -param="base_puerto=5432" \
> -param="base_usuario=postgres"
14:35:11,224 INFO [KarafInstance]
*******************************************************************************
*** Karaf Instance Number: 1 at /usr/local/pentaho/data-integration/./syste ***
*** m/karaf/caches/default/data-1 ***
*** Karaf Port:8802 ***Hola buenas tardes estoy teniendo los siguientes problemas al crear la estructura de la base sui_wichi..
sudo -u pentaho ./kitchen.sh -file=“usr/local/pentaho/etl/creacion_base_datos/principal_crear_siu_wichi.kjb” -param=“base_clave=xxxxxx” -param=“base_nombre=siu_wichi” -param=“base_host=xxxxxx” -param=“base_puerto=5432” -param=“base_usuario=postgres”
14:31:21,559 INFO [KarafInstance]
*** Karaf Instance Number: 1 at /usr/local/pentaho/data-integration/./syste ***
*** m/karaf/caches/default/data-1 ***
*** Karaf Port:8802 ***
*** OSGI Service Port:9051 ***
14:31:21,560 INFO [KarafBoot] Checking to see if org.pentaho.clean.karaf.cache is enabled
ago 24, 2017 2:31:22 PM org.apache.karaf.main.Main$KarafLockCallback lockAquired
INFORMACIÓN: Lock acquired. Setting startlevel to 100
2017/08/24 14:31:22 - Kitchen - Comienzo de la ejecución.
2017/08/24 14:31:24 - cfgbuilder - Warning: The configuration parameter [org] is not supported by the default configuration builder for scheme: sftp
ago 24, 2017 2:31:26 PM org.pentaho.caching.impl.PentahoCacheManagerFactory$RegistrationHandler$1 onSuccess
INFORMACIÓN: New Caching Service registered
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/local/pentaho/data-integration/launcher/…/lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/local/pentaho/data-integration/plugins/pentaho-big-data-plugin/lib/slf4j-log4j12-1.7.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Se detuvo el procesamiento debido a un error:
No se ha podido cargar el trabajo desde el archivo XML [usr/local/pentaho/etl/creacion_base_datos/principal_crear_siu_wichi.kjb]
Unable to read file [file:///usr/local/pentaho/data-integration/usr/local/pentaho/etl/creacion_base_datos/principal_crear_siu_wichi.kjb]
Could not read from “file:///usr/local/pentaho/data-integration/usr/local/pentaho/etl/creacion_base_datos/principal_crear_siu_wichi.kjb” because it is not a file.
ERROR: Kitchen no puede continuar debido a que el trabajo no pudo ser cargado.
Vi en un post dicen lo mismo, que kitchen trata de levantar "principal_crear_siu_wichi.kjb" desde el directorio de data-integration/
pero yo tengo los etl/ al mismo nivel que data-integration/
Directorios, desde el directorio "pentaho" en adelante grupo y usuario con permisos a todos los directorios y archivos, pentaho:pentaho.
/usr/local/pentaho/bi-server/
|--------/data-integration/
|--------/etl/
Espero alguna ayuda.
Saludos