java.lang.NoSuchMethodError: java.lang.Long.hashCode(J)I
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by ashvina
, 1 year agojava.lang.NoSuchMethodError: java.lang.Long.hashCode(J)I
at com.twitter.heron.spi.packing.Resource.hashCode(Resource.java:57)
at com.twitter.heron.spi.packing.PackingPlan$InstancePlan.hashCode(PackingPlan.java:209)
at java.util.HashMap.hash(HashMap.java:362)
at java.util.HashMap.put(HashMap.java:492)
at java.util.HashSet.add(HashSet.java:217)
at java.util.AbstractCollection.addAll(AbstractCollection.java:342)
at java.util.HashSet.
(HashSet.java:117) at com.twitter.heron.packing.roundrobin.RoundRobinPacking.pack(RoundRobinPacking.java:146)
at com.twitter.heron.spi.utils.LauncherUtils.createPackingPlan(LauncherUtils.java:62)
at com.twitter.heron.scheduler.LaunchRunner.call(LaunchRunner.java:123)
at com.twitter.heron.scheduler.SubmitterMain.callLauncherRunner(SubmitterMain.java:459)
at com.twitter.heron.scheduler.SubmitterMain.submitTopology(SubmitterMain.java:413)
at com.twitter.heron.scheduler.SubmitterMain.main(SubmitterMain.java:322)