You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hdt.apache.org by "Adam Berry (JIRA)" <ji...@apache.org> on 2013/03/19 22:01:15 UTC

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

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

Adam Berry resolved HDT-15.
---------------------------

    Resolution: Fixed
      Assignee: Adam Berry

Added all the other dependencies for hadoop-core, ideally we should do this in a maven build.
                
> 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
>
> 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