Install ETL in a Mac

Hi, 

I'm running OSX High Sierra, and downloaded the ETL Community edition.
The JETLXCmmty-20150908_1633-V6.0.1.Zip file expands to this (with no errors):

JETLXCmmty-solaris-gtk-x86
JETLXCmmty-win-x86_64.exe
JETLXCmmty-solaris-gtk.ini
.eclipseproduct
JETLXCmmty-solaris-gtk-sparc
JETLXCmmty-macosx-cocoa.app
JETLXCmmty-solaris-gtk-x86.ini
JETLXCmmty-linux-gtk-x86_64 p2
JETLXCmmty-macosx-cocoa.ini 
JETLXCmmty-linux-gtk-x86 features
JETLXCmmty-linux-gtk-x86_64.ini
workspace
JETLXCmmty-linux-gtk-ppc_64
plugins
JETLXCmmty-linux-gtk-x86.sh
.DS_Store
JETLXCmmty-linux-gtk-ppc
license.txt
JETLXCmmty-linux-gtk-x86.ini
about_files
JETLXCmmty-win32-x86.ini
JETLXCmmty-linux-gtk-ppc.ini
JETLXCmmty-win32-x86.exe
JETLXCmmty-win-x86_64.ini
configuration

When I try to run the JETLXCmmty-macosx-cocoa.app I get an error stating the .app file is damaged and cannot be opened. 

Since there are no other installation instructions I assume this is what I need to do. Am I wrong?

How can I install the ETL otherwise?

 

Thanks for your help

manene13's picture
Joined: May 22 2018 - 4:21pm
Last seen: 5 years 2 weeks ago

3 Answers:

Check this: 

https://community.jaspersoft.com/jaspersoft-etl/issues/7216

 Try creating a small bash script to start the app.

cd /
cd Applications/JETLXCmmty-20150908_1633-V6.0.1/JETLXCmmty-macosx-cocoa.app/Contents/MacOS
./JETLXCmmty-macosx-cocoa

vchiem's picture
36677
Joined: May 1 2017 - 5:33pm
Last seen: 16 hours 5 min ago

The suggestion of @vchiem managed to start the application but now it hangs in the license acceptance
 

This is what the terminal reports:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

SLF4J: Defaulting to no-operation (NOP) logger implementation

SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

manene13's picture
Joined: May 22 2018 - 4:21pm
Last seen: 5 years 2 weeks ago

Maybe related to missing or incorrectly named jar/s. Best to check the .log file for more information.

Something along these checklines for a similar problem :

https://www.talendforge.org/forum/viewtopic.php?pid=184231

 

vchiem's picture
36677
Joined: May 1 2017 - 5:33pm
Last seen: 16 hours 5 min ago
Feedback