New -> Visual Class fails under Mac OS X [message #71661] |
Fri, 12 November 2004 17:33  |
Eclipse User |
|
|
|
I've installed the requisite plugins (i.e. emf-sdo-runtime-2.0.1,
GEF-runtime-3.0.1, and VE-runtime-1.0.1.1) to a base 3.0.1 Eclipse
installation under Mac OS X. When I try to create a new visual class I get
an error message stating "Creation of element failed. See error log for
more details."
In the error log, I see two entries. The first says "Can not overide
existing source", but there is no stack trace.
The second entry is an "Internal Error" with a stack trace that I've
appended to the end of this post.
Through searching I've seen other people who have had this same problem.
I've tried some the suggestions (like deleting the "configuration"
folder), but have not had any luck. Any suggestions that will truly
resolve this problem would be much appreciated.
Best regards,
--
Allen Cronce
-------------------------
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:284)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 752)
at
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.perform Finish(NewElementWizard.java:115)
at
org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.performFinish(NewVisualClassCreationWizard.jav a:407)
at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:609)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:305)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:506)
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:1196)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1 053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2871)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668 )
at org.eclipse.jface.window.Window.open(Window.java:648)
at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:163)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:915)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:866)
at
org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContributionItem.java:785)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1 053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2871)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
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:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
Caused by: java.lang.NullPointerException
at
org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.applyContributor(NewVisualClassCreationWizard. java:282)
at
org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.finishPage(NewVisualClassCreationWizard.java:3 11)
at
org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(N ewElementWizard.java:108)
at
org.eclipse.jdt.internal.core.BatchOperation.executeOperatio n(BatchOperation.java:34)
at
org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaMod elOperation.java:700)
at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1673)
at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3246)
at
org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter .run(WorkbenchRunnableAdapter.java:65)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:101)
|
|
|
Re: New -> Visual Class fails under Mac OS X [message #71702 is a reply to message #71661] |
Fri, 12 November 2004 18:54  |
Eclipse User |
|
|
|
Originally posted by: myersj.nospam.gmail.com
Allen Cronce wrote:
> I've installed the requisite plugins (i.e. emf-sdo-runtime-2.0.1,
> GEF-runtime-3.0.1, and VE-runtime-1.0.1.1) to a base 3.0.1 Eclipse
> installation under Mac OS X. When I try to create a new visual class I
> get an error message stating "Creation of element failed. See error log
> for more details."
>
> In the error log, I see two entries. The first says "Can not overide
> existing source", but there is no stack trace.
>
> The second entry is an "Internal Error" with a stack trace that I've
> appended to the end of this post.
>
> Through searching I've seen other people who have had this same problem.
> I've tried some the suggestions (like deleting the "configuration"
> folder), but have not had any luck. Any suggestions that will truly
> resolve this problem would be much appreciated.
>
> Best regards,
> --
> Allen Cronce
Allen,
The VE is not officially supported on Mac OS X yet. However progress on
this has been made recently, and you may have more luck running the
latest stream build of VE (M20041109) on top of Eclipse 3.1 M3.
You can follow the effort to get VE fully supported on Mac OS X via the
following bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=47716
- Jeff
|
|
|
Re: New -> Visual Class fails under Mac OS X [message #603067 is a reply to message #71661] |
Fri, 12 November 2004 18:54  |
Eclipse User |
|
|
|
Allen Cronce wrote:
> I've installed the requisite plugins (i.e. emf-sdo-runtime-2.0.1,
> GEF-runtime-3.0.1, and VE-runtime-1.0.1.1) to a base 3.0.1 Eclipse
> installation under Mac OS X. When I try to create a new visual class I
> get an error message stating "Creation of element failed. See error log
> for more details."
>
> In the error log, I see two entries. The first says "Can not overide
> existing source", but there is no stack trace.
>
> The second entry is an "Internal Error" with a stack trace that I've
> appended to the end of this post.
>
> Through searching I've seen other people who have had this same problem.
> I've tried some the suggestions (like deleting the "configuration"
> folder), but have not had any luck. Any suggestions that will truly
> resolve this problem would be much appreciated.
>
> Best regards,
> --
> Allen Cronce
Allen,
The VE is not officially supported on Mac OS X yet. However progress on
this has been made recently, and you may have more luck running the
latest stream build of VE (M20041109) on top of Eclipse 3.1 M3.
You can follow the effort to get VE fully supported on Mac OS X via the
following bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=47716
- Jeff
|
|
|
Powered by
FUDForum. Page generated in 0.02911 seconds