For the last couple of weeks I have been getting the following
exception when saving causing a jetty reload.  Seems it was raised in
May in this group with a suggested work around of setting the jetty
scan interval to 0 seconds - is this the only way?  I guess I'm only
now seeing as I recently added a SessionVar.

net.liftweb.util.ActorPingException: ActorBug could not be scheduled
on net.liftweb.http.pointlessactortoworkaroundb...@557f45
        at net.liftweb.util.ActorPing$.schedule(ActorPing.scala:53)
        at net.liftweb.http.PointlessActorToWorkAroundBug$.net$liftweb$http
$PointlessActorToWorkAroundBug$$ping(LiftServlet.scala:764)
        at net.liftweb.http.PointlessActorToWorkAroundBug$$anonfun$act$1$
$anonfun$apply$1.apply(LiftServlet.scala:751)
        at net.liftweb.http.PointlessActorToWorkAroundBug$$anonfun$act$1$
$anonfun$apply$1.apply(LiftServlet.scala:707)
        at scala.actors.Reaction.run(Reaction.scala:78)
        at net.liftweb.http.ActorSchedulerFixer$$anon$1$$anonfun$execute
$1.apply(LiftServlet.scala:668)
        at net.liftweb.http.ActorSchedulerFixer$$anon$1$$anonfun$execute
$1.apply(LiftServlet.scala:668)
        at net.liftweb.http.ActorSchedulerFixer$$anonfun$20$$anon$2.run
(LiftServlet.scala:626)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
(ThreadPoolExecutor.java:651)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:676)
        at java.lang.Thread.run(Thread.java:613)
Caused by: java.util.concurrent.RejectedExecutionException
        at java.util.concurrent.ThreadPoolExecutor
$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1478)
        at java.util.concurrent.ThreadPoolExecutor.reject
(ThreadPoolExecutor.java:384)
        at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute
(ScheduledThreadPoolExecutor.java:181)
        at java.util.concurrent.ScheduledThreadPoolExecutor.schedule
(ScheduledThreadPoolExecutor.java:338)
        at java.util.concurrent.Executors
$DelegatedScheduledExecutorService.schedule(Executors.java:647)
        at net.liftweb.util.ActorPing$.schedule(ActorPing.scala:51)
        ... 10 more

-- Ewan

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