Rahul Sharma created HDT-18:
-------------------------------
Summary: java.lang.ClassNotFoundException thown while running
plugin
Key: HDT-18
URL: https://issues.apache.org/jira/browse/HDT-18
Project: Hadoop Development Tools
Issue Type: Bug
Components: Launch
Reporter: Rahul Sharma
Plugin.xml in org.apache.hdt.dfs.ui does not contain correct ClasNames and
package name due to which the following stacktrace is reported while running
the plugin
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in org.apache.hdt.dfs.ui was
unable to load class org.apache.hadoop.eclipse.dfs.ActionProvider.
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)
at
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
at
org.eclipse.ui.internal.navigator.actions.CommonActionProviderDescriptor$1.run(CommonActionProviderDescriptor.java:197)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
.....................................
Caused by: java.lang.ClassNotFoundException:
org.apache.hadoop.eclipse.dfs.ActionProvider
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira