Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epf-dev] Using epf-composer-1.5.2-linux



On Tue, Oct 30, 2018 at 7:58 PM BRUCE MACISAAC1 <bmacisaac@xxxxxxxxxx> wrote:
Hi Ismael,

I have replaced the EPF 1.5.2 linux build with a newer one that should address your problem.

First all thanks for taking the time :)

Please try the latest build from http://www.eclipse.org/downloads/download.php?file=/technology/epf/composer/release/epf-composer-1.5.2-linux.zip

Let me know if you have more success.


Well, some advance, yes. But again I got stuck with the same problem related with the mozilla dependencies.

System configuration:
Fedora 28 (64 bits)
latest build of EPF 1.5.2 linux 
java-1.8.0-oracle-1.8.0.181 (32 bits)

Launching epf now works using:
eclipse/epf -vm  /usr/lib/jvm/java-1.8.0-oracle-1.8.0.181/jre/bin/java

But when editing process details I got an error «IUPA0023E: Cannot open the editor associated with the selected Method element.»

I got this error when editing the Scrum plugin like this:
Scrum -> Method Content -> Content Packages -> Scrum -> Roles -> product_owner

Attached are an screenshot and the console error message.

So I took a look to the MOZILLA_FIVE_HOME:
And then I runned out of ideas.

I wonder if could be possible to bundle within the application an static linked version of the old xulrunner EPF can use.

PS1: If useful: things like publishing a plugin seems to work fine.
PS2: just to add I fixed a minor error message installing adwaita-gtk2-theme.i686, but is not related with any other mayor problem, AFAIK
$ MOZILLA_FIVE_HOME=/usr/lib/xulrunner/ /home/olea/.local/tmp/eclipse/epf -vm  /usr/lib/jvm/java-1.8.0-oracle-1.8.0.181/jre/bin/java
Begin initializing publishing site: /home/olea/EPF/layout/166c9cd1c87/noconfig/
java.lang.NullPointerException
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3009)
	at org.eclipse.ui.internal.WorkbenchPage.access$22(WorkbenchPage.java:2915)
	at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2897)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2893)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2857)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2840)
	at org.eclipse.epf.authoring.ui.editors.EditorChooser.openEditor(EditorChooser.java:241)
	at org.eclipse.epf.authoring.ui.editors.EditorChooser.openEditor(EditorChooser.java:167)
	at org.eclipse.epf.authoring.ui.UIActionDispatcher$1.doubleClick(UIActionDispatcher.java:129)
	at org.eclipse.epf.authoring.ui.UIActionDispatcher.handleDoubleClickEvent(UIActionDispatcher.java:304)
	at org.eclipse.epf.authoring.ui.views.LibraryView$9.doubleClick(LibraryView.java:624)
	at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:845)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
	at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:843)
	at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1477)
	at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1246)
	at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:249)
	at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:246)
	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:307)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3579)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3203)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1054)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:943)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:88)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:596)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.epf.rcp.ui.MainApplication.createWorkbenchAdvisor(MainApplication.java:116)
	at org.eclipse.epf.rcp.ui.MainApplication.start(MainApplication.java:82)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

Attachment: IUPA0023E-error.png
Description: PNG image


Back to the top