I went to run a new build today of my application, and the build went  
okay but it blew up with NoClassDefFoundError:

12:13:29,062 [main] ERROR [localhost].[/emailwizard] - Exception  
starting filter LiftFilter
java.lang.NoClassDefFoundError: net/liftweb/actor/SpecializedLiftActor
        at net.liftweb.http.LiftRules$.setupSnippetDispatch(LiftRules.scala: 
374)
        at net.liftweb.http.LiftRules$.<init>(LiftRules.scala:377)
        at net.liftweb.http.LiftRules$.<clinit>(LiftRules.scala)
        at net.liftweb.http.provider.servlet.ServletFilterProvider$class.init 
(ServletFilterProvider.scala:18)
        at net.liftweb.http.LiftFilter.init(LiftServlet.scala:516)

It looks like this commit:

commit b798ce43c10f94c4d17dc4448a6616bf53b19dda
Author: Marius Danciu <mar...@alimar.(none)>
Date:   Tue Oct 6 20:59:11 2009 +0300

     Added Dave's parallel snipets. moved Lift merge to LiftMerge trait

Added a dependency on lift-actor by way of DeferredProcessor in  
LiftSession.scala, but the pom.xml for lift-webkit does not reflect  
the dependency on lift-actor.

When I added lift-actor to my POM (just to pull in the JAR) the  
problem went away, but it seems like this dependency should be added  
to lift-webkit?

-Ross


--~--~---------~--~----~------------~-------~--~----~
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