Re: scala.Tuple2._1$mcI$sp()I

2013-06-11 Thread Hussain Pirosha
I faced the same issue. Check your classpath to see if sbt-launch.jar is preceding scala-library.jar. Both of them have the same class; scala.Tuple2 from scala-library is the correct one. After placing scala-library.jar higher in the classpath solved the issue. Thanks, Hussain ___

Re: scala.Tuple2._1$mcI$sp()I

2013-04-09 Thread David Arthur
What version of Scala are you compiling with? On 4/9/13 3:03 AM, satya prakash wrote: Exception in thread "main" java.lang.NoSuchMethodError: scala.Tuple2._1$mcI$sp()I when i am executing my project of kafka then i am getting this bugs. i tried alot to solve this but i still err

scala.Tuple2._1$mcI$sp()I

2013-04-09 Thread satya prakash
Exception in thread "main" java.lang.NoSuchMethodError: scala.Tuple2._1$mcI$sp()I when i am executing my project of kafka then i am getting this bugs. i tried alot to solve this but i still error. please suggest me something to solve this.