Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] eclipse 2.1.1 SWTError



I've seen this too.  I'm not sure why but it's related to the svchost/RCP
crash that's being caused by the blaster worm that is going around.

-m@



                                                                       
             Fabrice                                                   
             Dewasmes                                                  
             <fabrice.dewasm                                            To
             es@xxxxxxxxxxx>         platform-swt-dev@xxxxxxxxxxx      
             Sent by:                                                   cc
             platform-swt-de                                           
             v-admin@eclipse                                       Subject
             .org                    [platform-swt-dev] eclipse 2.1.1  
                                     SWTError                          
                                                                       
             08/13/2003                                                
             03:56 AM                                                  
                                                                       
                                                                       
             Please respond                                            
                   to                                                  
             platform-swt-de                                           
              v@xxxxxxxxxxx                                            
                                                                       
                                                                       






Hi,

I've recently downloaded Eclipse 2.1.1 for a windows 2K platform running a
sun
JDK 1.4.0.

My platform crash from time to time and here's what is in the .log file of
my
.metadata directory as I'm trying to restart :

!SESSION
----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 août 13, 2003 09:28:46.96
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

             at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

             at java.lang.reflect.Method.invoke(Method.java:324)
             at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
             at org.eclipse.core.launcher.Main.run(Main.java:747)
             at org.eclipse.core.launcher.Main.main(Main.java:583)
Caused by: java.lang.reflect.InvocationTargetException
             at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:861)

             at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
             ... 7 more
Caused by: org.eclipse.swt.SWTError: Cannot initialize Drop result =
-2147023174
             at org.eclipse.swt.dnd.DND.error(DND.java:220)
             at org.eclipse.swt.dnd.DropTarget.<init>(DropTarget.java:131)
             at
org.eclipse.ui.internal.ShortcutBarPart.initDragAndDrop(ShortcutBarPart.java:189)

             at
org.eclipse.ui.internal.ShortcutBarPart.<init>(ShortcutBarPart.java:171)
             at
org.eclipse.ui.internal.WorkbenchWindow.createShortcutBar(WorkbenchWindow.java:626)

             at
org.eclipse.ui.internal.WorkbenchWindow.configureShell(WorkbenchWindow.java:582)

             at
org.eclipse.jface.window.Window.createShell(Window.java:350)
             at org.eclipse.jface.window.Window.create(Window.java:301)
             at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1068)
             at org.eclipse.ui.internal.Workbench.init(Workbench.java:874)
             at org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
             at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)

             ... 8 more

Have any idea ?

Fabrice

P.S. I have some plugins installed : struts-console, JOPE (jonas plugin)
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top