Skip to main content



      Home
Home » Archived » Visual Editor (VE) » NullPointerException if I create a VisualClass
NullPointerException if I create a VisualClass [message #74804] Tue, 14 December 2004 05:47 Go to next message
Eclipse UserFriend
Hi,

If I create a VisualClass I always receive a NullPointerException.
in the .log is:

eclipse.buildId=I200409240800
java.version=1.4.2_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE

!ENTRY org.eclipse.osgi Dez 08, 2004 12:51:45.329
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:2717)
at org.eclipse.swt.SWT.error(SWT.java:2616)
at org.eclipse.swt.SWT.error(SWT.java:2587)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:7 16)
at org.eclipse.swt.widgets.Display.create(Display.java:701)
at org.eclipse.swt.graphics.Device.<init>(Device.java:113)
at org.eclipse.swt.widgets.Display.<init>(Display.java:409)
at org.eclipse.swt.widgets.Display.<init>(Display.java:405)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:295)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:127)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:78)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

Any help available (e.g. Plattform parameters for handles....)?


Greetings

Andreas
Re: NullPointerException if I create a VisualClass [message #74821 is a reply to message #74804] Tue, 14 December 2004 05:49 Go to previous messageGo to next message
Eclipse UserFriend
Note:

I have deinstall the gtk_qt binding from Suse 9.2.
The binding doesn't work on Suse 9.2 and Eclipse 3.1

greetings

Andreas
Re: NullPointerException if I create a VisualClass [message #74851 is a reply to message #74804] Tue, 14 December 2004 10:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

There has got to be more errors in the .log because this trace has
nothing to do with the VE. It is confusing because this trace indicates
it never even got to the point of bringing up an Eclipse workspace, let
alone start VE.

I also don't know what you mean by deinstalling gtk bindings. VE needs
to have gtk available. Does that mean it is not available?

Also on SUSE, there is a problem in the etc/.hosts file, it has
localhost defined twice, and this screws things up. Go to your
etc/.hosts file and make sure localhost is defined only on the 127.0.0.1
line, and is removed from the :::0 line.

FreeGroup wrote:
> Hi,
>
> If I create a VisualClass I always receive a NullPointerException.
> in the .log is:
>
> eclipse.buildId=I200409240800
> java.version=1.4.2_05
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
>
> !ENTRY org.eclipse.osgi Dez 08, 2004 12:51:45.329
> !MESSAGE Application error
> !STACK 1
> org.eclipse.swt.SWTError: No more handles
> at org.eclipse.swt.SWT.error(SWT.java:2717)
> at org.eclipse.swt.SWT.error(SWT.java:2616)
> at org.eclipse.swt.SWT.error(SWT.java:2587)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:7 16)
> at org.eclipse.swt.widgets.Display.create(Display.java:701)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:113)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:409)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:405)
> at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:295)
> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:156)
> at
> org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:127)

--
Thanks,
Rich Kulp
Re: NullPointerException if I create a VisualClass [message #74883 is a reply to message #74851] Tue, 14 December 2004 10:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Or is it hosts/.etc (? I forget which is it called).

>
> Also on SUSE, there is a problem in the etc/.hosts file, it has
> localhost defined twice, and this screws things up. Go to your
> etc/.hosts file and make sure localhost is defined only on the 127.0.0.1
> line, and is removed from the :::0 line.

--
Thanks,
Rich Kulp
Re: NullPointerException if I create a VisualClass [message #75027 is a reply to message #74851] Tue, 14 December 2004 14:52 Go to previous messageGo to next message
Eclipse UserFriend
Rich Kulp wrote:
> There has got to be more errors in the .log because this trace has
> nothing to do with the VE. It is confusing because this trace indicates
> it never even got to the point of bringing up an Eclipse workspace, let
> alone start VE.
I'm have clean up my workspace (I create a runtime-workspace for plugin
development) and in this workspace it runs fine.

I can address the wrong setting in my workspace (and I don't want delete them)
There is no more in the .log file!

Any help?


>
> I also don't know what you mean by deinstalling gtk bindings. VE needs
> to have gtk available. Does that mean it is not available?
>
I have deinstalle the gtk-qt-engine which maps the gui from gnome gtk to the KDE
settings/font/gui elements....a gui bridge - I think.

see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=77928

> Also on SUSE, there is a problem in the etc/.hosts file, it has
> localhost defined twice, and this screws things up. Go to your
> etc/.hosts file and make sure localhost is defined only on the 127.0.0.1
> line, and is removed from the :::0 line.
>
Thanks for the hint...I think I can comment out the line


Greetings

Andreas
Re: NullPointerException if I create a VisualClass [message #75038 is a reply to message #75027] Tue, 14 December 2004 14:54 Go to previous messageGo to next message
Eclipse UserFriend
>
> I can address the wrong setting in my workspace (and I don't want delete

tsts... I CAN'T address......





:-)
the correct .log [message #75050 is a reply to message #75027] Tue, 14 December 2004 15:18 Go to previous messageGo to next message
Eclipse UserFriend
Annotation: If I create a runtime-workspace the VE works fine....

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.185
!MESSAGE
!STACK 0
IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/GdkEventMotion
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at org.eclipse.jem.internal.proxy.vm.remote.ConnectionHandler.r un(ConnectionHandler.java:143)
at org.eclipse.jem.internal.proxy.vm.remote.ConnectionThread.ru n(ConnectionThread.java:47)
IWAV0074I *** Local StackTrace:
org.eclipse.jem.internal.proxy.remote.REMThrowableBeanProxyP roxy:
java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/GdkEventMotion
at
org.eclipse.jem.internal.proxy.remote.REMThrowableBeanTypePr oxy.createThrowableBeanProxy(REMThrowableBeanTypeProxy.java: 34)
at
org.eclipse.jem.internal.proxy.remote.REMThrowableBeanTypePr oxy.newBeanProxy(REMThrowableBeanTypeProxy.java:65)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanProxyFa ctory.getBeanProxy(REMStandardBeanProxyFactory.java:454)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanProxyFa ctory.processErrorReturn(REMStandardBeanProxyFactory.java:50 5)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.getClassReturn(REMStandardBeanTypeProxyFactory.jav a:313)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.createBeanTypeProxy(REMStandardBeanTypeProxyFactor y.java:173)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.getBeanTypeProxy(REMStandardBeanTypeProxyFactory.j ava:290)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.getBeanTypeProxy(REMStandardBeanTypeProxyFactory.j ava:237)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.primInsta ntiateBeanProxy(BeanProxyAdapter.java:857)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.instantia teBeanProxy(BeanProxyAdapter.java:755)
at
org.eclipse.ve.internal.swt.FreeFormControlHostAdapter.add(F reeFormControlHostAdapter.java:77)
at org.eclipse.ve.internal.swt.ControlProxyAdapter.setTarget(Co ntrolProxyAdapter.java:330)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl$EAdapte rList.didAdd(BasicNotifierImpl.java:71)
at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:5 99)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl$EAdapte rList.add(BasicNotifierImpl.java:115)
at
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.associ ate(AdapterFactoryImpl.java:161)
at
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.adaptN ew(AdapterFactoryImpl.java:113)
at org.eclipse.emf.ecore.util.EcoreUtil.getRegisteredAdapter(Ec oreUtil.java:100)
at
org.eclipse.ve.internal.java.core.BeanProxyUtilities.getBean ProxyHost(BeanProxyUtilities.java:353)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itSetting(CompositionProxyAdapter.java:156)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itBeanProxy(CompositionProxyAdapter.java:119)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1488)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.483
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/OS

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.484
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.486
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java: 63)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.487
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.488
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java: 54)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.489
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.490
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err> at org.eclipse.swt.widgets.Display.<clinit>(Display.java:118)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.491
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.492
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err> at
org.eclipse.ve.internal.swt.targetvm.Environment$1.run(Envir onment.java:32)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.493
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.ve.java.core 4 0 Dez 14, 2004 21:15:49.495
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
at org.eclipse.jem.internal.proxy.swt.DisplayManager.syncExec(D isplayManager.java:453)
at
org.eclipse.jem.internal.proxy.swt.JavaStandardSWTBeanConsta nts.invokeSyncExec(JavaStandardSWTBeanConstants.java:135)
at org.eclipse.ve.internal.swt.WidgetProxyAdapter.invokeSyncExe c(WidgetProxyAdapter.java:65)
at
org.eclipse.ve.internal.swt.ControlProxyAdapter.basicInitial izationStringAllocation(ControlProxyAdapter.java:70)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.primInsta ntiateBeanProxy(BeanProxyAdapter.java:861)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.instantia teBeanProxy(BeanProxyAdapter.java:755)
at
org.eclipse.ve.internal.swt.FreeFormControlHostAdapter.add(F reeFormControlHostAdapter.java:77)
at org.eclipse.ve.internal.swt.ControlProxyAdapter.setTarget(Co ntrolProxyAdapter.java:330)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl$EAdapte rList.didAdd(BasicNotifierImpl.java:71)
at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:5 99)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl$EAdapte rList.add(BasicNotifierImpl.java:115)
at
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.associ ate(AdapterFactoryImpl.java:161)
at
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.adaptN ew(AdapterFactoryImpl.java:113)
at org.eclipse.emf.ecore.util.EcoreUtil.getRegisteredAdapter(Ec oreUtil.java:100)
at
org.eclipse.ve.internal.java.core.BeanProxyUtilities.getBean ProxyHost(BeanProxyUtilities.java:353)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itSetting(CompositionProxyAdapter.java:156)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itBeanProxy(CompositionProxyAdapter.java:119)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1488)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Re: the correct .log [message #75064 is a reply to message #75050] Tue, 14 December 2004 17:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

For some reason you are missing the GdkEventMotion, whatever that is.
There is something wrong with your installation. Since it works when you
start from runtime-workspace that means there is something different
between the two eclipse installations, or settings on them. Are you sure
you have Eclipse SWT for GTK installed correctly. It appears to be
missing the Eclipse GTK SWT fragments, or at least the code from them.

FreeGroup wrote:
> Annotation: If I create a runtime-workspace the VE works fine....
>
> !ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.185
> !MESSAGE
> !STACK 0
> IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
> java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/GdkEventMotion

--
Thanks,
Rich Kulp
Re: the correct .log [message #75274 is a reply to message #75064] Fri, 17 December 2004 13:18 Go to previous message
Eclipse UserFriend
Rich Kulp wrote:
> For some reason you are missing the GdkEventMotion, whatever that is.
> There is something wrong with your installation. Since it works when you
> start from runtime-workspace that means there is something different
> between the two eclipse installations, or settings on them. Are you sure
> you have Eclipse SWT for GTK installed correctly. It appears to be
> missing the Eclipse GTK SWT fragments, or at least the code from them.
>

....after 3 days I dosen't continue with the VE.
I will layout my 2-3 Dialogs direkt with the API. :-(

It is not possible to run the VE in my Eclipse

greetings

Andreas
Re: NullPointerException if I create a VisualClass [message #603881 is a reply to message #74804] Tue, 14 December 2004 05:49 Go to previous message
Eclipse UserFriend
Note:

I have deinstall the gtk_qt binding from Suse 9.2.
The binding doesn't work on Suse 9.2 and Eclipse 3.1

greetings

Andreas
Re: NullPointerException if I create a VisualClass [message #603887 is a reply to message #74804] Tue, 14 December 2004 10:18 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

There has got to be more errors in the .log because this trace has
nothing to do with the VE. It is confusing because this trace indicates
it never even got to the point of bringing up an Eclipse workspace, let
alone start VE.

I also don't know what you mean by deinstalling gtk bindings. VE needs
to have gtk available. Does that mean it is not available?

Also on SUSE, there is a problem in the etc/.hosts file, it has
localhost defined twice, and this screws things up. Go to your
etc/.hosts file and make sure localhost is defined only on the 127.0.0.1
line, and is removed from the :::0 line.

FreeGroup wrote:
> Hi,
>
> If I create a VisualClass I always receive a NullPointerException.
> in the .log is:
>
> eclipse.buildId=I200409240800
> java.version=1.4.2_05
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
>
> !ENTRY org.eclipse.osgi Dez 08, 2004 12:51:45.329
> !MESSAGE Application error
> !STACK 1
> org.eclipse.swt.SWTError: No more handles
> at org.eclipse.swt.SWT.error(SWT.java:2717)
> at org.eclipse.swt.SWT.error(SWT.java:2616)
> at org.eclipse.swt.SWT.error(SWT.java:2587)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:7 16)
> at org.eclipse.swt.widgets.Display.create(Display.java:701)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:113)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:409)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:405)
> at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:295)
> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:156)
> at
> org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:127)

--
Thanks,
Rich Kulp
Re: NullPointerException if I create a VisualClass [message #603896 is a reply to message #74851] Tue, 14 December 2004 10:21 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Or is it hosts/.etc (? I forget which is it called).

>
> Also on SUSE, there is a problem in the etc/.hosts file, it has
> localhost defined twice, and this screws things up. Go to your
> etc/.hosts file and make sure localhost is defined only on the 127.0.0.1
> line, and is removed from the :::0 line.

--
Thanks,
Rich Kulp
Re: NullPointerException if I create a VisualClass [message #603908 is a reply to message #74851] Tue, 14 December 2004 14:52 Go to previous message
Eclipse UserFriend
Rich Kulp wrote:
> There has got to be more errors in the .log because this trace has
> nothing to do with the VE. It is confusing because this trace indicates
> it never even got to the point of bringing up an Eclipse workspace, let
> alone start VE.
I'm have clean up my workspace (I create a runtime-workspace for plugin
development) and in this workspace it runs fine.

I can address the wrong setting in my workspace (and I don't want delete them)
There is no more in the .log file!

Any help?


>
> I also don't know what you mean by deinstalling gtk bindings. VE needs
> to have gtk available. Does that mean it is not available?
>
I have deinstalle the gtk-qt-engine which maps the gui from gnome gtk to the KDE
settings/font/gui elements....a gui bridge - I think.

see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=77928

> Also on SUSE, there is a problem in the etc/.hosts file, it has
> localhost defined twice, and this screws things up. Go to your
> etc/.hosts file and make sure localhost is defined only on the 127.0.0.1
> line, and is removed from the :::0 line.
>
Thanks for the hint...I think I can comment out the line


Greetings

Andreas
Re: NullPointerException if I create a VisualClass [message #603911 is a reply to message #75027] Tue, 14 December 2004 14:54 Go to previous message
Eclipse UserFriend
>
> I can address the wrong setting in my workspace (and I don't want delete

tsts... I CAN'T address......





:-)
the correct .log [message #603912 is a reply to message #75027] Tue, 14 December 2004 15:18 Go to previous message
Eclipse UserFriend
Annotation: If I create a runtime-workspace the VE works fine....

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.185
!MESSAGE
!STACK 0
IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/GdkEventMotion
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at org.eclipse.jem.internal.proxy.vm.remote.ConnectionHandler.r un(ConnectionHandler.java:143)
at org.eclipse.jem.internal.proxy.vm.remote.ConnectionThread.ru n(ConnectionThread.java:47)
IWAV0074I *** Local StackTrace:
org.eclipse.jem.internal.proxy.remote.REMThrowableBeanProxyP roxy:
java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/GdkEventMotion
at
org.eclipse.jem.internal.proxy.remote.REMThrowableBeanTypePr oxy.createThrowableBeanProxy(REMThrowableBeanTypeProxy.java: 34)
at
org.eclipse.jem.internal.proxy.remote.REMThrowableBeanTypePr oxy.newBeanProxy(REMThrowableBeanTypeProxy.java:65)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanProxyFa ctory.getBeanProxy(REMStandardBeanProxyFactory.java:454)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanProxyFa ctory.processErrorReturn(REMStandardBeanProxyFactory.java:50 5)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.getClassReturn(REMStandardBeanTypeProxyFactory.jav a:313)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.createBeanTypeProxy(REMStandardBeanTypeProxyFactor y.java:173)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.getBeanTypeProxy(REMStandardBeanTypeProxyFactory.j ava:290)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.getBeanTypeProxy(REMStandardBeanTypeProxyFactory.j ava:237)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.primInsta ntiateBeanProxy(BeanProxyAdapter.java:857)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.instantia teBeanProxy(BeanProxyAdapter.java:755)
at
org.eclipse.ve.internal.swt.FreeFormControlHostAdapter.add(F reeFormControlHostAdapter.java:77)
at org.eclipse.ve.internal.swt.ControlProxyAdapter.setTarget(Co ntrolProxyAdapter.java:330)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl$EAdapte rList.didAdd(BasicNotifierImpl.java:71)
at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:5 99)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl$EAdapte rList.add(BasicNotifierImpl.java:115)
at
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.associ ate(AdapterFactoryImpl.java:161)
at
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.adaptN ew(AdapterFactoryImpl.java:113)
at org.eclipse.emf.ecore.util.EcoreUtil.getRegisteredAdapter(Ec oreUtil.java:100)
at
org.eclipse.ve.internal.java.core.BeanProxyUtilities.getBean ProxyHost(BeanProxyUtilities.java:353)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itSetting(CompositionProxyAdapter.java:156)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itBeanProxy(CompositionProxyAdapter.java:119)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1488)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.483
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/OS

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.484
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.486
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java: 63)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.487
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.488
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java: 54)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.489
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.490
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err> at org.eclipse.swt.widgets.Display.<clinit>(Display.java:118)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.491
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.492
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err> at
org.eclipse.ve.internal.swt.targetvm.Environment$1.run(Envir onment.java:32)

!ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.493
!MESSAGE
+++ Warning +++: Tue Dec 14 21:15:49 CET 2004 Project (de.tif.jacob.designer)-VM for
de.tif.jacob.designer:err>

!ENTRY org.eclipse.ve.java.core 4 0 Dez 14, 2004 21:15:49.495
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
at org.eclipse.jem.internal.proxy.swt.DisplayManager.syncExec(D isplayManager.java:453)
at
org.eclipse.jem.internal.proxy.swt.JavaStandardSWTBeanConsta nts.invokeSyncExec(JavaStandardSWTBeanConstants.java:135)
at org.eclipse.ve.internal.swt.WidgetProxyAdapter.invokeSyncExe c(WidgetProxyAdapter.java:65)
at
org.eclipse.ve.internal.swt.ControlProxyAdapter.basicInitial izationStringAllocation(ControlProxyAdapter.java:70)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.primInsta ntiateBeanProxy(BeanProxyAdapter.java:861)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.instantia teBeanProxy(BeanProxyAdapter.java:755)
at
org.eclipse.ve.internal.swt.FreeFormControlHostAdapter.add(F reeFormControlHostAdapter.java:77)
at org.eclipse.ve.internal.swt.ControlProxyAdapter.setTarget(Co ntrolProxyAdapter.java:330)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl$EAdapte rList.didAdd(BasicNotifierImpl.java:71)
at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:5 99)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl$EAdapte rList.add(BasicNotifierImpl.java:115)
at
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.associ ate(AdapterFactoryImpl.java:161)
at
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.adaptN ew(AdapterFactoryImpl.java:113)
at org.eclipse.emf.ecore.util.EcoreUtil.getRegisteredAdapter(Ec oreUtil.java:100)
at
org.eclipse.ve.internal.java.core.BeanProxyUtilities.getBean ProxyHost(BeanProxyUtilities.java:353)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itSetting(CompositionProxyAdapter.java:156)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itBeanProxy(CompositionProxyAdapter.java:119)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1488)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Re: the correct .log [message #603917 is a reply to message #75050] Tue, 14 December 2004 17:10 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

For some reason you are missing the GdkEventMotion, whatever that is.
There is something wrong with your installation. Since it works when you
start from runtime-workspace that means there is something different
between the two eclipse installations, or settings on them. Are you sure
you have Eclipse SWT for GTK installed correctly. It appears to be
missing the Eclipse GTK SWT fragments, or at least the code from them.

FreeGroup wrote:
> Annotation: If I create a runtime-workspace the VE works fine....
>
> !ENTRY org.eclipse.jem.proxy 2 0 Dez 14, 2004 21:15:49.185
> !MESSAGE
> !STACK 0
> IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
> java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/GdkEventMotion

--
Thanks,
Rich Kulp
Re: the correct .log [message #603962 is a reply to message #75064] Fri, 17 December 2004 13:18 Go to previous message
Eclipse UserFriend
Rich Kulp wrote:
> For some reason you are missing the GdkEventMotion, whatever that is.
> There is something wrong with your installation. Since it works when you
> start from runtime-workspace that means there is something different
> between the two eclipse installations, or settings on them. Are you sure
> you have Eclipse SWT for GTK installed correctly. It appears to be
> missing the Eclipse GTK SWT fragments, or at least the code from them.
>

....after 3 days I dosen't continue with the VE.
I will layout my 2-3 Dialogs direkt with the API. :-(

It is not possible to run the VE in my Eclipse

greetings

Andreas
Previous Topic:FYI: VE developers out for the holidays
Next Topic:FYI: VE developers out for the holidays
Goto Forum:
  


Current Time: Tue Jul 08 17:59:17 EDT 2025

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

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

Back to the top