I get this message when it tries to initialize the LiftFilter..

Dec 22, 2009 6:53:40 PM org.apache.catalina.core.StandardContext
filterStart
SEVERE: Exception starting filter LiftFilter
java.lang.NoSuchMethodError: scala.collection.SeqLike.projection()
Ljava/lang/Object;
        at net.liftweb.util.ListHelpers$class.first(ListHelpers.scala:
53)
        at net.liftweb.util.Helpers$.first(Helpers.scala:32)
        at net.liftweb.util.LogBoot$.findTheFile$1(Log.scala:117)
        at net.liftweb.util.LogBoot$._log4JSetup(Log.scala:119)
        at net.liftweb.util.LogBoot$$anonfun$1.apply(Log.scala:97)
        at net.liftweb.util.LogBoot$$anonfun$1.apply(Log.scala:97)
        at net.liftweb.util.LogBoot$.checkConfig(Log.scala:95)
        at net.liftweb.util.LogBoot$.net$liftweb$util$LogBoot$$_logger
(Log.scala:141)
        at net.liftweb.util.LogBoot$$anonfun$2.apply(Log.scala:143)
        at net.liftweb.util.LogBoot$$anonfun$2.apply(Log.scala:143)
        at net.liftweb.util.Log$.rootLogger(Log.scala:27)
        at net.liftweb.util.Log$.error(Log.scala:43)
        at net.liftweb.http.provider.HTTPProvider$class.bootLift
(HTTPProvider.scala:80)
        at net.liftweb.http.LiftFilter.bootLift(LiftServlet.scala:524)
        at net.liftweb.http.provider.servlet.ServletFilterProvider
$class.init(ServletFilterProvider.scala:23)
        at net.liftweb.http.LiftFilter.init(LiftServlet.scala:524)

Are multiple versions of Scala or Lift getting messed up here?  I have
two different Lift based servlets on this tomcat, one with Scala 2.7.3
and an older lift version and one with Scala 2.8 and the newest lift
version..

I guess I'm just trying to avoid updating that other servlet because
it's really not in my schedule right now..  Then again that might not
be the problem at all..

Alan

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to