[TPTP AGR] Insert Verification Hook NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change [message #101333] |
Wed, 20 June 2007 11:22  |
Eclipse User |
|
|
|
Originally posted by: emontagne.odyssey-group.com
Hi,
I tried to insert a verification hook as described in
http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-3-0.html
and the following error occurs as soon I click on the Insert button:
java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change
The Status on the Control Center Dialog switch to "generating the source..."
not "select a target (a view, editor, or dialog)" as expected. I can end the
test using the Terminate button.
The full stack trace is at the end of the mail.
Here is my configuration:
Eclipse SDK
Version: 3.2.2
Build id: M20070212-1330
TPTP Core
Version: 4.3.1.v200701291655--GFEkmGwH-woGu8
Build id: TPTP-4.2.2-200701291553
TPTP Automated GUI Recording and Playback
Version: 4.1.100.v200612011515
Build id: TPTP-4.3.0-200612011515
I have added "org.eclipse.ltk.core.refactoring" in the Required Plug-ins
inside the dependencies of the project and the same error occurs.
Have I forgotten to make something?
--
Eric
The full stack trace is:
java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change
at
org.eclipse.tptp.test.auto.gui.internal.actions.AutoGUIRecor dAction.handleEvent(AutoGUIRecordAction.java:309)
at
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.notifyListeners(AutoGUITestControllerDialog. java:487)
at
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.widgetSelected(AutoGUITestControllerDialog.j ava:436)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1930)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:422)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
|
|
|
Re: [TPTP AGR] Insert Verification Hook NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Chang [message #101348 is a reply to message #101333] |
Wed, 20 June 2007 15:49   |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_000D_01C7B352.A0C147A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi Eric,
It looks like you are using a different build of TPTP than the AGR. =
Could you try to reproduce this using the latest stable driver from our =
external download site (plus the AGR from the same build)? You will need =
both an EMF SDK and an Eclipse SDK.=20
All necessary dependencies can be downloaded from:
http://www.eclipse.org/tptp/home/downloads
Sincerely,
Liz Dancy
"Eric Montagne" <emontagne@odyssey-group.com> wrote in message =
news:f5bgnv$p8b$1@build.eclipse.org...
> Hi,
>=20
> I tried to insert a verification hook as described in=20
> =
http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-3-=
0.html=20
> and the following error occurs as soon I click on the Insert button:
> java.lang.NoClassDefFoundError: =
org/eclipse/ltk/core/refactoring/Change
> The Status on the Control Center Dialog switch to "generating the =
source..."=20
> not "select a target (a view, editor, or dialog)" as expected. I can =
end the=20
> test using the Terminate button.
> The full stack trace is at the end of the mail.
>=20
> Here is my configuration:
> Eclipse SDK
> Version: 3.2.2
> Build id: M20070212-1330
>=20
> TPTP Core
> Version: 4.3.1.v200701291655--GFEkmGwH-woGu8
> Build id: TPTP-4.2.2-200701291553
>=20
> TPTP Automated GUI Recording and Playback
> Version: 4.1.100.v200612011515
> Build id: TPTP-4.3.0-200612011515
>=20
>=20
> I have added "org.eclipse.ltk.core.refactoring" in the Required =
Plug-ins=20
> inside the dependencies of the project and the same error occurs.
>=20
> Have I forgotten to make something?
> --=20
> Eric
>=20
>=20
> The full stack trace is:
> java.lang.NoClassDefFoundError: =
org/eclipse/ltk/core/refactoring/Change
> at=20
> =
org.eclipse.tptp.test.auto.gui.internal.actions.AutoGUIRecor dAction.handl=
eEvent(AutoGUIRecordAction.java:309)
> at=20
> =
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDial=
og.notifyListeners(AutoGUITestControllerDialog.java:487)
> at=20
> =
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDial=
og.widgetSelected(AutoGUITestControllerDialog.java:436)
> at =
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
> at =
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1930)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
> at=20
> =
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:42=
2)
> at =
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at =
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
> at=20
> =
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivat=
or.java:78)
> at=20
> =
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplicati=
on(EclipseAppLauncher.java:92)
> at=20
> =
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(Eclips=
eAppLauncher.java:68)
> at=20
> =
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:4=
00)
> at=20
> =
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:1=
77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at=20
> =
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java=
:39)
> at=20
> =
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorI=
mpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
>=20
>
------=_NextPart_000_000D_01C7B352.A0C147A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3059" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hi Eric,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>It looks like you are using a different =
build of=20
TPTP than the AGR. Could you try to reproduce this using the latest =
stable=20
driver from our external download site (plus the AGR from the same =
build)?=20
You will need both an EMF SDK and an Eclipse =
SDK. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>All necessary dependencies can be =
downloaded=20
from:</FONT></DIV>
<DIV><A href=3D"http://www.eclipse.org/tptp/home/downloads"><FONT =
face=3DArial=20
size=3D2>http://www.eclipse.org/tptp/home/downloads</FONT></A></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Sincerely,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Liz Dancy</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>"Eric Montagne" <</FONT><A=20
href=3D"mailto:emontagne@odyssey-group.com"><FONT face=3DArial=20
size=3D2>emontagne@odyssey-group.com</FONT></A><FONT face=3DArial =
size=3D2>> wrote=20
in message </FONT><A href=3D"news:f5bgnv$p8b$1@build.eclipse.org"><FONT =
face=3DArial=20
size=3D2>news:f5bgnv$p8b$1@build.eclipse.org</FONT></A><FONT =
face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>> Hi,<BR>> =
<BR>> I tried=20
to insert a verification hook as described in <BR>> </FONT><A=20
href=3D" http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-=
GUI-4-3-0.html"><FONT=20
face=3DArial=20
size=3D2> http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto=
-GUI-4-3-0.html</FONT></A><FONT=20
face=3DArial size=3D2> <BR>> and the following error occurs as soon I =
click on=20
the Insert button:<BR>> java.lang.NoClassDefFoundError:=20
org/eclipse/ltk/core/refactoring/Change<BR>> The Status on the =
Control Center=20
Dialog switch to "generating the source..." <BR>> not "select a =
target (a=20
view, editor, or dialog)" as expected. I can end the <BR>> test using =
the=20
Terminate button.<BR>> The full stack trace is at the end of the=20
mail.<BR>> <BR>> Here is my configuration:<BR>> Eclipse =
SDK<BR>>=20
Version: 3.2.2<BR>> Build id: M20070212-1330<BR>> <BR>> TPTP=20
Core<BR>> Version: 4.3.1.v200701291655--GFEkmGwH-woGu8<BR>> Build =
id:=20
TPTP-4.2.2-200701291553<BR>> <BR>> TPTP Automated GUI Recording =
and=20
Playback<BR>> Version: 4.1.100.v200612011515<BR>> Build id:=20
TPTP-4.3.0-200612011515<BR>> <BR>> <BR>> I have added=20
"org.eclipse.ltk.core.refactoring" in the Required Plug-ins <BR>> =
inside the=20
dependencies of the project and the same error occurs.<BR>> <BR>> =
Have I=20
forgotten to make something?<BR>> -- <BR>> Eric<BR>> <BR>> =
<BR>>=20
The full stack trace is:<BR>> java.lang.NoClassDefFoundError:=20
org/eclipse/ltk/core/refactoring/Change<BR>> at <BR>>=20
org.eclipse.tptp.test.auto.gui.internal.actions.AutoGUIRecor dAction.handl=
eEvent(AutoGUIRecordAction.java:309)<BR>> at=20
<BR>>=20
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDial=
og.notifyListeners(AutoGUITestControllerDialog.java:487)<BR >> at =
<BR>>=20
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDial=
og.widgetSelected(AutoGUITestControllerDialog.java:436)<BR>> at=20
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90) <=
BR>> at=20
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66) <BR>>&=
nbsp;at=20
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)<BR >> at=
=20
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348) <BR>&=
gt; at=20
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968) <BR>>=
; at=20
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1930) <BR>&g=
t; at=20
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) <BR>> =
;at=20
<BR>>=20
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:42=
2)<BR>> at=20
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149) <BR>&=
gt; at=20
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95) <BR=
>> at=20
<BR>>=20
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivat=
or.java:78)<BR>> at=20
<BR>>=20
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplicati=
on(EclipseAppLauncher.java:92)<BR>> at=20
<BR>>=20
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(Eclips=
eAppLauncher.java:68)<BR>> at=20
<BR>>=20
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:4=
00)<BR>> at=20
<BR>>=20
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:1=
77)<BR>> at=20
sun.reflect.NativeMethodAccessorImpl.invoke0(Native =
Method)<BR>> at=20
<BR>>=20
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java=
:39)<BR>> at=20
<BR>>=20
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorI=
mpl.java:25)<BR>> at=20
java.lang.reflect.Method.invoke(Method.java:585)<BR>> at=20
org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 ) <BR>>&nbs=
p;at=20
org.eclipse.core.launcher.Main.basicRun(Main.java:280)<BR>> at=20
org.eclipse.core.launcher.Main.run(Main.java:977)<BR>> at=20
org.eclipse.core.launcher.Main.main(Main.java:952)<BR>>=20
<BR>></FONT></BODY></HTML>
------=_NextPart_000_000D_01C7B352.A0C147A0--
|
|
|
Re: [TPTP AGR] Insert Verification Hook NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Chang [message #101392 is a reply to message #101348] |
Thu, 21 June 2007 08:08  |
Eclipse User |
|
|
|
Originally posted by: emontagne.odyssey-group.com
Hi Liz,
I've downloaded and reinstalled all (EMF SDK link is not valid, I've taken
it here
http://archive.eclipse.org/modeling/emf/emf/downloads/drops/ 2.2.2/R200702131851/).
The generation of the class is made and after entering the code in
verifyLogContents method, I've had to add some imports like explained in
http://dev.eclipse.org/newslists/news.eclipse.tptp/msg03392. html but not the
same:
import org.eclipse.hyades.models.cbe.CBECommonBaseEvent;
import org.eclipse.tptp.platform.log.views.internal.views.LogViewer ;
import org.eclipse.swt.widgets.TableItem;
And now all works fine, thanks.
My previous install was an eclipse with tptp and AGR installed and/or
updated from update sites (Technology Preview update site for AGR), so it
seems, it's not possible to update because we could have packages from
different build!
Regards,
--
Eric
"Liz Dancy" <lizdancy@ca.ibm.com> wrote in message
news:<f5c0g0$dms$1@build.eclipse.org>...
> Hi Eric,
>
> It looks like you are using a different build of TPTP than the AGR. Could
> you try to reproduce this using the latest stable driver from > our
> external download site (plus the AGR from the same build)? You will need
> both an EMF SDK and an Eclipse SDK.
>
> All necessary dependencies can be downloaded from:
> http://www.eclipse.org/tptp/home/downloads
>
> Sincerely,
>
> Liz Dancy
>
> "Eric Montagne" <emontagne@odyssey-group.com> wrote in message
> news:f5bgnv$p8b$1@build.eclipse.org...
> > Hi,
> >
> > I tried to insert a verification hook as described in
> > http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-3-0.html
> > and the following error occurs as soon I click on the Insert button:
> > java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change
> > The Status on the Control Center Dialog switch to "generating the
> > source..."
> > not "select a target (a view, editor, or dialog)" as expected. I can end
> > the
> > test using the Terminate button.
> > The full stack trace is at the end of the mail.
> >
> > Here is my configuration:
> > Eclipse SDK
> > Version: 3.2.2
> > Build id: M20070212-1330
> >
> > TPTP Core
> > Version: 4.3.1.v200701291655--GFEkmGwH-woGu8
> > Build id: TPTP-4.2.2-200701291553
> >
> > TPTP Automated GUI Recording and Playback
> > Version: 4.1.100.v200612011515
> > Build id: TPTP-4.3.0-200612011515
> >
> >
> > I have added "org.eclipse.ltk.core.refactoring" in the Required Plug-ins
> > inside the dependencies of the project and the same error occurs.
> >
> > Have I forgotten to make something?
> > --
> > Eric
> >
> >
> > The full stack trace is:
> > java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/Change
> > at
> > org.eclipse.tptp.test.auto.gui.internal.actions.AutoGUIRecor dAction.handleEvent(AutoGUIRecordAction.java:309)
> > at
> > org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.notifyListeners(AutoGUITestControllerDialog. java:487)
> > at
> > org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.widgetSelected(AutoGUITestControllerDialog.j ava:436)
> > at
> > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
> > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
> > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
> > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
> > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1930)
> > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
> > at
> > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:422)
> > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> > at
> > org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
> > at
> > org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
> > at
> > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
> > at
> > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
> > at
> > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
> > at
> > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> > at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> > at java.lang.reflect.Method.invoke(Method.java:585)
> > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
> > at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> > at org.eclipse.core.launcher.Main.run(Main.java:977)
> > at org.eclipse.core.launcher.Main.main(Main.java:952)
> >
> >
> ----------
>
|
|
|
Powered by
FUDForum. Page generated in 0.02941 seconds