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)

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