| Home » Archived » Visual Editor (VE) » Need ve  Help
 Goto Forum:| 
| Need ve  Help [message #53727] | Mon, 02 August 2004 18:00  |  | 
| Eclipse User  |  |  |  |  | Need Help 
 I had errors trying to create a swing JDesktop so I figured I would test all
 of the visual classes.
 
 I am running the following on XP sp1:
 Eclpse 3.0.0
 ve 1.0M2
 emf 2.0.0
 gef 3.0.0
 When I try to create a new visual class some are created others do not. Some
 give me an error but still are created.
 
 
 SWING Visual Classes
 -------------------------------
 JFrame -  ok
 JApplet - ok
 JInternalFrame - ok
 JDialog - ok
 JWindow - ok
 
 JPanel - error "Creation of element failed"  / see log ~ See no errors
 JScrollPanel - error "Creation of element failed"  / see log ~ See no errors
 JSplitPanel - error "Creation of element failed"  / see log ~ See no errors
 JTabbedPanel - error "Creation of element failed"  / see log ~ See no errors
 JDesktopPane - error "Creation of element failed" /
 org.eclipse.ve.internal.java.cogen.jjet.wizards.contributors .componentset
 
 
 SWING Visual Classes
 -------------------------------
 swtApplication - Creates object but on open has errors on SWT API
 refferences:
 org.eclipse.swt.widgets.Display
 org.eclipse.swt.widgets.Shell
 org.eclipse.swt.graphics.Point
 
 AWT Visual Classes
 -------------------------------
 Window - ok
 
 ScrollPane - error "Creation of element failed" / see log ~ See no errors
 Panel - error "Creation of element failed"  / see log ~ See no errors
 Applet - error "Creation of element failed" / see log ~ See no errors
 Dialog  - error "Creation of element failed" / see log ~ See no errors
 Frame - error "Creation of element failed" /
 org.eclipse.ve.internal.java.cogen.jjet.wizards.contributors .componentset
 
 
 Thanks in Advance...
 IchBin
 _____________________________________________
 
 'Black holes are where God divided by zero.'
 -Steven Wright, comedian (1955- )
 |  |  |  |  |  |  |  |  |  |  |  |  |  |  | 
| Re: Need ve  Help [message #54344 is a reply to message #54282] | Wed, 04 August 2004 00:21   |  | 
| Eclipse User  |  |  |  |  | I created another Eclipse directory and load the following, in that order: 
 ECLIPSE_PLATFORM_SDK_3.0_WIN32
 
 EMF_SDO_RUNTIME_2.0.0
 
 GEF_RUNTIME_3.0
 GEF_SDK_3.0
 GEF_EXAMPLES_3.0
 
 VE_RUNTIME_1.0M2
 VE_SDK_1.0M2
 VE_EXAMPLES_1.0M2
 
 Started Eclipse -clear for each package above and enabled it, as I installed
 it. All installed nd enabled with no problem
 
 I basically ran the same test with the same results.  This time I have one
 exception and who caused it. That is, when I set the name for a new visual
 class and tried to save it. Did not matter if running on 1.5 or 1.4 JDK.
 
 Internal Error, STACK 0, java.lang.reflect.InvocationTargetException
 
 Caused by: java.lang.AbstractMethodError:
 org.eclipse.ve.internal.java.codegen.jjet.wizards.contributo rs.ComponentSetS
 izeGenerator.generateSource
 (Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;)Lja va/lang/String;
 
 Root exception:
 java.lang.AbstractMethodError:
 org.eclipse.ve.internal.java.codegen.jjet.wizards.contributo rs.ComponentSetS
 izeGenerator.generateSource(Ljava/lang/String;Ljava/lang/Str ing;Ljava/util/H
 ashMap;)Ljava/lang/String;
 
 
 Below is the log file:
 --------------------------------
 
 !SESSION Aug 03, 2004
 23:32:34.534 ---------------------------------------------
 eclipse.buildId=I200406251208
 java.version=1.5.0-beta2
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
 Command-line arguments: -clear
 
 !ENTRY org.eclipse.core.resources 2 1 Aug 03, 2004 23:32:34.544
 !MESSAGE Skipping builder
 com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder for project
 rwhois-client-1.6.1. Either the builder is missing from the install, or it
 belongs to a project nature that is missing or disabled.
 
 !ENTRY org.eclipse.core.resources 2 1 Aug 03, 2004 23:32:34.734
 !MESSAGE Skipping builder org.eclipse.cdt.make.core.makeBuilder for project
 rwhois-client-1.6.1. Either the builder is missing from the install, or it
 belongs to a project nature that is missing or disabled.
 
 !ENTRY org.eclipse.core.resources 2 1 Aug 03, 2004 23:32:34.734
 !MESSAGE Skipping builder org.eclipse.cdt.make.core.ScannerConfigBuilder for
 project rwhois-client-1.6.1. Either the builder is missing from the install,
 or it belongs to a project nature that is missing or disabled.
 
 !ENTRY org.eclipse.jdt.ui 4 10001 Aug 03, 2004 23:34:34.636
 !MESSAGE Internal Error
 !STACK 0
 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(NewElemen
 tWizard.java:115)
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.pe
 rformFinish(NewVisualClassCreationWizard.java:359)
 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:796)
 at  org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
 at  org.eclipse.jface.window.Window.runEventLoop(Window.java:668 )
 at org.eclipse.jface.window.Window.open(Window.java:648)
 at
 org.eclipse.ui.internal.ide.NewWizardShortcutAction.run(NewW izardShortcutAct
 ion.java:96)
 at  org.eclipse.jface.action.Action.runWithEvent(Action.java:881 )
 at
 org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
 ContributionItem.java:915)
 at
 org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionI
 tem.java:866)
 at
 org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContribu
 tionItem.java:785)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at  org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 Caused by: java.lang.AbstractMethodError:
 org.eclipse.ve.internal.java.codegen.jjet.wizards.contributo rs.ComponentSetS
 izeGenerator.generateSource(Ljava/lang/String;Ljava/lang/Str ing;Ljava/util/H
 ashMap;)Ljava/lang/String;
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.ap
 plyContributor(NewVisualClassCreationWizard.java:280)
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.fi
 nishPage(NewVisualClassCreationWizard.java:304)
 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(WorkbenchRu
 nnableAdapter.java:65)
 at
 org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
 ..java:101)
 Root exception:
 java.lang.AbstractMethodError:
 org.eclipse.ve.internal.java.codegen.jjet.wizards.contributo rs.ComponentSetS
 izeGenerator.generateSource(Ljava/lang/String;Ljava/lang/Str ing;Ljava/util/H
 ashMap;)Ljava/lang/String;
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.ap
 plyContributor(NewVisualClassCreationWizard.java:280)
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.fi
 nishPage(NewVisualClassCreationWizard.java:304)
 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(WorkbenchRu
 nnableAdapter.java:65)
 at
 org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
 ..java:101)
 
 
 Thanks in Advance...
 IchBin
 _____________________________________________
 
 'Black holes are where God divided by zero.'
 -Steven Wright, comedian (1955- )
 |  |  |  |  |  |  | 
| Re: Need ve  Help [message #54649 is a reply to message #54623] | Wed, 04 August 2004 19:15   |  | 
| Eclipse User  |  |  |  |  | Well at least that took the problem out of the ui modules.. It let me create, add compomonents, save and reload. Different errors on loading new
 saved class that was created (nJDialogPanel). Questions on how Eclipse
 refreashes the user workspaces when new Eclipse modules are
 download/installed.
 
 
 An internal error occurred during: "Create Remote VM for Visual Editor for
 Java".
 java.lang.NullPointerException
 org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipan
 t.sourceContainersChanged(JavaSourceLookupParticipant.java:1 46)
 org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.addParticip
 ants(AbstractSourceLookupDirector.java:642)
 org.eclipse.jdt.internal.launching.JavaSourceLookupDirector. initializePartic
 ipants(JavaSourceLookupDirector.java:43)
 org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.initializeD
 efaults(AbstractSourceLookupDirector.java:518)
 org.eclipse.debug.internal.core.LaunchConfiguration.initiali zeSourceLocator(
 LaunchConfiguration.java:169)
 org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
 on.java:568)
 org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
 on.java:150)
 org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(P
 roxyLaunchSupport.java:480)
 org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(P
 roxyLaunchSupport.java:291)
 org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(P
 roxyLaunchSupport.java:223)
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$C
 reateRegistry.run(JavaVisualEditorPart.java:1330)
 org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
 
 
 
 Here's the Log Fle (unfortunetliy cleared the above log when createatng buy
 below is when loading new class)
 
 !ENTRY org.eclipse.core.runtime 4 2 Aug 04, 2004 18:44:37.699
 !MESSAGE Problems occurred when invoking code from plug-in:
 "org.eclipse.core.runtime".
 !STACK 0
 java.lang.NullPointerException
 at
 org.eclipse.gef.ui.parts.TreeViewer$EventDispatcher.focusGai ned(TreeViewer.j
 ava:76)
 at
 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:104)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1756)
 at  org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:413 9)
 at org.eclipse.swt.widgets.Tree.WM_SETFOCUS(Tree.java:1935)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3032 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
 at  org.eclipse.swt.widgets.Control.forceFocus(Control.java:607)
 at org.eclipse.swt.widgets.Control.setFocus(Control.java:2054)
 at  org.eclipse.swt.widgets.Composite.setFocus(Composite.java:44 7)
 at  org.eclipse.swt.widgets.Composite.setFocus(Composite.java:44 5)
 at  org.eclipse.swt.widgets.Composite.setFocus(Composite.java:44 5)
 at  org.eclipse.ui.part.PageBookView.setFocus(PageBookView.java: 700)
 at  org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.ja va:471)
 at
 org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
 :615)
 at org.eclipse.core.runtime.Platform.run(Platform.java:747)
 at
 org.eclipse.ui.internal.WorkbenchPage.activatePart(Workbench Page.java:468)
 at
 org.eclipse.ui.internal.WorkbenchPage.setActivePart(Workbenc hPage.java:2679)
 at  org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage .java:457)
 at
 org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:799)
 at
 org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:769)
 at  org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:754)
 at  org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3008)
 at  org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
 at  org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3005)
 at  org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:2985)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.openVCE
 ViewersIfRequired(JavaVisualEditorPart.java:413)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$22.run(
 JavaVisualEditorPart.java:450)
 at  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.ui 4 4 Aug 04, 2004 18:44:37.799
 !MESSAGE Unhandled event loop exception
 
 !ENTRY org.eclipse.ui 4 0 Aug 04, 2004 18:44:37.819
 !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
 !STACK 0
 org.eclipse.swt.SWTException: Failed to execute runnable
 (java.lang.NullPointerException)
 at org.eclipse.swt.SWT.error(SWT.java:2691)
 at org.eclipse.swt.SWT.error(SWT.java:2616)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:109)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.ui 4 4 Aug 04, 2004 18:44:37.829
 !MESSAGE *** SWT nested exception
 
 !ENTRY org.eclipse.ui 4 0 Aug 04, 2004 18:44:37.849
 !MESSAGE java.lang.NullPointerException
 !STACK 0
 java.lang.NullPointerException
 at
 org.eclipse.gef.ui.parts.TreeViewer$EventDispatcher.focusLos t(TreeViewer.jav
 a:79)
 at
 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:108)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1756)
 at  org.eclipse.swt.widgets.Control.WM_KILLFOCUS(Control.java:36 14)
 at org.eclipse.swt.widgets.Tree.WM_KILLFOCUS(Tree.java:1637)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:2999 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:398)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Decorations.windowProc(Decorations.j ava:1391)
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method)
 at  org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.j ava:180)
 at org.eclipse.swt.widgets.Shell.open(Shell.java:757)
 at org.eclipse.jface.window.Window.open(Window.java:644)
 at
 org.eclipse.jface.dialogs.MessageDialog.openError(MessageDia log.java:295)
 at
 org.eclipse.jface.util.SafeRunnable.handleException(SafeRunn able.java:52)
 at
 org.eclipse.core.internal.runtime.InternalPlatform.handleExc eption(InternalP
 latform.java:349)
 at
 org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
 :617)
 at org.eclipse.core.runtime.Platform.run(Platform.java:747)
 at
 org.eclipse.ui.internal.WorkbenchPage.activatePart(Workbench Page.java:468)
 at
 org.eclipse.ui.internal.WorkbenchPage.setActivePart(Workbenc hPage.java:2679)
 at  org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage .java:457)
 at
 org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:799)
 at
 org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:769)
 at  org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:754)
 at  org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3008)
 at  org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
 at  org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3005)
 at  org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:2985)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.openVCE
 ViewersIfRequired(JavaVisualEditorPart.java:413)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$22.run(
 JavaVisualEditorPart.java:450)
 at  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.ui 4 4 Aug 04, 2004 18:44:48.224
 !MESSAGE Unhandled event loop exception
 
 !ENTRY org.eclipse.ui 4 0 Aug 04, 2004 18:44:48.244
 !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
 !STACK 0
 org.eclipse.swt.SWTException: Failed to execute runnable
 (java.lang.NullPointerException)
 at org.eclipse.swt.SWT.error(SWT.java:2691)
 at org.eclipse.swt.SWT.error(SWT.java:2616)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:109)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.ui 4 4 Aug 04, 2004 18:44:48.254
 !MESSAGE *** SWT nested exception
 
 !ENTRY org.eclipse.ui 4 0 Aug 04, 2004 18:44:48.274
 !MESSAGE java.lang.NullPointerException
 !STACK 0
 java.lang.NullPointerException
 at
 org.eclipse.gef.ui.parts.TreeViewer$EventDispatcher.focusGai ned(TreeViewer.j
 ava:76)
 at
 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:104)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1756)
 at  org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:413 9)
 at org.eclipse.swt.widgets.Tree.WM_SETFOCUS(Tree.java:1935)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3032 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
 at  org.eclipse.swt.widgets.Control.forceFocus(Control.java:607)
 at  org.eclipse.swt.widgets.Control.setSavedFocus(Control.java:2 279)
 at  org.eclipse.swt.widgets.Decorations.restoreFocus(Decorations .java:695)
 at  org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations. java:1419)
 at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1336)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:2969 )
 at  org.eclipse.swt.widgets.Decorations.windowProc(Decorations.j ava:1391)
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at  org.eclipse.swt.internal.win32.OS.SetForegroundWindow(Native Method)
 at org.eclipse.swt.widgets.Shell.forceActive(Shell.java:564)
 at
 org.eclipse.ve.internal.jfc.core.FreeFormComponentsHostAdapt er$1.run(FreeFor
 mComponentsHostAdapter.java:65)
 at  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.core.runtime 4 2 Aug 04, 2004 18:44:52.660
 !MESSAGE Problems occurred when invoking code from plug-in:
 "org.eclipse.core.runtime".
 !STACK 0
 java.lang.NullPointerException
 at
 org.eclipse.gef.ui.parts.TreeViewer$EventDispatcher.focusLos t(TreeViewer.jav
 a:79)
 at
 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:108)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1756)
 at  org.eclipse.swt.widgets.Control.WM_KILLFOCUS(Control.java:36 14)
 at org.eclipse.swt.widgets.Tree.WM_KILLFOCUS(Tree.java:1637)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:2999 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
 at  org.eclipse.swt.widgets.Control.forceFocus(Control.java:607)
 at org.eclipse.swt.widgets.Control.setFocus(Control.java:2054)
 at  org.eclipse.swt.widgets.Composite.setFocus(Composite.java:44 7)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.setFocu
 s(JavaVisualEditorPart.java:2113)
 at  org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.ja va:471)
 at
 org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
 :615)
 at org.eclipse.core.runtime.Platform.run(Platform.java:747)
 at
 org.eclipse.ui.internal.WorkbenchPage.activatePart(Workbench Page.java:468)
 at
 org.eclipse.ui.internal.WorkbenchPage.setActivePart(Workbenc hPage.java:2679)
 at
 org.eclipse.ui.internal.WorkbenchPage.requestActivation(Work benchPage.java:2
 372)
 at  org.eclipse.ui.internal.PartPane.requestActivation(PartPane. java:304)
 at
 org.eclipse.ui.internal.EditorPane.requestActivation(EditorP ane.java:127)
 at  org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:2 84)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:93 5)
 at  org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:14 61)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3009 )
 at  org.eclipse.swt.widgets.Decorations.windowProc(Decorations.j ava:1391)
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method)
 at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1881)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2426)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 
 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:cercp8$qoh$1@eclipse.org...
 > Try this please:
 >
 > 1) Do you have plenty of diskspace? You aren't running tight are you?
 >
 > 2) Go to the \.metadata\.plugins\org.eclipse.ve.java.core\JetObjects
 > directory under your workspace and clear out everything under the
 > JetObjects directory. Then run it again and see if it works now.
 >
 > If it still fails, please send to me the file
 >
 >
 \.metadata\.plugins\org.eclipse.ve.java.core\JetObjects\org\ eclipse\ve\inter
 nal\java\codegen\jjet\wizards\contributors\ComponentSetS
 > izeGenerator.class
 >
 > Send it my address as specified on this append but remove the .NO.SPAM.
 >
 >
 > --
 > Thanks, Rich Kulp
 >
 >
 |  |  |  |  |  |  | 
| Re: Need ve  Help [message #54853 is a reply to message #54772] | Thu, 05 August 2004 14:03   |  | 
| Eclipse User  |  |  |  |  | Yes, I still get the error. Because of the nature I what I am testing. I have the -clear option on the shortcut for right now. Yes, I was scratching
 my head also at that. Reason: I did this the other day when I was testing.
 I, once and only once, dropped a JTree into a visual object. Cold it be one
 of the possible reasons?
 
 I have a main workspace. Also have imported other workspaces that have other
 projects.  Not sure how to combine them other than import. I did not want to
 spend time to dick-around with it. I really want like to physically combine
 them. Initial, I thought that the import actually takes a copy, of the other
 projects, and writes them to the target working workspace. It does not, and
 I can understand that now. So maybe some transient stuff is being loaded? It
 has to be. The JTree test object is long gone.  The fact that you had me
 drop that ui package, from underneath my .metadata subdirectory and
 automatically made it reload all of the new updated code?
 I did notice that I had my SET ECLIPSE_HOME to to my last Eclipse version
 while I had the new one loaded and running. I have changed to the correct
 dir. Also deleted my last Eclipse Dir.
 
 May be I need to clean-up my .metadata sub.? If so., help me out on this,
 create the same version stuff again but some how physically move my other
 project to my working workspace??
 
 
 --
 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:cetk99$5u4$1@eclipse.org...
 > I can't figure out how those errors occurred. They were all centered
 > around the Tree (BeansList) but that error should be impossible.
 >
 > However, if you closed the entire workbench and came back up again do
 > you still get the error?
 >
 > --
 > Thanks, Rich Kulp
 >
 >
 |  |  |  |  |  |  |  |  |  |  | 
| Re: Need ve  Help [message #55011 is a reply to message #54985] | Thu, 05 August 2004 16:54   |  | 
| Eclipse User  |  |  |  |  | Well I rebuilt Eclipse with: 
 ECLIPSE_PLATFORM_SDK_3.0_WIN32
 EMF_SDO_RUNTIME_2.0.0
 GEF_RUNTIME_3.0
 GEF_SDK_3.0
 GEF_EXAMPLES_3.0
 VE_RUNTIME_1.0M2
 VE_SDK_1.0M2
 VE_EXAMPLES_1.0M2
 
 Working in a new and clean workspace the vi worked, no problem. The only
 two problems I saw was after creating:
 
 1 -
 - Created AWT Frame
 - added some menu's. changed colors
 - added a setvisible for the frame
 - tried to run it.
 - did not display, did not see it running in the the task manger.
 - closed the class
 - reopened into editor
 - the running object display popped up real fast and disappeared.
 - this is reproducible.
 - closed down Eclipse
 
 2-
 - load Eclipse and the run of the running class popped up real fast( I had
 the new coded loaded, in the editor, when I started up. I have it set that
 way.
 problem, I see two javaw tasks running and the visual object in the tabbed
 processing bar, stuck. Could not open it nor close it with right click.
 toolbar tip did not display either when hovering over it.
 - if I close the editor the other pruning task closed.
 - When I closed eclipse that attached running task closed also.
 
 I then figured I would import one of my other workspace. I did and all
 behavior was as if a new workspace.
 
 
 
 --
 Thanks in Advance...
 IchBin
 _____________________________________________
 Thanks in Advance...
 IchBin
 _____________________________________________
 
 'Black holes are where God divided by zero.'
 -Steven Wright, comedian (1955- )
 
 
 'Black holes are where God divided by zero.'
 -Steven Wright, comedian (1955- )
 "Ichbin" <weconsultants@epix.net> wrote in message
 news:cetvhb$peq$1@eclipse.org...
 > SORRY, DID not try with a new work space..... Will try.  I was using my
 old
 > ones
 >
 > --
 > 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:cett85$le1$1@eclipse.org...
 > > Do you have problems with a brand new workspace and a clean Eclipse 3.0,
 > > GEF, EMF, and VE only installation? I need to strip out any other
 > > influences which could cause problems. I need to find out if it is your
 > > system itself, or some other plugins you may have installed, or if it is
 > > something left over in your workspace.
 > >
 > >
 > > --
 > > Thanks, Rich Kulp
 > >
 > >
 >
 >
 |  |  |  |  | 
| Re: Need ve  Help [message #55084 is a reply to message #55011] | Fri, 06 August 2004 10:43  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: richkulp.NO.SPAM.us.ibm.com 
 Ichbin wrote:
 
 > Well I rebuilt Eclipse with:
 >
 > ECLIPSE_PLATFORM_SDK_3.0_WIN32
 > EMF_SDO_RUNTIME_2.0.0
 > GEF_RUNTIME_3.0
 > GEF_SDK_3.0
 > GEF_EXAMPLES_3.0
 > VE_RUNTIME_1.0M2
 > VE_SDK_1.0M2
 > VE_EXAMPLES_1.0M2
 >
 > Working in a new and clean workspace the vi worked, no problem. The only
 > two problems I saw was after creating:
 >
 > 1 -
 > - Created AWT Frame
 > - added some menu's. changed colors
 > - added a setvisible for the frame
 > - tried to run it.
 > - did not display, did not see it running in the the task manger.
 Did you use Launch Java Application or Launch Java Bean, if you used
 Launch Application you need to add your own main that displays the
 frame. If you used Launch Java Bean, is your class a subclass of AWT
 Frame, or is it a subclass of Object that happens to have an AWT Frame
 in it. If it is a subclass of AWT Frame, it should of worked. If it is a
 subclass of Object, then you need code in a main to display the frame.
 
 > - closed the class
 > - reopened into editor
 > - the running object display popped up real fast and disappeared.
 > - this is reproducible.
 > - closed down Eclipse
 >
 What is a running object display? We do create the frame as a real
 object, but it is at 10,000 x 10,000. It is way off screen. It is not
 meant for users to interact with. That is why it is way off screen.
 There should be a screen snapshot of it in the editor. That is what
 users work with.
 
 > 2-
 > - load Eclipse and the run of the running class popped up real fast( I had
 > the new coded loaded, in the editor, when I started up. I have it set that
 > way.
 > problem, I see two javaw tasks running and the visual object in the tabbed
 > processing bar, stuck. Could not open it nor close it with right click.
 > toolbar tip did not display either when hovering over it.
 > - if I close the editor the other pruning task closed.
 > - When I closed eclipse that attached running task closed also.
 >
 > I then figured I would import one of my other workspace. I did and all
 > behavior was as if a new workspace.
 >
 >
 >
 It is normal to have other javaw's running for the VE. We have one
 running per project, and another one running per editor. The one per
 project is so that we can do bean introspection to find the properties.
 The one per editor is where we instantiate all of the beans that are
 displayed in the editor. We need to use separate VM's because we can't
 run them in the VM of the IDE.
 
 --
 Thanks, Rich Kulp
 
 |  |  |  |  | 
| Re: Need ve  Help [message #596521 is a reply to message #53727] | Mon, 02 August 2004 18:43  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: richkulp.NO.SPAM.us.ibm.com 
 There has to be something in the .log. Could you please append it?
 
 
 
 --
 Thanks, Rich Kulp
 
 |  |  |  |  |  |  | 
| Re: Need ve  Help [message #596561 is a reply to message #53780] | Tue, 03 August 2004 10:20  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: richkulp.NO.SPAM.us.ibm.com 
 There is nothing in the log which relates to the VE. However all of the
 errors except for the last one (which was because you tried to do an
 update configuration and that failed) have to do with some weird
 configuration problem. It was trying to add a plugin to the registry, I
 think, and was getting errors. Do you have any other plugins installed
 other then the default ones required by VE?
 
 I have no idea why it doesn't come up. There should of been more errors
 than that.
 
 
 --
 Thanks, Rich Kulp
 
 |  |  |  |  | 
| Re: Need ve  Help [message #596609 is a reply to message #54069] | Tue, 03 August 2004 14:14  |  | 
| Eclipse User  |  |  |  |  | Rich, the truncated lib name " org.eclipse.ve.internal.java.cogen.jjet.wizards.contributors .componentset "
 error is of no consequence. After the error I did find the new source
 created but no gui displayed at the top of panel in the source edit panel.
 The only thing that might be a problem is that I have WindowBuilder Pro
 installed but does not come up in /Manage Features/Product Features window.
 If I /New/Other/New Wizards/ I do see a "Designer Folder" for the
 "WindowBuilder Pro - SWT and Swing Development" plugin? Plus I have Jigloo
 SWT/Swing GUI Builder installed. The second one should not be a problem and
 it works. Sorry, I am looking for a nice GUI builder and this is why I have
 them. Just test'im them out. I like the one in Netbeans and JDeveloper.
 
 
 I this point I guess I could do either of two things:
 
 
 1 - Rebuild a new Eclipse base and leave the GUI builders out and test.
 2. Disable the other GUI builders and test. This option seems to be a
 problem because the WindowBuilder Pro seems to be out of wrack. I was up on
 Eclipse 3.0.1 but had to many problems so I started new with the 3.0.0.
 base.  While at 3.0.1 I did see WindowBuilder Pro as a registered feature
 plugin but not now.
 
 I guess I should back down off of Java 1.5.0 beta 2 to the lastest 1.4 SDK.
 I noticed some othere error's with 1.5.0, arddress execptions in one of
 dated.log files in the features subdirectory. Just want to have Eclipse to
 run as stable as Netbeans and JDeveloper.
 
 
 Rich, do you think this is the right approach? If I rebuild.. is there a
 sequece to instal all of the components I currently have now. Especially
 Eclipse. I notice I had to reinstal the Eclipse windows rutime twice because
 of error when I loaded Eclpse. Even with the -clean option.
 
 These are the other plugins I have in Installed product configuration.
 
 
 Clay Database Modeling Core edition 1.0.5
 Eclipse C/C++ Development Tooling SDK 2.0.0
 Jigloo SWT/Swing GUI Builder
 net.java.sqlexplorer 2.2.2
 
 
 I figured I would show you all of the modules an the features and plugin
 directories.
 
 
 FEATURES.....
 
 
 com.cloudgarden.jigloo_2.7.2
 com.ibm.wtp.common.utilities_1.0.0
 com.ibm.wtp.emf.integration.core_1.0.0
 jp.azzurri.clay.core_1.0.5
 net.java.sqlexplorer_2.2.2
 
 org.eclipse.cdt_2.0.0
 org.eclipse.cdt.sdk_2.0.0
 org.eclipse.cdt.source_2.0.0
 org.eclipse.emf_2.0.0
 org.eclipse.emf.ecore.sdo_2.0.0
 org.eclipse.gef_3.0.0
 org.eclipse.gef.examples_3.0.0
 org.eclipse.gef.sdk_3.0.0
 org.eclipse.gef.source_3.0.0
 org.eclipse.jdt_3.0.0
 org.eclipse.jdt.source_3.0.0
 org.eclipse.jem_1.0.0
 org.eclipse.jem.sdk_1.0.0
 org.eclipse.jem.source_1.0.0
 org.eclipse.pde_3.0.0
 org.eclipse.pde.source_3.0.0
 org.eclipse.platform_3.0.0
 org.eclipse.platform.source_3.0.0
 org.eclipse.sdk_3.0.0
 org.eclipse.sdk.examples_3.0.0
 org.eclipse.team.extras_3.0.0
 org.eclipse.ve_1.0.0
 org.eclipse.ve.examples_1.0.0
 org.eclipse.ve.sdk_1.0.0
 org.eclipse.ve.source_1.0.0
 
 
 
 
 PLUGINS........
 
 
 com.atlassw.tools.eclipse.checkstyle_3.4.1
 com.cloudgarden.jigloo_2.7.2
 com.ibm.etools.emf.event_3.0.0.1
 com.ibm.wtp.common.util_1.0.0
 com.ibm.wtp.emf.workbench_1.0.0
 com.swtdesigner_2.0.1
 com.swtdesigner.fragment.jdt.core_2.0.1
 com.swtdesigner.help_2.0.1
 jp.azzurri.clay.core_1.0.5
 jp.azzurri.clay.ui_1.0.5
 jp.azzurri.clay.ui.jdbc_1.0.5
 net.java.sqlexplorer_2.2.2
 
 org.apache.ant_1.6.1
 org.apache.lucene_1.3.0
 org.eclipse.ant.core_3.0.0
 org.eclipse.ant.ui_3.0.0
 org.eclipse.cdt_2.0.0
 org.eclipse.cdt.core_2.0.0
 org.eclipse.cdt.core.win32_2.0.0
 org.eclipse.cdt.debug.core_2.0.0
 org.eclipse.cdt.debug.mi.core_2.0.0
 org.eclipse.cdt.debug.mi.ui_2.0.0
 org.eclipse.cdt.debug.ui_2.0.0
 org.eclipse.cdt.doc.user_2.0.0
 org.eclipse.cdt.launch_2.0.0
 org.eclipse.cdt.make.core_2.0.0
 org.eclipse.cdt.make.ui_2.0.0
 org.eclipse.cdt.managedbuilder.core_2.0.0
 org.eclipse.cdt.managedbuilder.ui_2.0.0
 org.eclipse.cdt.sdk_2.0.0
 org.eclipse.cdt.source_2.0.0
 org.eclipse.cdt.source.win32.win32.x86_2.0.0
 org.eclipse.cdt.ui_2.0.0
 org.eclipse.compare_3.0.0
 org.eclipse.compare.examples_3.0.0
 org.eclipse.compare.examples.xml_3.0.0
 org.eclipse.core.boot_3.0.0
 org.eclipse.core.expressions_3.0.0
 org.eclipse.core.filebuffers_3.0.0
 org.eclipse.core.resources_3.0.0
 org.eclipse.core.resources.win32_3.0.0
 org.eclipse.core.runtime_3.0.0
 org.eclipse.core.runtime.compatibility_3.0.0
 org.eclipse.core.variables_3.0.0
 org.eclipse.debug.core_3.0.0
 org.eclipse.debug.ui_3.0.0
 org.eclipse.draw2d_3.0.0
 org.eclipse.draw2d.doc.isv_3.0.0
 org.eclipse.emf_2.0.0
 org.eclipse.emf.codegen_2.0.0
 org.eclipse.emf.codegen.ecore_2.0.0
 org.eclipse.emf.codegen.ecore.ui_2.0.0
 org.eclipse.emf.codegen.ui_2.0.0
 org.eclipse.emf.common_2.0.0
 org.eclipse.emf.common.ui_2.0.0
 org.eclipse.emf.commonj.sdo_2.0.0
 org.eclipse.emf.ecore_2.0.0
 org.eclipse.emf.ecore.change_2.0.0
 org.eclipse.emf.ecore.change.edit_2.0.0
 org.eclipse.emf.ecore.edit_2.0.0
 org.eclipse.emf.ecore.editor_2.0.0
 org.eclipse.emf.ecore.sdo_2.0.0
 org.eclipse.emf.ecore.sdo.edit_2.0.0
 org.eclipse.emf.ecore.sdo.editor_2.0.0
 org.eclipse.emf.ecore.xmi_2.0.0
 org.eclipse.emf.edit_2.0.0
 org.eclipse.emf.edit.ui_2.0.0
 org.eclipse.emf.mapping_2.0.0
 org.eclipse.emf.mapping.ecore2ecore_2.0.0
 org.eclipse.emf.mapping.ecore2ecore.editor_2.0.0
 org.eclipse.emf.mapping.ui_2.0.0
 org.eclipse.gef_3.0.0
 org.eclipse.gef.doc.isv_3.0.0
 org.eclipse.gef.examples.flow_3.0.0
 org.eclipse.gef.examples.logic_3.0.0
 org.eclipse.gef.examples.source_3.0.0
 org.eclipse.gef.source_3.0.0
 org.eclipse.help_3.0.0
 org.eclipse.help.appserver_3.0.0
 org.eclipse.help.base_3.0.0
 org.eclipse.help.examples.ex1_3.0.0
 org.eclipse.help.ide_3.0.0
 org.eclipse.help.ui_3.0.0
 org.eclipse.help.webapp_3.0.0
 org.eclipse.jdt_3.0.0
 org.eclipse.jdt.core_3.0.0
 org.eclipse.jdt.debug_3.0.0
 org.eclipse.jdt.debug.ui_3.0.0
 org.eclipse.jdt.doc.isv_3.0.0
 org.eclipse.jdt.doc.user_3.0.0
 org.eclipse.jdt.junit_3.0.0
 org.eclipse.jdt.junit.runtime_3.0.0
 org.eclipse.jdt.launching_3.0.0
 org.eclipse.jdt.source_3.0.0
 org.eclipse.jdt.ui_3.0.0
 org.eclipse.jdt.ui.examples.projects_3.0.0
 org.eclipse.jem_1.0.0
 org.eclipse.jem.beaninfo_1.0.0
 org.eclipse.jem.proxy_1.0.0
 org.eclipse.jem.sdk_1.0.0
 org.eclipse.jem.source_1.0.0
 org.eclipse.jem.ui_1.0.0
 org.eclipse.jem.workbench_1.0.0
 org.eclipse.jface_3.0.0
 org.eclipse.jface.text_3.0.0
 org.eclipse.ltk.core.refactoring_3.0.0
 org.eclipse.ltk.ui.refactoring_3.0.0
 org.eclipse.osgi_3.0.0
 org.eclipse.osgi.services_3.0.0
 org.eclipse.osgi.util_3.0.0
 org.eclipse.pde_3.0.0
 org.eclipse.pde.build_3.0.0
 org.eclipse.pde.core_3.0.0
 org.eclipse.pde.doc.user_3.0.0
 org.eclipse.pde.junit.runtime_3.0.0
 org.eclipse.pde.runtime_3.0.0
 org.eclipse.pde.source_3.0.0
 org.eclipse.pde.ui_3.0.0
 org.eclipse.platform_3.0.0
 org.eclipse.platform.doc.isv_3.0.0
 org.eclipse.platform.doc.user_3.0.0
 org.eclipse.platform.source_3.0.0
 org.eclipse.platform.source.win32.win32.x86_3.0.0
 org.eclipse.sdk_3.0.0
 org.eclipse.sdk.examples_3.0.0
 org.eclipse.sdk.examples.source_3.0.0
 org.eclipse.sdk.examples.source.win32.win32.x86_3.0.0
 org.eclipse.search_3.0.0
 org.eclipse.swt_3.0.0
 org.eclipse.swt.examples_3.0.0
 org.eclipse.swt.examples.browser_3.0.0
 org.eclipse.swt.examples.controls_3.0.0
 org.eclipse.swt.examples.launcher_3.0.0
 org.eclipse.swt.examples.layouts_3.0.0
 org.eclipse.swt.examples.ole.win32_3.0.0
 org.eclipse.swt.examples.paint_3.0.0
 org.eclipse.swt.win32_3.0.0
 org.eclipse.team.core_3.0.0
 org.eclipse.team.cvs.core_3.0.0
 org.eclipse.team.cvs.ssh_3.0.0
 org.eclipse.team.cvs.ssh2_3.0.0
 org.eclipse.team.cvs.ui_3.0.0
 org.eclipse.team.examples.filesystem_3.0.0
 org.eclipse.team.extras_3.0.0
 org.eclipse.team.extras.source_3.0.0
 org.eclipse.team.ftp_3.0.0
 org.eclipse.team.ui_3.0.0
 org.eclipse.team.webdav_3.0.0
 org.eclipse.text_3.0.0
 org.eclipse.tomcat_4.1.30
 org.eclipse.ui_3.0.0
 org.eclipse.ui.cheatsheets_3.0.0
 org.eclipse.ui.console_3.0.0
 org.eclipse.ui.editors_3.0.0
 org.eclipse.ui.examples.javaeditor_3.0.0
 org.eclipse.ui.examples.multipageeditor_2.1.0
 org.eclipse.ui.examples.propertysheet_2.1.0
 org.eclipse.ui.examples.readmetool_2.1.0
 org.eclipse.ui.externaltools_3.0.0
 org.eclipse.ui.forms_3.0.0
 org.eclipse.ui.ide_3.0.0
 org.eclipse.ui.intro_3.0.0
 org.eclipse.ui.presentations.r21_3.0.0
 org.eclipse.ui.views_3.0.0
 org.eclipse.ui.win32_3.0.0
 org.eclipse.ui.workbench_3.0.0
 org.eclipse.ui.workbench.compatibility_3.0.0
 org.eclipse.ui.workbench.texteditor_3.0.0
 org.eclipse.update.configurator_3.0.0
 org.eclipse.update.core_3.0.0
 org.eclipse.update.core.win32_3.0.0
 org.eclipse.update.scheduler_3.0.0
 org.eclipse.update.ui_3.0.0
 org.eclipse.ve_1.0.0
 org.eclipse.ve.cde_1.0.0
 org.eclipse.ve.doc_1.0.0
 org.eclipse.ve.examples_1.0.0
 org.eclipse.ve.examples.source_1.0.0
 org.eclipse.ve.java.core_1.0.0
 org.eclipse.ve.jfc_1.0.0
 org.eclipse.ve.propertysheet_1.0.0
 org.eclipse.ve.sdk_1.0.0
 org.eclipse.ve.source_1.0.0
 org.eclipse.ve.swt_1.0.0
 org.eclipse.webdav_3.0.0
 org.junit_3.8.1
 
 --
 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:ceo6ql$mo9$1@eclipse.org...
 > There is nothing in the log which relates to the VE. However all of the
 > errors except for the last one (which was because you tried to do an
 > update configuration and that failed) have to do with some weird
 > configuration problem. It was trying to add a plugin to the registry, I
 > think, and was getting errors. Do you have any other plugins installed
 > other then the default ones required by VE?
 >
 > I have no idea why it doesn't come up. There should of been more errors
 > than that.
 >
 >
 > --
 > Thanks, Rich Kulp
 >
 >
 |  |  |  |  | 
| Re: Need ve  Help [message #596632 is a reply to message #54232] | Tue, 03 August 2004 20:01  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: richkulp.NO.SPAM.us.ibm.com 
 Just to make sure that it is the other plugins causing the problem I
 recommend a straight Eclipse SDK, GEF, EMF, and VE with no other
 plugins. That will tell you if there is something wrong with your system
 other than the other plugins. If this works, then add the other plugins
 in one at a time (doing a -clean option each time to clear the plugin
 registry cache) and see which one breaks it.
 
 
 Also, go back to 1.4. JDT doesn't support 1.5 completely yet, and we
 have never tested the VE under 1.5.
 
 
 --
 Thanks, Rich Kulp
 
 |  |  |  |  | 
| Re: Need ve  Help [message #596661 is a reply to message #54282] | Wed, 04 August 2004 00:21  |  | 
| Eclipse User  |  |  |  |  | I created another Eclipse directory and load the following, in that order: 
 ECLIPSE_PLATFORM_SDK_3.0_WIN32
 
 EMF_SDO_RUNTIME_2.0.0
 
 GEF_RUNTIME_3.0
 GEF_SDK_3.0
 GEF_EXAMPLES_3.0
 
 VE_RUNTIME_1.0M2
 VE_SDK_1.0M2
 VE_EXAMPLES_1.0M2
 
 Started Eclipse -clear for each package above and enabled it, as I installed
 it. All installed nd enabled with no problem
 
 I basically ran the same test with the same results.  This time I have one
 exception and who caused it. That is, when I set the name for a new visual
 class and tried to save it. Did not matter if running on 1.5 or 1.4 JDK.
 
 Internal Error, STACK 0, java.lang.reflect.InvocationTargetException
 
 Caused by: java.lang.AbstractMethodError:
 org.eclipse.ve.internal.java.codegen.jjet.wizards.contributo rs.ComponentSetS
 izeGenerator.generateSource
 (Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;)Lja va/lang/String;
 
 Root exception:
 java.lang.AbstractMethodError:
 org.eclipse.ve.internal.java.codegen.jjet.wizards.contributo rs.ComponentSetS
 izeGenerator.generateSource(Ljava/lang/String;Ljava/lang/Str ing;Ljava/util/H
 ashMap;)Ljava/lang/String;
 
 
 Below is the log file:
 --------------------------------
 
 !SESSION Aug 03, 2004
 23:32:34.534 ---------------------------------------------
 eclipse.buildId=I200406251208
 java.version=1.5.0-beta2
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
 Command-line arguments: -clear
 
 !ENTRY org.eclipse.core.resources 2 1 Aug 03, 2004 23:32:34.544
 !MESSAGE Skipping builder
 com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder for project
 rwhois-client-1.6.1. Either the builder is missing from the install, or it
 belongs to a project nature that is missing or disabled.
 
 !ENTRY org.eclipse.core.resources 2 1 Aug 03, 2004 23:32:34.734
 !MESSAGE Skipping builder org.eclipse.cdt.make.core.makeBuilder for project
 rwhois-client-1.6.1. Either the builder is missing from the install, or it
 belongs to a project nature that is missing or disabled.
 
 !ENTRY org.eclipse.core.resources 2 1 Aug 03, 2004 23:32:34.734
 !MESSAGE Skipping builder org.eclipse.cdt.make.core.ScannerConfigBuilder for
 project rwhois-client-1.6.1. Either the builder is missing from the install,
 or it belongs to a project nature that is missing or disabled.
 
 !ENTRY org.eclipse.jdt.ui 4 10001 Aug 03, 2004 23:34:34.636
 !MESSAGE Internal Error
 !STACK 0
 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(NewElemen
 tWizard.java:115)
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.pe
 rformFinish(NewVisualClassCreationWizard.java:359)
 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:796)
 at  org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
 at  org.eclipse.jface.window.Window.runEventLoop(Window.java:668 )
 at org.eclipse.jface.window.Window.open(Window.java:648)
 at
 org.eclipse.ui.internal.ide.NewWizardShortcutAction.run(NewW izardShortcutAct
 ion.java:96)
 at  org.eclipse.jface.action.Action.runWithEvent(Action.java:881 )
 at
 org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
 ContributionItem.java:915)
 at
 org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionI
 tem.java:866)
 at
 org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContribu
 tionItem.java:785)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at  org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 Caused by: java.lang.AbstractMethodError:
 org.eclipse.ve.internal.java.codegen.jjet.wizards.contributo rs.ComponentSetS
 izeGenerator.generateSource(Ljava/lang/String;Ljava/lang/Str ing;Ljava/util/H
 ashMap;)Ljava/lang/String;
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.ap
 plyContributor(NewVisualClassCreationWizard.java:280)
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.fi
 nishPage(NewVisualClassCreationWizard.java:304)
 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(WorkbenchRu
 nnableAdapter.java:65)
 at
 org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
 ..java:101)
 Root exception:
 java.lang.AbstractMethodError:
 org.eclipse.ve.internal.java.codegen.jjet.wizards.contributo rs.ComponentSetS
 izeGenerator.generateSource(Ljava/lang/String;Ljava/lang/Str ing;Ljava/util/H
 ashMap;)Ljava/lang/String;
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.ap
 plyContributor(NewVisualClassCreationWizard.java:280)
 at
 org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard.fi
 nishPage(NewVisualClassCreationWizard.java:304)
 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(WorkbenchRu
 nnableAdapter.java:65)
 at
 org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
 ..java:101)
 
 
 Thanks in Advance...
 IchBin
 _____________________________________________
 
 'Black holes are where God divided by zero.'
 -Steven Wright, comedian (1955- )
 |  |  |  |  | 
| Re: Need ve  Help [message #596752 is a reply to message #54344] | Wed, 04 August 2004 15:20  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: richkulp.NO.SPAM.us.ibm.com 
 Try this please:
 
 1) Do you have plenty of diskspace? You aren't running tight are you?
 
 2) Go to the \.metadata\.plugins\org.eclipse.ve.java.core\JetObjects
 directory under your workspace and clear out everything under the
 JetObjects directory. Then run it again and see if it works now.
 
 If it still fails, please send to me the file
 
 \.metadata\.plugins\org.eclipse.ve.java.core\JetObjects\org\ eclipse\ve\internal\java\codegen\jjet\wizards\contributors\C omponentSetS
 izeGenerator.class
 
 Send it my address as specified on this append but remove the .NO.SPAM.
 
 
 --
 Thanks, Rich Kulp
 
 |  |  |  |  | 
| Re: Need ve  Help [message #596760 is a reply to message #54623] | Wed, 04 August 2004 19:15  |  | 
| Eclipse User  |  |  |  |  | Well at least that took the problem out of the ui modules.. It let me create, add compomonents, save and reload. Different errors on loading new
 saved class that was created (nJDialogPanel). Questions on how Eclipse
 refreashes the user workspaces when new Eclipse modules are
 download/installed.
 
 
 An internal error occurred during: "Create Remote VM for Visual Editor for
 Java".
 java.lang.NullPointerException
 org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipan
 t.sourceContainersChanged(JavaSourceLookupParticipant.java:1 46)
 org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.addParticip
 ants(AbstractSourceLookupDirector.java:642)
 org.eclipse.jdt.internal.launching.JavaSourceLookupDirector. initializePartic
 ipants(JavaSourceLookupDirector.java:43)
 org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.initializeD
 efaults(AbstractSourceLookupDirector.java:518)
 org.eclipse.debug.internal.core.LaunchConfiguration.initiali zeSourceLocator(
 LaunchConfiguration.java:169)
 org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
 on.java:568)
 org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
 on.java:150)
 org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(P
 roxyLaunchSupport.java:480)
 org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(P
 roxyLaunchSupport.java:291)
 org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(P
 roxyLaunchSupport.java:223)
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$C
 reateRegistry.run(JavaVisualEditorPart.java:1330)
 org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
 
 
 
 Here's the Log Fle (unfortunetliy cleared the above log when createatng buy
 below is when loading new class)
 
 !ENTRY org.eclipse.core.runtime 4 2 Aug 04, 2004 18:44:37.699
 !MESSAGE Problems occurred when invoking code from plug-in:
 "org.eclipse.core.runtime".
 !STACK 0
 java.lang.NullPointerException
 at
 org.eclipse.gef.ui.parts.TreeViewer$EventDispatcher.focusGai ned(TreeViewer.j
 ava:76)
 at
 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:104)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1756)
 at  org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:413 9)
 at org.eclipse.swt.widgets.Tree.WM_SETFOCUS(Tree.java:1935)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3032 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
 at  org.eclipse.swt.widgets.Control.forceFocus(Control.java:607)
 at org.eclipse.swt.widgets.Control.setFocus(Control.java:2054)
 at  org.eclipse.swt.widgets.Composite.setFocus(Composite.java:44 7)
 at  org.eclipse.swt.widgets.Composite.setFocus(Composite.java:44 5)
 at  org.eclipse.swt.widgets.Composite.setFocus(Composite.java:44 5)
 at  org.eclipse.ui.part.PageBookView.setFocus(PageBookView.java: 700)
 at  org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.ja va:471)
 at
 org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
 :615)
 at org.eclipse.core.runtime.Platform.run(Platform.java:747)
 at
 org.eclipse.ui.internal.WorkbenchPage.activatePart(Workbench Page.java:468)
 at
 org.eclipse.ui.internal.WorkbenchPage.setActivePart(Workbenc hPage.java:2679)
 at  org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage .java:457)
 at
 org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:799)
 at
 org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:769)
 at  org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:754)
 at  org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3008)
 at  org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
 at  org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3005)
 at  org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:2985)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.openVCE
 ViewersIfRequired(JavaVisualEditorPart.java:413)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$22.run(
 JavaVisualEditorPart.java:450)
 at  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.ui 4 4 Aug 04, 2004 18:44:37.799
 !MESSAGE Unhandled event loop exception
 
 !ENTRY org.eclipse.ui 4 0 Aug 04, 2004 18:44:37.819
 !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
 !STACK 0
 org.eclipse.swt.SWTException: Failed to execute runnable
 (java.lang.NullPointerException)
 at org.eclipse.swt.SWT.error(SWT.java:2691)
 at org.eclipse.swt.SWT.error(SWT.java:2616)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:109)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.ui 4 4 Aug 04, 2004 18:44:37.829
 !MESSAGE *** SWT nested exception
 
 !ENTRY org.eclipse.ui 4 0 Aug 04, 2004 18:44:37.849
 !MESSAGE java.lang.NullPointerException
 !STACK 0
 java.lang.NullPointerException
 at
 org.eclipse.gef.ui.parts.TreeViewer$EventDispatcher.focusLos t(TreeViewer.jav
 a:79)
 at
 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:108)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1756)
 at  org.eclipse.swt.widgets.Control.WM_KILLFOCUS(Control.java:36 14)
 at org.eclipse.swt.widgets.Tree.WM_KILLFOCUS(Tree.java:1637)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:2999 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:398)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Decorations.windowProc(Decorations.j ava:1391)
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method)
 at  org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.j ava:180)
 at org.eclipse.swt.widgets.Shell.open(Shell.java:757)
 at org.eclipse.jface.window.Window.open(Window.java:644)
 at
 org.eclipse.jface.dialogs.MessageDialog.openError(MessageDia log.java:295)
 at
 org.eclipse.jface.util.SafeRunnable.handleException(SafeRunn able.java:52)
 at
 org.eclipse.core.internal.runtime.InternalPlatform.handleExc eption(InternalP
 latform.java:349)
 at
 org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
 :617)
 at org.eclipse.core.runtime.Platform.run(Platform.java:747)
 at
 org.eclipse.ui.internal.WorkbenchPage.activatePart(Workbench Page.java:468)
 at
 org.eclipse.ui.internal.WorkbenchPage.setActivePart(Workbenc hPage.java:2679)
 at  org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage .java:457)
 at
 org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:799)
 at
 org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:769)
 at  org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:754)
 at  org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3008)
 at  org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
 at  org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3005)
 at  org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:2985)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.openVCE
 ViewersIfRequired(JavaVisualEditorPart.java:413)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$22.run(
 JavaVisualEditorPart.java:450)
 at  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.ui 4 4 Aug 04, 2004 18:44:48.224
 !MESSAGE Unhandled event loop exception
 
 !ENTRY org.eclipse.ui 4 0 Aug 04, 2004 18:44:48.244
 !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
 !STACK 0
 org.eclipse.swt.SWTException: Failed to execute runnable
 (java.lang.NullPointerException)
 at org.eclipse.swt.SWT.error(SWT.java:2691)
 at org.eclipse.swt.SWT.error(SWT.java:2616)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:109)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.ui 4 4 Aug 04, 2004 18:44:48.254
 !MESSAGE *** SWT nested exception
 
 !ENTRY org.eclipse.ui 4 0 Aug 04, 2004 18:44:48.274
 !MESSAGE java.lang.NullPointerException
 !STACK 0
 java.lang.NullPointerException
 at
 org.eclipse.gef.ui.parts.TreeViewer$EventDispatcher.focusGai ned(TreeViewer.j
 ava:76)
 at
 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:104)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1756)
 at  org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:413 9)
 at org.eclipse.swt.widgets.Tree.WM_SETFOCUS(Tree.java:1935)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3032 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
 at  org.eclipse.swt.widgets.Control.forceFocus(Control.java:607)
 at  org.eclipse.swt.widgets.Control.setSavedFocus(Control.java:2 279)
 at  org.eclipse.swt.widgets.Decorations.restoreFocus(Decorations .java:695)
 at  org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations. java:1419)
 at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1336)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:2969 )
 at  org.eclipse.swt.widgets.Decorations.windowProc(Decorations.j ava:1391)
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at  org.eclipse.swt.internal.win32.OS.SetForegroundWindow(Native Method)
 at org.eclipse.swt.widgets.Shell.forceActive(Shell.java:564)
 at
 org.eclipse.ve.internal.jfc.core.FreeFormComponentsHostAdapt er$1.run(FreeFor
 mComponentsHostAdapter.java:65)
 at  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
 at
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
 at  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 !ENTRY org.eclipse.core.runtime 4 2 Aug 04, 2004 18:44:52.660
 !MESSAGE Problems occurred when invoking code from plug-in:
 "org.eclipse.core.runtime".
 !STACK 0
 java.lang.NullPointerException
 at
 org.eclipse.gef.ui.parts.TreeViewer$EventDispatcher.focusLos t(TreeViewer.jav
 a:79)
 at
 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:108)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java: 1756)
 at  org.eclipse.swt.widgets.Control.WM_KILLFOCUS(Control.java:36 14)
 at org.eclipse.swt.widgets.Tree.WM_KILLFOCUS(Tree.java:1637)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:2999 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
 at  org.eclipse.swt.widgets.Control.forceFocus(Control.java:607)
 at org.eclipse.swt.widgets.Control.setFocus(Control.java:2054)
 at  org.eclipse.swt.widgets.Composite.setFocus(Composite.java:44 7)
 at
 org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.setFocu
 s(JavaVisualEditorPart.java:2113)
 at  org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.ja va:471)
 at
 org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
 :615)
 at org.eclipse.core.runtime.Platform.run(Platform.java:747)
 at
 org.eclipse.ui.internal.WorkbenchPage.activatePart(Workbench Page.java:468)
 at
 org.eclipse.ui.internal.WorkbenchPage.setActivePart(Workbenc hPage.java:2679)
 at
 org.eclipse.ui.internal.WorkbenchPage.requestActivation(Work benchPage.java:2
 372)
 at  org.eclipse.ui.internal.PartPane.requestActivation(PartPane. java:304)
 at
 org.eclipse.ui.internal.EditorPane.requestActivation(EditorP ane.java:127)
 at  org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:2 84)
 at  org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
 at  org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:93 5)
 at  org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:14 61)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3009 )
 at  org.eclipse.swt.widgets.Decorations.windowProc(Decorations.j ava:1391)
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
 at  org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1462 )
 at  org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:77)
 at  org.eclipse.swt.widgets.Control.windowProc(Control.java:3050 )
 at  org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
 at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method)
 at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1881)
 at  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2426)
 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:582)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
 at org.eclipse.core.launcher.Main.run(Main.java:644)
 at org.eclipse.core.launcher.Main.main(Main.java:628)
 
 
 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:cercp8$qoh$1@eclipse.org...
 > Try this please:
 >
 > 1) Do you have plenty of diskspace? You aren't running tight are you?
 >
 > 2) Go to the \.metadata\.plugins\org.eclipse.ve.java.core\JetObjects
 > directory under your workspace and clear out everything under the
 > JetObjects directory. Then run it again and see if it works now.
 >
 > If it still fails, please send to me the file
 >
 >
 \.metadata\.plugins\org.eclipse.ve.java.core\JetObjects\org\ eclipse\ve\inter
 nal\java\codegen\jjet\wizards\contributors\ComponentSetS
 > izeGenerator.class
 >
 > Send it my address as specified on this append but remove the .NO.SPAM.
 >
 >
 > --
 > Thanks, Rich Kulp
 >
 >
 |  |  |  |  | 
| Re: Need ve  Help [message #596793 is a reply to message #54649] | Thu, 05 August 2004 11:40  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: richkulp.NO.SPAM.us.ibm.com 
 I can't figure out how those errors occurred. They were all centered
 around the Tree (BeansList) but that error should be impossible.
 
 However, if you closed the entire workbench and came back up again do
 you still get the error?
 
 --
 Thanks, Rich Kulp
 
 |  |  |  |  | 
| Re: Need ve  Help [message #596825 is a reply to message #54772] | Thu, 05 August 2004 14:03  |  | 
| Eclipse User  |  |  |  |  | Yes, I still get the error. Because of the nature I what I am testing. I have the -clear option on the shortcut for right now. Yes, I was scratching
 my head also at that. Reason: I did this the other day when I was testing.
 I, once and only once, dropped a JTree into a visual object. Cold it be one
 of the possible reasons?
 
 I have a main workspace. Also have imported other workspaces that have other
 projects.  Not sure how to combine them other than import. I did not want to
 spend time to dick-around with it. I really want like to physically combine
 them. Initial, I thought that the import actually takes a copy, of the other
 projects, and writes them to the target working workspace. It does not, and
 I can understand that now. So maybe some transient stuff is being loaded? It
 has to be. The JTree test object is long gone.  The fact that you had me
 drop that ui package, from underneath my .metadata subdirectory and
 automatically made it reload all of the new updated code?
 I did notice that I had my SET ECLIPSE_HOME to to my last Eclipse version
 while I had the new one loaded and running. I have changed to the correct
 dir. Also deleted my last Eclipse Dir.
 
 May be I need to clean-up my .metadata sub.? If so., help me out on this,
 create the same version stuff again but some how physically move my other
 project to my working workspace??
 
 
 --
 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:cetk99$5u4$1@eclipse.org...
 > I can't figure out how those errors occurred. They were all centered
 > around the Tree (BeansList) but that error should be impossible.
 >
 > However, if you closed the entire workbench and came back up again do
 > you still get the error?
 >
 > --
 > Thanks, Rich Kulp
 >
 >
 |  |  |  |  | 
| Re: Need ve  Help [message #596843 is a reply to message #54853] | Thu, 05 August 2004 14:13  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: richkulp.NO.SPAM.us.ibm.com 
 Do you have problems with a brand new workspace and a clean Eclipse 3.0,
 GEF, EMF, and VE only installation? I need to strip out any other
 influences which could cause problems. I need to find out if it is your
 system itself, or some other plugins you may have installed, or if it is
 something left over in your workspace.
 
 
 --
 Thanks, Rich Kulp
 
 |  |  |  |  | 
| Re: Need ve  Help [message #596863 is a reply to message #54880] | Thu, 05 August 2004 14:24  |  | 
| Eclipse User  |  |  |  |  | I am 98% sure that was the enviroment I was testing... Could try again. I did have the problem posted in post: Re: Designtime: Components don't show
 up. This was when I had the EMF examles installed before now but works now.
 
 
 
 --
 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:cett85$le1$1@eclipse.org...
 > Do you have problems with a brand new workspace and a clean Eclipse 3.0,
 > GEF, EMF, and VE only installation? I need to strip out any other
 > influences which could cause problems. I need to find out if it is your
 > system itself, or some other plugins you may have installed, or if it is
 > something left over in your workspace.
 >
 >
 > --
 > Thanks, Rich Kulp
 >
 >
 |  |  |  |  | 
| Re: Need ve  Help [message #596874 is a reply to message #54880] | Thu, 05 August 2004 14:52  |  | 
| Eclipse User  |  |  |  |  | SORRY, DID not try with a new work space..... Will try.  I was using my old ones
 
 --
 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:cett85$le1$1@eclipse.org...
 > Do you have problems with a brand new workspace and a clean Eclipse 3.0,
 > GEF, EMF, and VE only installation? I need to strip out any other
 > influences which could cause problems. I need to find out if it is your
 > system itself, or some other plugins you may have installed, or if it is
 > something left over in your workspace.
 >
 >
 > --
 > Thanks, Rich Kulp
 >
 >
 |  |  |  |  | 
| Re: Need ve  Help [message #596881 is a reply to message #54985] | Thu, 05 August 2004 16:54  |  | 
| Eclipse User  |  |  |  |  | Well I rebuilt Eclipse with: 
 ECLIPSE_PLATFORM_SDK_3.0_WIN32
 EMF_SDO_RUNTIME_2.0.0
 GEF_RUNTIME_3.0
 GEF_SDK_3.0
 GEF_EXAMPLES_3.0
 VE_RUNTIME_1.0M2
 VE_SDK_1.0M2
 VE_EXAMPLES_1.0M2
 
 Working in a new and clean workspace the vi worked, no problem. The only
 two problems I saw was after creating:
 
 1 -
 - Created AWT Frame
 - added some menu's. changed colors
 - added a setvisible for the frame
 - tried to run it.
 - did not display, did not see it running in the the task manger.
 - closed the class
 - reopened into editor
 - the running object display popped up real fast and disappeared.
 - this is reproducible.
 - closed down Eclipse
 
 2-
 - load Eclipse and the run of the running class popped up real fast( I had
 the new coded loaded, in the editor, when I started up. I have it set that
 way.
 problem, I see two javaw tasks running and the visual object in the tabbed
 processing bar, stuck. Could not open it nor close it with right click.
 toolbar tip did not display either when hovering over it.
 - if I close the editor the other pruning task closed.
 - When I closed eclipse that attached running task closed also.
 
 I then figured I would import one of my other workspace. I did and all
 behavior was as if a new workspace.
 
 
 
 --
 Thanks in Advance...
 IchBin
 _____________________________________________
 Thanks in Advance...
 IchBin
 _____________________________________________
 
 'Black holes are where God divided by zero.'
 -Steven Wright, comedian (1955- )
 
 
 'Black holes are where God divided by zero.'
 -Steven Wright, comedian (1955- )
 "Ichbin" <weconsultants@epix.net> wrote in message
 news:cetvhb$peq$1@eclipse.org...
 > SORRY, DID not try with a new work space..... Will try.  I was using my
 old
 > ones
 >
 > --
 > 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:cett85$le1$1@eclipse.org...
 > > Do you have problems with a brand new workspace and a clean Eclipse 3.0,
 > > GEF, EMF, and VE only installation? I need to strip out any other
 > > influences which could cause problems. I need to find out if it is your
 > > system itself, or some other plugins you may have installed, or if it is
 > > something left over in your workspace.
 > >
 > >
 > > --
 > > Thanks, Rich Kulp
 > >
 > >
 >
 >
 |  |  |  |  | 
| Re: Need ve  Help [message #596927 is a reply to message #55011] | Fri, 06 August 2004 10:43  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: richkulp.NO.SPAM.us.ibm.com 
 Ichbin wrote:
 
 > Well I rebuilt Eclipse with:
 >
 > ECLIPSE_PLATFORM_SDK_3.0_WIN32
 > EMF_SDO_RUNTIME_2.0.0
 > GEF_RUNTIME_3.0
 > GEF_SDK_3.0
 > GEF_EXAMPLES_3.0
 > VE_RUNTIME_1.0M2
 > VE_SDK_1.0M2
 > VE_EXAMPLES_1.0M2
 >
 > Working in a new and clean workspace the vi worked, no problem. The only
 > two problems I saw was after creating:
 >
 > 1 -
 > - Created AWT Frame
 > - added some menu's. changed colors
 > - added a setvisible for the frame
 > - tried to run it.
 > - did not display, did not see it running in the the task manger.
 Did you use Launch Java Application or Launch Java Bean, if you used
 Launch Application you need to add your own main that displays the
 frame. If you used Launch Java Bean, is your class a subclass of AWT
 Frame, or is it a subclass of Object that happens to have an AWT Frame
 in it. If it is a subclass of AWT Frame, it should of worked. If it is a
 subclass of Object, then you need code in a main to display the frame.
 
 > - closed the class
 > - reopened into editor
 > - the running object display popped up real fast and disappeared.
 > - this is reproducible.
 > - closed down Eclipse
 >
 What is a running object display? We do create the frame as a real
 object, but it is at 10,000 x 10,000. It is way off screen. It is not
 meant for users to interact with. That is why it is way off screen.
 There should be a screen snapshot of it in the editor. That is what
 users work with.
 
 > 2-
 > - load Eclipse and the run of the running class popped up real fast( I had
 > the new coded loaded, in the editor, when I started up. I have it set that
 > way.
 > problem, I see two javaw tasks running and the visual object in the tabbed
 > processing bar, stuck. Could not open it nor close it with right click.
 > toolbar tip did not display either when hovering over it.
 > - if I close the editor the other pruning task closed.
 > - When I closed eclipse that attached running task closed also.
 >
 > I then figured I would import one of my other workspace. I did and all
 > behavior was as if a new workspace.
 >
 >
 >
 It is normal to have other javaw's running for the VE. We have one
 running per project, and another one running per editor. The one per
 project is so that we can do bean introspection to find the properties.
 The one per editor is where we instantiate all of the beans that are
 displayed in the editor. We need to use separate VM's because we can't
 run them in the VM of the IDE.
 
 --
 Thanks, Rich Kulp
 
 |  |  |  | 
 
 
 Current Time: Fri Oct 31 11:36:16 EDT 2025 
 Powered by FUDForum . Page generated in 0.11037 seconds |