Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [stp-dev] [Policy] Exceptions when clicking on policy picture

Hi Oisin,

I cannot reproduce this problem. It works on my environment.

Configuration:
Eclipse: Version: 3.5.0, Build id: I20081030-1917 (eclipse-SDK-3.5M3-win32.zip)
WTP: wtp-S-3.1M3-20081107233958.zip + dependencies
STP: stp.archivedsite-2.0.0.M3.zip (committer build from 16.11)

Do you use jdk 5 or 6?

IllegalAccessError can be theoretically caused by compilation dependencies (difference in jar by compilation and by runtime).
Could be that last build solved this problem?

Regards,
Andrei.

-----Original Message-----
From: stp-dev-bounces@xxxxxxxxxxx [mailto:stp-dev-bounces@xxxxxxxxxxx] On Behalf Of Oisin Hurley
Sent: Freitag, 14. November 2008 17:18
To: STP Dev list
Subject: [stp-dev] [Policy] Exceptions when clicking on policy picture

New > Other > WS-Policy

Click on any of the compartments in the resulting diagram  and exception ensues (see below).

This looks like it could be a 3.4/3.5 issue perhaps?  Can you investigate further to confirm? We probably don't want to release with this (note I am using 3.5M3), what you think?

 --oh


java.lang.IllegalAccessError: tried to access method org.eclipse.ui.part.MultiPageEditorPart.getActivePage()I from class org.eclipse.stp.policy.wtp.editor.PolicyMultiPageEditor$SourceEditorSelectionListener
        at org.eclipse.stp.policy.wtp.editor.PolicyMultiPageEditor$SourceEditorSelectionListener.selectionChanged(PolicyMultiPageEditor.java:168)
        at org.eclipse.wst.sse.ui.StructuredTextEditor$5.run(StructuredTextEditor.java:855)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
        at org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider.fireSelectionChanged(StructuredTextEditor.java:853)
        at org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider.handlePostSelectionChanged(StructuredTextEditor.java:911)
        at org.eclipse.wst.sse.ui.StructuredTextEditor$4.selectionChanged(StructuredTextEditor.java:834)
        at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2579)
        at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2527)
        at org.eclipse.jface.text.TextViewer$5.run(TextViewer.java:2506)
        at org.eclipse.swt.widgets.Display.runTimers(Display.java:3568)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3045)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
        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:370)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        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:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
_______________________________________________
stp-dev mailing list
stp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/stp-dev


Back to the top