Jump to content
We've recently updated our Privacy Statement, available here ×

Cannot create new project after install


Guest

Recommended Posts

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_64

I 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

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

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/lib

2. 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

  • 3 months later...
  • 2 months later...

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.bz2

Works.

 

Daniel

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...