Airton Gessner
Airton Gessner

Reputation: 215

Error installing Pentaho Data Integration (PDI, Kettle) on Mac OS Catalina

When I try to run PDI on Mac OS Catalina I get this error:

App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.

I have tried to update Info.plist and Info.plist~ as suggested here. I also took the application out of mac quarentine as suggested here and I'm allowing applications from anywhere to run (System Preferences > Security & Privacy)

I also tried different versions of PDI (8, 8.1, 8.2, 9) and no success.

Upvotes: 2

Views: 1593

Answers (1)

tom6669
tom6669

Reputation: 51

I had the same issue on macOs Big sur and for me the solution was to downgrade Java to jdk8u202 version.

What I've done:

  1. Uninstall java : https://www.java.com/en/download/help/mac_uninstall_java.html

  2. Install jdk-8u202-macosx-x64.dmg here : http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html#jre-8u160-oth-JPR

Upvotes: 5

Related Questions