Hello there! I was searching the web about this topic, but no luck! This is driving me crazy!
When I run PDI from a Linux server, I get the following error:
/opt/data-integration
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
Caused by: java.lang.RuntimeException: Central Log Store is not initialized!!!
at org.pentaho.di.core.logging.KettleLogStore.getInstance(KettleLogStore.java:185)
at org.pentaho.di.core.logging.KettleLogStore.getAppender(KettleLogStore.java:235)
at org.pentaho.di.core.logging.LogChannel.println(LogChannel.java:122)
at org.pentaho.di.core.logging.LogChannel.logError(LogChannel.java:166)
at org.pentaho.di.pan.CommandLineOption.parseArguments(CommandLineOption.java:410)
at org.pentaho.di.kitchen.Kitchen.main(Kitchen.java:197)
... 5 more
It's random, and really find no explanation! I read somewhere you add the line running to the central log, but I could not solve.
Please, if anyone knows the subject, I appreciate very much your help!
Thank you!
Sorry for my bad English.
When I run PDI from a Linux server, I get the following error:
/opt/data-integration
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
Caused by: java.lang.RuntimeException: Central Log Store is not initialized!!!
at org.pentaho.di.core.logging.KettleLogStore.getInstance(KettleLogStore.java:185)
at org.pentaho.di.core.logging.KettleLogStore.getAppender(KettleLogStore.java:235)
at org.pentaho.di.core.logging.LogChannel.println(LogChannel.java:122)
at org.pentaho.di.core.logging.LogChannel.logError(LogChannel.java:166)
at org.pentaho.di.pan.CommandLineOption.parseArguments(CommandLineOption.java:410)
at org.pentaho.di.kitchen.Kitchen.main(Kitchen.java:197)
... 5 more
It's random, and really find no explanation! I read somewhere you add the line running to the central log, but I could not solve.
Please, if anyone knows the subject, I appreciate very much your help!
Thank you!
Sorry for my bad English.