It looks like the Lift filter didn't get initialized correctly.  Please look
at web.xml and make sure the Lift filter is listed correctly.

On Tue, Sep 22, 2009 at 8:33 AM, harryh <har...@gmail.com> wrote:

>
> Experimenting with SBT, and everything works fine when running jetty
> from within sbt, but when I package up a war file and try to run in
> production, I'm getting the following exception.  Any ideas?
>
> -harryh
>
> java.lang.NullPointerException
>        at net.liftweb.http.provider.HTTPProvider$$anonfun$service$3.apply
> (HTTPProvider.scala:54)
>        at net.liftweb.http.provider.HTTPProvider$$anonfun$service$3.apply
> (HTTPProvider.scala:54)
>        at net.liftweb.util.ThreadGlobal.doWith(ThreadGlobal.scala:65)
>        at net.liftweb.http.URLRewriter$.doWith(Req.scala:470)
>        at net.liftweb.http.provider.HTTPProvider$class.service
> (HTTPProvider.scala:53)
>        at net.liftweb.http.LiftFilter.service(LiftServlet.scala:507)
>        at net.liftweb.http.provider.servlet.ServletFilterProvider
> $class.protected$service(ServletFilterProvider.scala:41)
>        at net.liftweb.http.LiftFilter.protected$service(LiftServlet.scala:
> 507)
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

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