it appears that the plugin is picking up the incorrect root folder for the plugin. 

i use a program called "eclipse launcher" http://sourceforge.net/projects/eclauncher/ 
to launch eclipse b/c i have multiple setups and it makes it easier to manage then 
having lots of shortcuts on my desktop - it appears the plugin is picking up the root 
directory of where the "launcher" lives instead of using the location eclipse is in. 

here is the complete stack trace: 


  | !SESSION Mar 16, 2004 10:42:58.711 ---------------------------------------------
  | java.version=1.4.2_02
  | java.vendor=Sun Microsystems Inc.
  | BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
  | Command-line arguments: -data C:\devtools\eclipse\v3.0M7\workspace
  | !ENTRY org.jboss.ide.eclipse.xdoclet.core 4 0 Mar 16, 2004 10:42:58.711
  | !MESSAGE GABI: the root folder is: 
C:\devtools\eclipse\launcher\pluginsorg.jboss.ide.eclipse.xdoclet.core_1.2.230
  | !ENTRY org.eclipse.core.runtime 4 2 Mar 16, 2004 10:42:58.727
  | !MESSAGE Plug-in "org.jboss.ide.eclipse.xdoclet.core" was unable to instantiate 
class "org.jboss.ide.eclipse.xdoclet.core.XDocletCorePlugin".
  | !STACK 0
  | java.lang.reflect.InvocationTargetException
  |     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  |     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  |     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  |     at java.lang.reflect.Constructor.newInstance(Unknown Source)
  |     at 
org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:488)
  |     at 
org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:438)
  |     at 
org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:406)
  |     at 
org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:48)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleContext$1.run(BundleContext.java:1054)
  |     at java.security.AccessController.doPrivileged(Native Method)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:1050)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleContext.java:991)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:403)
  |     at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:312)
  |     at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:133)
  |     at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125)
  |     at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114)
  |     at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:171)
  |     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
  |     at 
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:168)
  |     at 
org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:60)
  |     at 
org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1061)
  |     at 
org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:574)
  |     at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:431)
  |     at 
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:819)
  |     at org.eclipse.core.runtime.Platform.run(Platform.java:493)
  |     at 
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:429)
  |     at 
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:680)
  |     at 
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:698)
  |     at 
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:198)
  |     at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:193)
  |     at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:334)
  |     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  |     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:102)
  |     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2325)
  |     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2033)
  |     at org.eclipse.jface.window.Window.runEventLoop(Window.java:647)
  |     at org.eclipse.jface.window.Window.open(Window.java:627)
  |     at 
org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72)
  |     at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
  |     at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:536)
  |     at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
  |     at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
  |     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
  |     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
  |     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348)
  |     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029)
  |     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1550)
  |     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1526)
  |     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265)
  |     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
  |     at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
  |     at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257)
  |     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  |     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  |     at java.lang.reflect.Method.invoke(Unknown Source)
  |     at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
  |     at org.eclipse.core.launcher.Main.run(Main.java:742)
  |     at org.eclipse.core.launcher.Main.main(Main.java:581)
  | Caused by: java.lang.NullPointerException
  |     at 
org.jboss.ide.eclipse.xdoclet.core.XDocletCorePlugin.fetchModules(XDocletCorePlugin.java:207)
  |     at 
org.jboss.ide.eclipse.xdoclet.core.XDocletCorePlugin.<init>(XDocletCorePlugin.java:95)
  |     ... 61 more
  | !ENTRY org.eclipse.core.runtime 4 1 Mar 16, 2004 10:42:58.742
  | !MESSAGE Plug-in org.jboss.ide.eclipse.xdoclet.core was unable to load class 
org.jboss.ide.eclipse.xdoclet.core.ui.MainPreferencePage.
  | !STACK 0
  | org.osgi.framework.BundleException: Exception in 
org.eclipse.core.internal.compatibility.PluginActivator.start()
  |     at 
org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:1071)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleContext.java:991)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:403)
  |     at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:312)
  |     at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:133)
  |     at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125)
  |     at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114)
  |     at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:171)
  |     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
  |     at 
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:168)
  |     at 
org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:60)
  |     at 
org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1061)
  |     at 
org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:574)
  |     at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:431)
  |     at 
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:819)
  |     at org.eclipse.core.runtime.Platform.run(Platform.java:493)
  |     at 
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:429)
  |     at 
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:680)
  |     at 
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:698)
  |     at 
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:198)
  |     at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:193)
  |     at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:334)
  |     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  |     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:102)
  |     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2325)
  |     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2033)
  |     at org.eclipse.jface.window.Window.runEventLoop(Window.java:647)
  |     at org.eclipse.jface.window.Window.open(Window.java:627)
  |     at 
org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72)
  |     at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
  |     at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:536)
  |     at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
  |     at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
  |     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
  |     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
  |     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348)
  |     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029)
  |     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1550)
  |     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1526)
  |     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265)
  |     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
  |     at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
  |     at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257)
  |     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  |     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  |     at java.lang.reflect.Method.invoke(Unknown Source)
  |     at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
  |     at org.eclipse.core.launcher.Main.run(Main.java:742)
  |     at org.eclipse.core.launcher.Main.main(Main.java:581)
  | Nested exception:
  | org.eclipse.core.runtime.CoreException[2]: 
java.lang.reflect.InvocationTargetException
  |     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  |     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  |     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  |     at java.lang.reflect.Constructor.newInstance(Unknown Source)
  |     at 
org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:488)
  |     at 
org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:438)
  |     at 
org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:406)
  |     at 
org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:48)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleContext$1.run(BundleContext.java:1054)
  |     at java.security.AccessController.doPrivileged(Native Method)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:1050)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleContext.java:991)
  |     at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:403)
  |     at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:312)
  |     at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:133)
  |     at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125)
  |     at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114)
  |     at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:171)
  |     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
  |     at 
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:168)
  |     at 
org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:60)
  |     at 
org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1061)
  |     at 
org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:574)
  |     at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:431)
  |     at 
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:819)
  |     at org.eclipse.core.runtime.Platform.run(Platform.java:493)
  |     at 
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:429)
  |     at 
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:680)
  |     at 
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:698)
  |     at 
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:198)
  |     at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:193)
  |     at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:334)
  |     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  |     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:102)
  |     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2325)
  |     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2033)
  |     at org.eclipse.jface.window.Window.runEventLoop(Window.java:647)
  |     at org.eclipse.jface.window.Window.open(Window.java:627)
  |     at 
org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72)
  |     at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
  |     at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:536)
  |     at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
  |     at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
  |     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
  |     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
  |     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348)
  |     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029)
  |     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1550)
  |     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1526)
  |     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265)
  |     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
  |     at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
  |     at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257)
  |     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  |     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  |     at java.lang.reflect.Method.invoke(Unknown Source)
  |     at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
  |     at org.eclipse.core.launcher.Main.run(Main.java:742)
  |     at org.eclipse.core.launcher.Main.main(Main.java:581)
  | Caused by: java.lang.NullPointerException
  |     at 
org.jboss.ide.eclipse.xdoclet.core.XDocletCorePlugin.fetchModules(XDocletCorePlugin.java:207)
  |     at 
org.jboss.ide.eclipse.xdoclet.core.XDocletCorePlugin.<init>(XDocletCorePlugin.java:95)
  |     ... 61 more
  | 

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825955#3825955";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825955>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to