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/20 05:01:16 UTC

[jira] [Updated] (HDT-15) Runtime dependencies not satisfied

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

Rahul Sharma updated HDT-15:
----------------------------

    Attachment: HDT-15.patch

The issue is not completely fixed as the jars should also be added to the bundle classpath. 

Attached a trival patch for the same.
                
> Runtime dependencies not satisfied
> ----------------------------------
>
>                 Key: HDT-15
>                 URL: https://issues.apache.org/jira/browse/HDT-15
>             Project: Hadoop Development Tools
>          Issue Type: Bug
>            Reporter: Bob Kerns
>            Assignee: Adam Berry
>         Attachments: HDT-15.patch
>
>
> When trying to open a cluster, it gets the error below. I presume there are more necessary jars we're not providing as well.
> java.lang.NoClassDefFoundError: org/codehaus/jackson/map/JsonMappingException
> 	at org.apache.hdt.core.cluster.HadoopCluster.getJobClient(HadoopCluster.java:484)
> 	at org.apache.hdt.core.cluster.HadoopCluster$LocationStatusUpdater.run(HadoopCluster.java:107)
> 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: java.lang.ClassNotFoundException: org.codehaus.jackson.map.JsonMappingException
> 	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
> 	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
> 	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	... 3 more

--
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