Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » installed but can't create class
installed but can't create class [message #55501] Tue, 10 August 2004 09:37 Go to next message
Eclipse UserFriend
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 #55561 is a reply to message #55501] Tue, 10 August 2004 11:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myersj.nospam.us.ibm.com

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 #55615 is a reply to message #55561] Tue, 10 August 2004 14:20 Go to previous messageGo to next message
Eclipse UserFriend
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 #55721 is a reply to message #55615] Wed, 11 August 2004 04:39 Go to previous messageGo to next message
William E. Taylor is currently offline William E. TaylorFriend
Messages: 51
Registered: July 2009
Member
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 #55747 is a reply to message #55721] Wed, 11 August 2004 04:43 Go to previous messageGo to next message
William E. Taylor is currently offline William E. TaylorFriend
Messages: 51
Registered: July 2009
Member
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 #55775 is a reply to message #55615] Wed, 11 August 2004 08:51 Go to previous messageGo to next message
Eclipse UserFriend
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 #55852 is a reply to message #55775] Wed, 11 August 2004 16:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

What version of Eclipse SDK and VE are you using? Are you using Eclipse
SDK final R3.0 version and the VE M2 version?


--
Thanks, Rich Kulp

Re: installed but can't create class [message #55879 is a reply to message #55852] Thu, 12 August 2004 10:38 Go to previous message
Eclipse UserFriend
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 11:29 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 396
Registered: July 2009
Senior Member
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 14:20 Go to previous message
Eclipse UserFriend
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 04:39 Go to previous message
William E. Taylor is currently offline William E. TaylorFriend
Messages: 51
Registered: July 2009
Member
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 04:43 Go to previous message
William E. Taylor is currently offline William E. TaylorFriend
Messages: 51
Registered: July 2009
Member
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 08:51 Go to previous message
Eclipse UserFriend
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 #597241 is a reply to message #55775] Wed, 11 August 2004 16:16 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

What version of Eclipse SDK and VE are you using? Are you using Eclipse
SDK final R3.0 version and the VE M2 version?


--
Thanks, Rich Kulp

Re: installed but can't create class [message #597247 is a reply to message #55852] Thu, 12 August 2004 10:38 Go to previous message
Eclipse UserFriend
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...
Previous Topic:Update VE over previous version?
Next Topic:Attaching source to swt.jar inside the SWT Container
Goto Forum:
  


Current Time: Sun Oct 20 16:30:18 GMT 2024

Powered by FUDForum. Page generated in 0.04882 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top