Exception using Stambecco

2 views
Skip to first unread message

Jay

unread,
Jul 18, 2010, 7:32:27 PM7/18/10
to Goat Rodeo
It's been a while, but I'm getting the following exception when I log
into my website.

java.lang.NoSuchMethodError:
scala.collection.TraversableLike.withFilter(Lscala/Function1;)Lscala/
collection/TraversableLike$WithFilter;
at org.stambecco.internal.WorkerImpl$.doAClass$1(Saddle.scala:213)
at org.stambecco.internal.WorkerImpl$.getAllMethods(Saddle.scala:221)
at org.stambecco.internal.WorkerImpl
$.calculateDispatchMap(Saddle.scala:229)
at org.stambecco.internal.WorkerImpl$.calculateDispatch(Saddle.scala:
297)
at org.stambecco.WorkerImpl.receive(Saddle.scala:78)
at org.stambecco.WorkerImpl$$anon$2.messageHandler(Saddle.scala:389)
at net.liftweb.actor.SpecializedLiftActor$class.net$liftweb$actor
$SpecializedLiftActor$$proc2(LiftActor.scala:238)
at net.liftweb.actor.SpecializedLiftActor$$anonfun$net$liftweb$actor
$SpecializedLiftActor$$processMailbox$1.apply$mcV$sp(LiftActor.scala:
165)
at net.liftweb.actor.SpecializedLiftActor$$anonfun$net$liftweb$actor
$SpecializedLiftActor$$processMailbox$1.apply(LiftActor.scala:165)
at net.liftweb.actor.SpecializedLiftActor$$anonfun$net$liftweb$actor
$SpecializedLiftActor$$processMailbox$1.apply(LiftActor.scala:165)
at net.liftweb.actor.SpecializedLiftActor
$class.around(LiftActor.scala:179)
at org.stambecco.WorkerImpl$$anon$2.org$stambecco$WorkerImpl$$anon$
$supAround(Saddle.scala:579)
at org.stambecco.WorkerImpl$$anon$2$$anonfun$around$1$$anonfun$apply
$24.apply(Saddle.scala:593)
at net.liftweb.util.ThreadGlobal.doWith(ThreadGlobal.scala:71)
at net.liftweb.mapper.DB$.doWithConnectionManagers(DB.scala:84)
at org.stambecco.WorkerImpl$$anon$2$$anonfun$around
$1.apply(Saddle.scala:592)
at net.liftweb.util.ThreadGlobal.doWith(ThreadGlobal.scala:71)
at org.stambecco.WorkerImpl$$anon$2.around(Saddle.scala:582)
at net.liftweb.actor.SpecializedLiftActor$class.net$liftweb$actor
$SpecializedLiftActor$$processMailbox(LiftActor.scala:164)
at net.liftweb.actor.SpecializedLiftActor$$anonfun$2$$anonfun$apply
$mcV$sp$1.apply$mcV$sp(LiftActor.scala:128)
at net.liftweb.actor.LAScheduler$$anonfun$9$$anon$1$$anon
$2.run(LiftActor.scala:44)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)


My configuration with Lift is the following:
<scala.version>2.8.0.RC7</scala.version>
<lift.version>2.0-scala280-SNAPSHOT</lift.version>

David Pollak

unread,
Jul 19, 2010, 10:35:25 AM7/19/10
to goat-...@googlegroups.com
There's probably a Scala version mis-match.  I've published the latest Stambecco code to:


If you're using sbt for build:

val stambecco = "org.stambecco" %% "stambecco-core" % "0.1-SNAPSHOT"

Note the double %%.  This will match the version of Scala with the version of Stambecco (right now, only 2.8.0)


--
You received this message because you are subscribed to the Google Groups "Goat Rodeo" group.
To post to this group, send email to goat-...@googlegroups.com.
To unsubscribe from this group, send email to goat-rodeo+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/goat-rodeo?hl=en.




--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im
Surf the harmonics
Reply all
Reply to author
Forward
0 new messages