Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] XML parse error exception

Ok, then build 0410 has a problem there since I don't think I am invoking
IDebugViewAdapter directly.
BTW, as mentioned in my previous append, a Java project has the same
exception.
I should wait for a newer build I guess?
Robert.
===========================================================



                                                                                                                  
                    Darin_Wright@xxxxxxx                                                                          
                    Sent by:                    To:     jdt-debug-dev@xxxxxxxxxxx                                 
                    jdt-debug-dev-admin@e       cc:                                                               
                    clipse.org                  Subject:     Re: [jdt-debug-dev] XML parse error exception        
                                                                                                                  
                                                                                                                  
                    04/12/02 04:50 PM                                                                             
                    Please respond to                                                                             
                    jdt-debug-dev                                                                                 
                                                                                                                  
                                                                                                                  




IDebugViewAdapter has been renamed to IDebugView. The error is
"NoClassDefFound".

Darin


                                                                           
   Joe_Szurszewski@xxxxxxx                                                 
   Sent by:                              To:                               
   jdt-debug-dev-admin@eclipse.o jdt-debug-dev@xxxxxxxxxxx                 
   rg                                    cc:                               
                                         Subject:        Re:               
                                 [jdt-debug-dev] XML parse error exception 
   04/12/2002 03:30 PM                                                     
   Please respond to                                                       
   jdt-debug-dev                                                           
                                                                           





The only thing I can think of is that your plugin doesn't prereq
org.eclipse.debug.ui in the 'requires' section?


                                                                          
   weisz@xxxxxxxxxx                                                       
   Sent by:                            To:                                
   jdt-debug-dev-admin@eclipse. jdt-debug-dev@xxxxxxxxxxx                 
   org                                 cc:                                
                                       Subject:        Re:                
                                [jdt-debug-dev] XML parse error exception 
   04/12/2002 12:18 PM                                                    
   Please respond to                                                      
   jdt-debug-dev                                                          
                                                                          





Good stuff.  I got rid of .metadata and things have progressed quite a bit.
Now I am getting another exception,  possibly because my implementation is
not complete ?

Robert.

PS. BTW, I am running build 0410.

==============================================================================


<log-entry date="Fri Apr 12 13:05:36 EDT 2002">
<status
   plugin-id="org.eclipse.ui"
   severity="ERROR"
   message="Failed to execute runnable (java.lang.NoClassDefFoundError:
org/eclipse/debug/ui/IDebugViewAdapter)"
   code="0">
  <exception
     message="Failed to execute runnable (java.lang.NoClassDefFoundError:
org/eclipse/debug/ui/IDebugViewAdapter)"
     trace="
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.NoClassDefFoundError: org/eclipse/debug/ui/IDebugViewAdapter)
   at org.eclipse.swt.SWT.error(SWT.java:1887)
   at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:96)
   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1389)
   at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
Code))
   at
org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:133)

   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:258)
   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.run(LaunchConfigurationDialog.java:1865)

   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.launchWithProgress(LaunchConfigurationDialog.java:1828)

   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.doLaunch(LaunchConfigurationDialog.java:1789)

   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.handleLaunchPressed(LaunchConfigurationDialog.java:1749)

   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.buttonPressed(LaunchConfigurationDialog.java:327)

   at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:356)
   at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:85)
   at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled
Code))
   at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637)
   at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled
Code))
   at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
Code))
   at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled
Code))
   at org.eclipse.jface.window.Window.open(Window.java:525)
   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.open(LaunchConfigurationDialog.java:413)

   at
org.eclipse.debug.internal.ui.actions.OpenLaunchConfigurationsAction.run(OpenLaunchConfigurationsAction.java:126)

   at org.eclipse.jface.action.Action.runWithEvent(Action.java:590)
   at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407)

   at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361)

   at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352)

   at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47)

   at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled
Code))
   at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637)
   at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled
Code))
   at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
Code))
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:836)
   at org.eclipse.ui.internal.Workbench.run(Workbench.java:819)
   at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777)

   at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319)
   at java.lang.reflect.Method.invoke(Native Method)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:190)
   at org.eclipse.core.launcher.Main.run(Main.java:549)
   at org.eclipse.core.launcher.UIMain.main(UIMain.java:52)
">
  </exception>
 </status>
</log-entry>
<log-entry date="Fri Apr 12 13:05:36 EDT 2002">
<status
   plugin-id="org.eclipse.core.resources"
   severity="INFO"
   message="*** Stack trace of contained exception ***"
   code="4">
</status>
</log-entry>
<log-entry date="Fri Apr 12 13:05:36 EDT 2002">
<status
   plugin-id="org.eclipse.ui"
   severity="ERROR"
   message="org/eclipse/debug/ui/IDebugViewAdapter"
   code="0">
  <exception
     message="org/eclipse/debug/ui/IDebugViewAdapter"
     trace="
java.lang.NoClassDefFoundError: org/eclipse/debug/ui/IDebugViewAdapter
   at java.lang.ClassLoader.defineClass0(Native Method)
   at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code))
   at java.net.URLClassLoader.defineClass(URLClassLoader.java(Compiled
Code))
   at java.net.URLClassLoader.defineClass(URLClassLoader.java(Compiled
Code))
   at java.net.URLClassLoader.access$300(URLClassLoader.java(Compiled
Code))
   at
java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java(Compiled Code))
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled
Code))
   at
org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf(PluginClassLoader.java(Compiled


Code))
   at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java(Compiled


Code))
   at
org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java(Compiled


Code))
   at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
   at
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:128)

   at
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:165)

   at
org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:96)

   at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:112)

   at
org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:45)

   at org.eclipse.ui.internal.ViewFactory.createView(ViewFactory.java:85)
   at org.eclipse.ui.internal.ViewFactory.createView(ViewFactory.java:65)
   at org.eclipse.ui.internal.ViewFactory.createView(ViewFactory.java:46)
   at org.eclipse.ui.internal.PageLayout.createView(PageLayout.java:235)
   at org.eclipse.ui.internal.PageLayout.stackView(PageLayout.java:381)
   at
org.eclipse.ui.internal.registry.PerspectiveExtensionReader.processView(PerspectiveExtensionReader.java:129)

   at
org.eclipse.ui.internal.registry.PerspectiveExtensionReader.processExtension(PerspectiveExtensionReader.java:75)

   at
org.eclipse.ui.internal.registry.PerspectiveExtensionReader.readElement(PerspectiveExtensionReader.java:174)

   at
org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:119)

   at
org.eclipse.ui.internal.registry.RegistryReader.readExtension(RegistryReader.java:128)

   at
org.eclipse.ui.internal.registry.RegistryReader.readRegistry(RegistryReader.java:140)

   at
org.eclipse.ui.internal.registry.PerspectiveExtensionReader.extendLayout(PerspectiveExtensionReader.java:49)

   at
org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:515)

   at
org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:217)

   at org.eclipse.ui.internal.Perspective.
&lt;init&gt;(Perspective.java:124)
   at
org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:728)

   at
org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:496)

   at
org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:487)
   at
org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2010)
   at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56)
   at
org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2008)

   at
org.eclipse.ui.internal.Workbench.showPerspective(Workbench.java:962)
   at
org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager$1.run(PerspectiveManager.java:138)

   at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29)
   at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:93)
   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1389)
   at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
Code))
   at
org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:133)

   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:258)
   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.run(LaunchConfigurationDialog.java:1865)

   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.launchWithProgress(LaunchConfigurationDialog.java:1828)

   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.doLaunch(LaunchConfigurationDialog.java:1789)

   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.handleLaunchPressed(LaunchConfigurationDialog.java:1749)

   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.buttonPressed(LaunchConfigurationDialog.java:327)

   at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:356)
   at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:85)
   at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled
Code))
   at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637)
   at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled
Code))
   at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
Code))
   at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled
Code))
    at org.eclipse.jface.window.Window.open(Window.java:525)
   at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.open(LaunchConfigurationDialog.java:413)

   at
org.eclipse.debug.internal.ui.actions.OpenLaunchConfigurationsAction.run(OpenLaunchConfigurationsAction.java:126)

   at org.eclipse.jface.action.Action.runWithEvent(Action.java:590)
   at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407)

   at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361)

   at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352)

   at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47)

   at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled
Code))
   at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637)
   at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled
Code))
   at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
Code))
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:836)
   at org.eclipse.ui.internal.Workbench.run(Workbench.java:819)
   at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777)

   at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319)
   at java.lang.reflect.Method.invoke(Native Method)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:190)
   at org.eclipse.core.launcher.Main.run(Main.java:549)
   at org.eclipse.core.launcher.UIMain.main(UIMain.java:52)
">
  </exception>
</status>
</log-entry>
===========================================================




                  Joe_Szurszewski@oti.c

                  om                          To:
jdt-debug-dev@xxxxxxxxxxx
                  Sent by:                    cc:

                  jdt-debug-dev-admin@e       Subject:     Re:
[jdt-debug-dev] XML parse error exception
                  clipse.org



                  04/12/02 11:38 AM

                  Please respond to

                  jdt-debug-dev






The error is referring not to the XML in which you defined your config
delegate, but to the XML that defines one of your actual launch
configurations.  The problem may be due to the changes that have taken
place recently in the format of launch configurations.  Try pointing
Eclipse to a new (empty) workspace, and see if you still have the problem.
If this works, you will have to delete all launch configs from your live
workspace.  Under .metadata/.plugins, delete
org.eclipse.debug.core/.launches directory, and
org.eclipse.debug.ui/launchConfigurationHistory.xml.

Joe


_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-debug-dev







Back to the top