Action mailto: failure
----------------------

                 Key: ESME-325
                 URL: https://issues.apache.org/jira/browse/ESME-325
             Project: ESME
          Issue Type: Bug
         Environment: Tried both sbt jetty-run and deployed on tomcat
            Reporter: Eric J. Christeson


I get the following when I try a mailto:  action.

ERROR - Actor threw an exception
java.lang.IllegalStateException: Attempted to use resource bundles
outside of an initialized S scope. S only usable when initialized,
such as during request processing. Did you call S.? from Boot?
       at net.liftweb.http.S$.resourceBundles(S.scala:722)
       at net.liftweb.http.S$.$qmark(S.scala:748)
       at 
org.apache.esme.actor.HttpSender$.org$apache$esme$actor$HttpSender$$send(HttpSender.scala:58)
       at 
org.apache.esme.actor.HttpSender$$anonfun$messageHandler$1.apply(HttpSender.scala:41)
       at 
org.apache.esme.actor.HttpSender$$anonfun$messageHandler$1.apply(HttpSender.scala:39)
       at net.liftweb.actor.LiftActor$class.execTranslate(LiftActor.scala:371)
       at org.apache.esme.actor.HttpSender$.execTranslate(HttpSender.scala:38)
       at 
net.liftweb.actor.SpecializedLiftActor$class.net$liftweb$actor$SpecializedLiftActor$$proc2(LiftActor.scala:261)
       at 
net.liftweb.actor.SpecializedLiftActor$$anonfun$net$liftweb$actor$SpecializedLiftActor$$processMailbox$1.apply$mcV$sp(LiftActor.scala:182)
       at 
net.liftweb.actor.SpecializedLiftActor$$anonfun$net$liftweb$actor$SpecializedLiftActor$$processMailbox$1.apply(LiftActor.scala:182)
       at 
net.liftweb.actor.SpecializedLiftActor$$anonfun$net$liftweb$actor$SpecializedLiftActor$$processMailbox$1.apply(LiftActor.scala:182)
       at 
net.liftweb.actor.SpecializedLiftActor$class.around(LiftActor.scala:196)
       at org.apache.esme.actor.HttpSender$.around(HttpSender.scala:38)
       at 
net.liftweb.actor.SpecializedLiftActor$class.net$liftweb$actor$SpecializedLiftActor$$processMailbox(LiftActor.scala:181)
       at 
net.liftweb.actor.SpecializedLiftActor$$anonfun$2$$anonfun$apply$mcV$sp$1.apply$mcV$sp(LiftActor.scala:145)
       at 
net.liftweb.actor.LAScheduler$$anonfun$9$$anon$1$$anon$2.run(LiftActor.scala:51)
       at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
       at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
       at java.lang.Thread.run(Thread.java:619)

This might be related to this mailing list discussion:
http://www.mail-archive.com/[email protected]/msg02243.html



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to