Pentaho Data Integration repository does not appear in POI

0

Good evening.

I have a constant problem with the POI. Sometimes when I open spoon.bat it does not load the repository or even enable the option to connect to a repository. I have already researched in several forums and so far the past solutions have not worked for me. I already delete the .kettle folder from the user's profile (unsuccessfully) and have already set up repositories.xml for UTF-8 (also unsuccessful). Does anyone have another suggestion there?

I need to log in and log in 10 times to load the list of repositories.

    
asked by anonymous 06.11.2018 / 21:51

1 answer

0

For me the following solution worked. Close your POI, navigate to the following folder of your POI installation:

.. \ data-integration \ system \ karaf \ caches \ spoon \

There may be data-1, date-2 folders ... enter each of them and delete all content, Okay, delete the contents of the folder, not the entire folder . Run Spoon.bat

If there are any other possible attempts to solve this problem,

EDIT: Looking for other alternatives, some users reported possible incompatibility with the JDK version, and in this case, version 1.8 of JDK (Java) was to be used. Personally I use jdk1.8.0_131 and jre1.8.0_181 for PDI. If you do not use JAVA for any function other than PDI, it's worth a try. Reiterating that the first solution solved the problem for me, and I use these versions of java.

    
07.11.2018 / 14:35