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

Ubun. 9.10 64bit (not same as Jan 12 post/xulrunn)


jscoobyced

Recommended Posts

Hi,

Is there any issue running JasperETL Community edition on Ubuntu 9.10 64bits?

Here is what happens:

  • unzip "JasperETL-All-r31371-V3.2.1.zip" file
  • chmod u+x on "JasperETL-linux-gtk-x86_64"
  • double-click "JasperETL-linux-gtk-x86_64"
  • Create local repository
  • Create a Project
  • Click "Open"
  • ... it shows the message window "Sync libraries" then closes
  • and an error popup comes telling me to look in the .log file for errors

Here is the pastbin for the errors:

pastebin.com/0EZDhief

There is a post (dated Jan 12, 2010) that talks about xulrunner to update. I have xulrunner 1.9.1.8 (including the -dev package) and still the same error.

Is there something I am missing?

Thanks,

JSC

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi,

 

Before starting TOS, insert the following line into the .ini file you are using (I guess it's JasperETL-linux-gtk-x86_64):

 
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9/

 

This should help

 

Regards,

Stas



Post Edited by stasp at 04/02/2010 10:55
Link to comment
Share on other sites

Thanks for taking the time to look at it.

I tried to place this line at the beginning and at the end (actually I have /usr/lib/xulrunner-1.9.1.8 so I used this path) of the configuration file but no success. I attach the error from the .log file

Code:
!ENTRY org.talend.libraries 4 0 2010-04-05 09:42:10.572!MESSAGE 2010-04-05 09:42:10,454 ERROR org.talend.designer.codegen.model.CodeGeneratorEmittersPoolFactory  - Error during JetEmitter initalizationException onComponent_part_headerJava!STACK 0org.eclipse.emf.codegen.jet.JETException: Exception onComponent_part_headerJava	at org.talend.designer.codegen.config.TalendJetEmitter$TalendEclipseHelper.initialize(Unknown Source)	at org.talend.designer.codegen.config.TalendJetEmitter.initialize(Unknown Source)	at org.talend.designer.codegen.config.TalendJetEmitter.initialize(Unknown Source)	at org.talend.designer.codegen.model.CodeGeneratorEmittersPoolFactory.initializeEmittersPool(Unknown Source)	at org.talend.designer.codegen.model.CodeGeneratorEmittersPoolFactory.access$7(Unknown Source)	at org.talend.designer.codegen.model.CodeGeneratorEmittersPoolFactory$JobRunnable.doRun(Unknown Source)	at org.talend.designer.codegen.model.CodeGeneratorEmittersPoolFactory$JobRunnable.run(Unknown Source)Caused by: org.eclipse.core.runtime.OperationCanceledException	at org.eclipse.core.internal.events.BuildManager.checkCanceled(BuildManager.java:374)	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:196)	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:218)	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:360)	at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:516)	at org.eclipse.core.internal.resources.Project.build(Project.java:94)	... 7 more!ENTRY org.eclipse.core.jobs 4 2 2010-04-05 09:42:10.973!MESSAGE An internal error occurred during: "Generation Engine Initialization in progress...".!STACK 0java.lang.NullPointerException	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:71)
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...