0

I'm using pentaho BI (spoon) and I have a problem with it. At each action (open job/transformation or save for example) it show this window

https://i.stack.imgur.com/bqmZQ.jpg

now I can't open existing transformation. Does anyone know this issue?

JulianHarty
  • 3,178
  • 3
  • 32
  • 46
Motosega
  • 35
  • 2
  • 11

5 Answers5

1

I know this is an old post, but the problem is still current (version 8.2 CE), and I was unable to find any help (other than the workaround to delete the .lock files, but this only solves it for a few minutes, possibly even less).

I had exactly the same problem, it basically rendered Spoon useless. In my case, the culprit was the antivirus program. I noticed it only because I installed the AV after I used Spoon for some time. I just removed the AV (and installed another one) - no more problems.

0

It seems that your repository is having some issue in connecting.

Try checking the repo. connection and also check for the permission of accessing the repo.

Rishu Shrivastava
  • 3,745
  • 1
  • 20
  • 41
  • I don't know if this work, i solved the problem deleting all pentaho folder from my primary user folder. – Motosega Jun 13 '15 at 09:44
0

I faced a similar issue and was able to resolve it by deleting the lock file under

D:\Pentaho-ce\file-repository\ETL\.meta\metastore\.lock

(local-repository root)\.meta\metastore\.lock

Kettle - Spoon version 5.4.0.1-130

isaoh
  • 1
0

I was also facing a similar issue and was able to resolve it by deleting the lock.

Pentaho tool creates .pentaho directory in the home directory.

inside .pentaho delete .lock from

.pentaho/metastore/.lock

and also delete .lock file

/home/pdi-ce-9.1.0.0-324/data-integration

restart your pentaho tool.

hope above solution works for you.

Arshad Syed
  • 403
  • 4
  • 9
-1

I faced a similar issue and was able to resolve it by deleting the lock file under C:\Users\myuser.pentaho\metastore

K_P
  • 1
  • 1