I keep getting an ActorPingException error in the server console. It's
not fatal, as the app doesn't crash. Any ideas on the cause? I'm not
extending Actor in any of my classes.

INFO - Service request (GET) /images/ajax-loader.gif took 1
Milliseconds
net.liftweb.util.ActorPingException: ActorBug could not be scheduled
on net.liftweb.http.pointlessactortoworkaroundb...@10bebef
        at net.liftweb.util.ActorPing$.schedule(ActorPing.scala:53)
        at net.liftweb.http.PointlessActorToWorkAroundBug$.net$liftweb$http
$PointlessActorToWorkAroundBug$$ping(LiftServlet.scala:719)
        at net.liftweb.http.PointlessActorToWorkAroundBug$$anonfun$act$2$
$anonfun$apply$2.apply(LiftServlet.scala:707)
        at net.liftweb.http.PointlessActorToWorkAroundBug$$anonfun$act$2$
$anonfun$apply$2.apply(LiftServlet.scala:663)
        at scala.actors.Reaction.run(Reaction.scala:78)
        at scala.actors.FJTask$Wrap.run(Unknown Source)
        at scala.actors.FJTaskRunner.scanWhileIdling(Unknown Source)
        at scala.actors.FJTaskRunner.run(Unknown Source)
Caused by: java.util.concurrent.RejectedExecutionException
        at java.util.concurrent.ThreadPoolExecutor
$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1759)
        at java.util.concurrent.ThreadPoolExecutor.reject
(ThreadPoolExecutor.java:767)
        at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute
(ScheduledThreadPoolExecutor.java:216)
        at java.util.concurrent.ScheduledThreadPoolExecutor.schedule
(ScheduledThreadPoolExecutor.java:378)
        at java.util.concurrent.Executors
$DelegatedScheduledExecutorService.schedule(Executors.java:654)
        at net.liftweb.util.ActorPing$.schedule(ActorPing.scala:51)
        ... 7 more

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