installed but can't create class [message #55501] |
Tue, 10 August 2004 05:37  |
Eclipse User |
|
|
|
Originally posted by: alapalaya.REMOVE.NOSPAM.hotmail.com
Hi everyone,
I've installed VE and it seems ok: I can start the new visual class
wizard, but it doesn't seem to work.
the problem is that if I try to create a Visual Class, when clicking on
"Finish" nothing happens....
moreover I also created a run-time workbench with all plugin enabled
if I lunch this run-time from the original eclipse window, the console
reports these errors when trying to create a visual class:
Referenced part does not exist yet: org.eclipse.ui.views.TaskList.
Referenced part does not exist yet: org.eclipse.ui.views.TaskList.
Unhandled event loop exception
Reason:
java.lang.AbstractMethodError
Unhandled event loop exception
Reason:
java.lang.AbstractMethodError
Unhandled event loop exception
[... many times ....]
What I missed?
I've got (among others) these features:
eclipse sdk 3.0.0
eclipse java DT 3.0.0
eclipse java DT SDK 3.0.0
gef 3.0.0
EMF 2.0.0
Java EMF 1.0.0
VE 1.0.0
any idea?
thnks in advance
cheers
|
|
|
|
|
|
|
Re: installed but can't create class [message #55775 is a reply to message #55615] |
Wed, 11 August 2004 04:51   |
Eclipse User |
|
|
|
Originally posted by: alapalaya.REMOVE.THIS.NOSPAM.hotmail.com
Rich Kulp wrote:
> One more thing, about the AbstractMethodError that you saw. The last
> time we saw that with a customer was because they were using a workspace
> that somehow had got slightly corruppted.
> If after following Jeff's recommendations you still see
> AbstractMethodError, try erasing the
> ..metadata.pluginsorg.eclipse.ve.java.coreJetObjects
> directory from your workspace.
Unluckly I still couldn't manage to have the VE running, I've tried to
reinstall only the feature suggested by Jeff, and removing the
configuration dir but still nothing happens when I click on "Finish"; but
the error shown in the console (when running through a Run-time workbench
configuration) now has changed:
Unhandled event loop exception
Reason:
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.getSche dulingRule()Lorg/eclipse/core/runtime/jobs/ISchedulingRule;
moreover, the dir
metadata/.plugins/org.eclipse.ve.java.coreJetObjects
is empty.
I'm running eclipse 3.0.0 build 200403261517 on a Windows 2K machine, the
JVM is a j2sdk1.4.2
I've a plain eclipse install + VSS plugin + eclipse colorer profile + the
features suggested by Jeff.
I've deleted the .log file and started eclipse, then I tried to create a
visual
class, this is the resulting .log file:
!SESSION Aug 11, 2004 10:50:45.88
----------------------------------------------
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.ui 4 4 Aug 11, 2004 10:50:45.88
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Aug 11, 2004 10:50:45.88
!MESSAGE
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.getSche dulingRule()Lorg/eclipse/core/runtime/jobs/ISchedulingRule;
!STACK 0
java.lang.AbstractMethodError:
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.getSche dulingRule()Lorg/eclipse/core/runtime/jobs/ISchedulingRule;
at
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.perform Finish(NewElementWizard.java:107)
at
org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.performFinish(NewVisualClassCreationWizard.jav a:359)
at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:606)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:319)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:413)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2578)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2256)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:670 )
at org.eclipse.jface.window.Window.open(Window.java:650)
at
org.eclipse.jdt.internal.ui.wizards.AbstractOpenWizardAction .run(AbstractOpenWizardAction.java:158)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:550)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:502)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:435)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2578)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2256)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1562)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:257)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:90)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:277)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:239)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:117)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
at org.eclipse.core.launcher.Main.run(Main.java:692)
at org.eclipse.core.launcher.Main.main(Main.java:676)
!ENTRY org.vssplugin 1 0 Aug 11, 2004 10:50:49.955
!MESSAGE Using jawin library
c:/eclipse/plugins/org.vssplugin_1.5.0//lib/jawin.dll
maybe this help....
Thanks for all your help
(and congratulation to all the people involved in the eclipse project).
cheers
|
|
|
|
Re: installed but can't create class [message #55879 is a reply to message #55852] |
Thu, 12 August 2004 06:38  |
Eclipse User |
|
|
|
Originally posted by: alapalaya.REMOVE.THIS.NOSPAM.hotmail.com
Rich Kulp wrote:
> What version of Eclipse SDK and VE are you using? Are you using Eclipse
> SDK final R3.0 version and the VE M2 version?
Rich,
you are right!!!
I was using a daily build of few months ago... and it didn't worked.
I've simply redownloaded everything and reinstalled everything and now the
VE is working in all its glory.....
thanks a lot to all the people who spent part of theri time to help me.
contratulation for this sweet piece of software, and for one of the most
effective newsgroup ever....
cheers...
|
|
|
Re: installed but can't create class [message #597138 is a reply to message #55501] |
Tue, 10 August 2004 07:29  |
Eclipse User |
|
|
|
alapalaya wrote:
> Hi everyone,
>
> I've installed VE and it seems ok: I can start the new visual class
> wizard, but it doesn't seem to work.
<snip>
> I've got (among others) these features:
>
> eclipse sdk 3.0.0
> eclipse java DT 3.0.0
> eclipse java DT SDK 3.0.0
> gef 3.0.0
> EMF 2.0.0
> Java EMF 1.0.0
> VE 1.0.0
If you have Eclipse SDK installed you do not need to install JDT or the
JDT SDK, it's included in the SDK. If you install VE you do not need to
install Java EMF 1.0.0.
Please try an installation of just the Eclipse SDK, GEF, EMF and VE and
see if it works. If not, please write back with information about which
platform and JRE you're using, and the contents of the .log file in the
..metadata directory in your workspace. You might also want to try
removing the configuration directory in your eclipse installation directory.
- Jeff
|
|
|
Re: installed but can't create class [message #597164 is a reply to message #55561] |
Tue, 10 August 2004 10:20  |
Eclipse User |
|
|
|
Originally posted by: richkulp.NO.SPAM.us.ibm.com
One more thing, about the AbstractMethodError that you saw. The last
time we saw that with a customer was because they were using a workspace
that somehow had got slightly corruppted.
If after following Jeff's recommendations you still see
AbstractMethodError, try erasing the
..metadata\.plugins\org.eclipse.ve.java.core\JetObjects
directory from your workspace.
--
Thanks, Rich Kulp
|
|
|
Re: installed but can't create class [message #597195 is a reply to message #55615] |
Wed, 11 August 2004 00:39  |
Eclipse User |
|
|
|
Yes, Rich!
That really helped me!...
Thanks again for that..
--
Thanks in Advance...
IchBin
_____________________________________________
'Black holes are where God divided by zero.'
-Steven Wright, comedian (1955- )
"Rich Kulp" <richkulp@NO.SPAM.us.ibm.com> wrote in message
news:cfalfh$5hp$2@eclipse.org...
> One more thing, about the AbstractMethodError that you saw. The last
> time we saw that with a customer was because they were using a workspace
> that somehow had got slightly corruppted.
>
> If after following Jeff's recommendations you still see
> AbstractMethodError, try erasing the
>
> .metadata\.plugins\org.eclipse.ve.java.core\JetObjects
>
> directory from your workspace.
>
>
> --
> Thanks, Rich Kulp
>
>
|
|
|
Re: installed but can't create class [message #597202 is a reply to message #55721] |
Wed, 11 August 2004 00:43  |
Eclipse User |
|
|
|
Come to think of it... that was the first step..
Once I pointed to a new workspace and imported my other projects, all was
corrected.
--
Thanks in Advance...
IchBin
_____________________________________________
'Black holes are where God divided by zero.'
-Steven Wright, comedian (1955- )
"Ichbin" <weconsultants@epix.net> wrote in message
news:cfc7pj$aai$1@eclipse.org...
> Yes, Rich!
> That really helped me!...
> Thanks again for that..
>
> --
> Thanks in Advance...
> IchBin
> _____________________________________________
>
> 'Black holes are where God divided by zero.'
> -Steven Wright, comedian (1955- )
> "Rich Kulp" <richkulp@NO.SPAM.us.ibm.com> wrote in message
> news:cfalfh$5hp$2@eclipse.org...
> > One more thing, about the AbstractMethodError that you saw. The last
> > time we saw that with a customer was because they were using a workspace
> > that somehow had got slightly corruppted.
> >
> > If after following Jeff's recommendations you still see
> > AbstractMethodError, try erasing the
> >
> > .metadata\.plugins\org.eclipse.ve.java.core\JetObjects
> >
> > directory from your workspace.
> >
> >
> > --
> > Thanks, Rich Kulp
> >
> >
>
>
|
|
|
Re: installed but can't create class [message #597210 is a reply to message #55615] |
Wed, 11 August 2004 04:51  |
Eclipse User |
|
|
|
Originally posted by: alapalaya.REMOVE.THIS.NOSPAM.hotmail.com
Rich Kulp wrote:
> One more thing, about the AbstractMethodError that you saw. The last
> time we saw that with a customer was because they were using a workspace
> that somehow had got slightly corruppted.
> If after following Jeff's recommendations you still see
> AbstractMethodError, try erasing the
> ..metadata.pluginsorg.eclipse.ve.java.coreJetObjects
> directory from your workspace.
Unluckly I still couldn't manage to have the VE running, I've tried to
reinstall only the feature suggested by Jeff, and removing the
configuration dir but still nothing happens when I click on "Finish"; but
the error shown in the console (when running through a Run-time workbench
configuration) now has changed:
Unhandled event loop exception
Reason:
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.getSche dulingRule()Lorg/eclipse/core/runtime/jobs/ISchedulingRule;
moreover, the dir
metadata/.plugins/org.eclipse.ve.java.coreJetObjects
is empty.
I'm running eclipse 3.0.0 build 200403261517 on a Windows 2K machine, the
JVM is a j2sdk1.4.2
I've a plain eclipse install + VSS plugin + eclipse colorer profile + the
features suggested by Jeff.
I've deleted the .log file and started eclipse, then I tried to create a
visual
class, this is the resulting .log file:
!SESSION Aug 11, 2004 10:50:45.88
----------------------------------------------
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.ui 4 4 Aug 11, 2004 10:50:45.88
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Aug 11, 2004 10:50:45.88
!MESSAGE
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.getSche dulingRule()Lorg/eclipse/core/runtime/jobs/ISchedulingRule;
!STACK 0
java.lang.AbstractMethodError:
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.getSche dulingRule()Lorg/eclipse/core/runtime/jobs/ISchedulingRule;
at
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.perform Finish(NewElementWizard.java:107)
at
org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.performFinish(NewVisualClassCreationWizard.jav a:359)
at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:606)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:319)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:413)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2578)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2256)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:670 )
at org.eclipse.jface.window.Window.open(Window.java:650)
at
org.eclipse.jdt.internal.ui.wizards.AbstractOpenWizardAction .run(AbstractOpenWizardAction.java:158)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:550)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:502)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:435)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2578)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2256)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1562)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:257)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:90)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:277)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:239)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:117)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
at org.eclipse.core.launcher.Main.run(Main.java:692)
at org.eclipse.core.launcher.Main.main(Main.java:676)
!ENTRY org.vssplugin 1 0 Aug 11, 2004 10:50:49.955
!MESSAGE Using jawin library
c:/eclipse/plugins/org.vssplugin_1.5.0//lib/jawin.dll
maybe this help....
Thanks for all your help
(and congratulation to all the people involved in the eclipse project).
cheers
|
|
|
|
Re: installed but can't create class [message #597247 is a reply to message #55852] |
Thu, 12 August 2004 06:38  |
Eclipse User |
|
|
|
Originally posted by: alapalaya.REMOVE.THIS.NOSPAM.hotmail.com
Rich Kulp wrote:
> What version of Eclipse SDK and VE are you using? Are you using Eclipse
> SDK final R3.0 version and the VE M2 version?
Rich,
you are right!!!
I was using a daily build of few months ago... and it didn't worked.
I've simply redownloaded everything and reinstalled everything and now the
VE is working in all its glory.....
thanks a lot to all the people who spent part of theri time to help me.
contratulation for this sweet piece of software, and for one of the most
effective newsgroup ever....
cheers...
|
|
|
Powered by
FUDForum. Page generated in 0.12818 seconds