Hi

Over the last couple of days I have been getting the following error on Lift
1.0 using scala 2.7.3 when I try to deploy an application to a Glassfish (or
Tomcat) server (Jetty works ok)

: Exception starting filter LiftFilter
java.lang.IncompatibleClassChangeError: Class scala.List$$anon$1 does not
implement the requested interface scala.Seq$Projection
    at net.liftweb.util.ListHelpers$class.first(ListHelpers.scala:50)
    at net.liftweb.util.Helpers$.first(Helpers.scala:29)
    at net.liftweb.util.Props$.<init>(Props.scala:151)
    at net.liftweb.util.Props$.<clinit>(Props.scala)
    at net.liftweb.util.LogBoot$.findTheFile$1(Log.scala:115)
    at net.liftweb.util.LogBoot$._log4JSetup(Log.scala:118)
    at net.liftweb.util.LogBoot$$anonfun$2.apply(Log.scala:96)
    at net.liftweb.util.LogBoot$$anonfun$2.apply(Log.scala:96)
    at net.liftweb.util.LogBoot$.checkConfig(Log.scala:94)
    at
net.liftweb.util.LogBoot$.net$liftweb$util$LogBoot$$_logger(Log.scala:140)
    at net.liftweb.util.LogBoot$$anonfun$3.apply(Log.scala:142)
    at net.liftweb.util.LogBoot$$anonfun$3.apply(Log.scala:142)
    at net.liftweb.http.LiftRules$.<init>(LiftRules.scala:559)
    at net.liftweb.http.LiftRules$.<clinit>(LiftRules.scala)
    at net.liftweb.http.LiftFilter.init(LiftServlet.scala:546)
...


I think the application was deploying OK earlier in the week. Any ideas???

cheers
Oliver

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

Reply via email to