Guest Posted January 11, 2010 Share Posted January 11, 2010 Hello,I'm running Ubuntu 9.10 Desktop 64-bit.I downloaded and unzipped JasperETL-All-r31371-V3.2.1 and unzipped it to /opt.I change to the ETL directory and made JasperETL-linux-gtk-x86_64 executable (chmod a+x ...)I launced the program -- ./JasperETL-linux-gtk-x86_64I get the splash screen and a dialog box asking for a connection. I did that.Now I get the same dialog box telling me a project is needed.I select "Create a new local project" and click "Go!"Yet another dialog box for a new project appears.I fill in the project name, a short description, select Java for the generation language and click on "Finish". NOTHING HAPPENS! All I can do is click cancel to get out of that box and "x" out of the other box. WTF???? Did I miss something in the install??? Thanks,Mike Link to comment Share on other sites More sharing options...
stasp Posted January 12, 2010 Share Posted January 12, 2010 Hi Mike, This is most likely Ubuntu 9.10 64bit specific problem. Try to do the following: 1. Download the source code of xulrunner 1.9.0.15 from http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.0.15/source/ and install it into /usr/local/lib2. Open TalendOpenStudio-linux-gtk-x86.ini and add the last line as below: -vmargs -Xms40m -Xmx500m -XX:MaxPermSize=256m -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner[/code]3. In the installation directory, create a script to start up TOS, for example: start.sh #!/bin/sh export GDK_NATIVE_WINDOWS=1 /TOS installation directory/TalendOpenStudio-linux-gtk-x86_64[/code]4. Execute the script to launch TOS: ./start.sh[/code] Hope this helps. Regards,Stas Link to comment Share on other sites More sharing options...
woptsufp Posted April 26, 2010 Share Posted April 26, 2010 Just wanted to add that i had the same problems, although on Ubuntu i386 not 64, and this fix worked for me. Cheers. Link to comment Share on other sites More sharing options...
mrpellepelle Posted July 25, 2010 Share Posted July 25, 2010 Hello Note this wiki page from Talend: http://www.talendforge.org/wiki/doku.php?id=doc:installation_on_ubuntu I faced the problem xulrunner 1.9.0.15 is no longer available. So i searched for a diffrent release and found 1.9.0.11:http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.0.11/runtimes/xulrunner-1.9.0.11.en-US.linux-i686.tar.bz2Works. Daniel Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now