You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hdt.apache.org by "Rahul Sharma (JIRA)" <ji...@apache.org> on 2013/03/07 05:06:12 UTC

[jira] [Updated] (HDT-18) java.lang.ClassNotFoundException thown while running plugin

     [ https://issues.apache.org/jira/browse/HDT-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Sharma updated HDT-18:
----------------------------

    Attachment: 0001-Fixing-ClassNotFoundException.patch

Patch which fixes the issue.
                
> 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
>         Attachments: 0001-Fixing-ClassNotFoundException.patch
>
>
> 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