Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] strange EMF error with JSDL wizard / editor

Hi all,

I am seeing a strange error when using the JSDL wizard / editor on Mac
OS X. I start the process to create a new Job Description, type in the
filename, click Next, enter the following details:

Application Name : Hostname
Executable: /bin/hostname
Arguments: -f

and click Finish. At this point, the editor opens up but I also see an
error dialog that says:

----------------------
An error has occurred when activating this view

Reason:
org.eclipse.emf.ecore.util.EObjectContainmentEList
----------------------

The Error Dialog shows a slightly different message for the same error:

----------------------
Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".
----------------------

I attach the stacktrace from the log to this email.

@Harald G. can you reproduce this?

Regards,

-- 
Ashish
------------------------------
****************
Ashish Thandavan
ACET Centre, School of Systems Engineering,
Philip Lyle Building (5th Floor),
P.O. Box 68,
University of Reading
Whiteknights Campus,
Reading RG6 6BX
****************
Tel: +44 (0) 118 378 7645
Fax: +44 (0) 118 378 5224
------------------------------

!ENTRY org.eclipse.ui.workbench 4 2 2007-09-28 09:30:13.615
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.ClassCastException: org.eclipse.emf.ecore.util.EObjectContainmentEList
        at eu.geclipse.jsdl.ui.adapters.posix.PosixApplicationTypeAdapter.checkDataStageMissMatch(Unknown Source)
        at eu.geclipse.jsdl.ui.adapters.posix.PosixApplicationTypeAdapter$2.focusLost(Unknown Source)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:136)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1500)
        at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2661)
        at org.eclipse.swt.widgets.Control.forceFocus(Control.java:980)
        at org.eclipse.swt.widgets.Control.setFocus(Control.java:3132)
        at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:913)
        at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:913)
        at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:913)
        at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:913)
        at org.eclipse.ui.forms.widgets.SharedScrolledComposite.setFocus(SharedScrolledComposite.java:125)
        at org.eclipse.ui.part.MultiPageEditorPart.setFocus(MultiPageEditorPart.java:777)
        at org.eclipse.ui.part.MultiPageEditorPart.setFocus(MultiPageEditorPart.java:722)
        at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:318)
        at org.eclipse.ui.internal.EditorPane.setFocus(EditorPane.java:127)
        at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:614)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
        at org.eclipse.core.runtime.Platform.run(Platform.java:857)
        at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:609)
        at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3380)
        at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:602)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2730)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633)
        at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2625)
        at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2577)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2572)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2556)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2547)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:644)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:603)
        at eu.geclipse.jsdl.ui.wizards.NewJobWizard.openFile(Unknown Source)
        at eu.geclipse.jsdl.ui.wizards.NewJobWizard.performFinish(Unknown Source)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2952)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
        at org.eclipse.jface.window.Window.open(Window.java:796)
        at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2952)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
        at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1169)

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top