You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@esme.apache.org by "Eric J. Christeson (JIRA)" <ji...@apache.org> on 2011/01/18 19:24:44 UTC

[jira] Created: (ESME-325) Action mailto: failure

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/esme-dev@incubator.apache.org/msg02243.html



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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Ethan Jewett (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984625#action_12984625 ] 

Ethan Jewett commented on ESME-325:
-----------------------------------

Yup, we're saying the same thing. Your way is a lot shorter and easier to understand :-)

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: 1.2
>
>         Attachments: esme.patch
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Updated: (ESME-325) Action mailto: failure

Posted by "Eric J. Christeson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric J. Christeson updated ESME-325:
------------------------------------

    Attachment: esme.patch

For the short-term, inserted character strings in place of S.?
Once the lift ticket is closed, S.? can be reinstated.

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: Backlog
>
>         Attachments: esme.patch
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985649#action_12985649 ] 

Hudson commented on ESME-325:
-----------------------------

Integrated in ESME #479 (See [https://hudson.apache.org/hudson/job/ESME/479/])
    

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: 1.2
>
>         Attachments: esme.patch
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Dick Hirsch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983688#action_12983688 ] 

Dick Hirsch commented on ESME-325:
----------------------------------

The problem is here:

        Mailer.sendMail(From(S.?("custom_mail_from_adress")), Subject(S.?("custom_mail_subject")),
                        To(who), body)

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: Backlog
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Dick Hirsch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984623#action_12984623 ] 

Dick Hirsch commented on ESME-325:
----------------------------------

My idea would be to commit the properties in the properties file with dummy values and then replace with actual values when I deploy to stax. 

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: 1.2
>
>         Attachments: esme.patch
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Dick Hirsch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983745#action_12983745 ] 

Dick Hirsch commented on ESME-325:
----------------------------------

Eric J. Christeson has created a lift ticket for this: https://www.assembla.com/spaces/liftweb/tickets/855-non-scoped-localized-strings

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: Backlog
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Ethan Jewett (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984613#action_12984613 ] 

Ethan Jewett commented on ESME-325:
-----------------------------------

Are we allowed to set up a special Apache address for use with the demo deployment and then use Apache's SMTP server?

Either way, we need to make these texts and username/password be read from properties eventually, as we can't commit a username & password into the repository and these settings need to be changeable by the administrator.

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: 1.2
>
>         Attachments: esme.patch
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Updated: (ESME-325) Action mailto: failure

Posted by "Dick Hirsch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dick Hirsch updated ESME-325:
-----------------------------

    Fix Version/s:     (was: Backlog)
                   1.2

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: 1.2
>
>         Attachments: esme.patch
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Updated: (ESME-325) Action mailto: failure

Posted by "Ethan Jewett (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ethan Jewett updated ESME-325:
------------------------------

          Component/s: Server
        Fix Version/s: Backlog
    Affects Version/s: Release 1.1

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: Backlog
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Dick Hirsch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984606#action_12984606 ] 

Dick Hirsch commented on ESME-325:
----------------------------------

Found this blog: http://www.scala-blogs.org/2008/06/emailing-and-texting-with-scala-lift.html

with this tip

System.setProperty("mail.smtp.starttls.enable","true");
  // Set the host name
  System.setProperty("mail.smtp.host", host) // Enable authentication
  System.setProperty("mail.smtp.auth", "true") // Provide a means for authentication. Pass it a Can, which can

What about using gmail as our smtp account - http://lifehacker.com/111166/how-to-use-gmail-as-your-smtp-server



> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: 1.2
>
>         Attachments: esme.patch
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Dick Hirsch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984604#action_12984604 ] 

Dick Hirsch commented on ESME-325:
----------------------------------

Installed on Stax:

We now have a different exception

@Eric - Do you know what LiftProperties we have to set to get this to work?


D. 

: RROR - Couldn't send mail
javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;
  nested exception is:
	java.net.ConnectException: Connection refused
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1391)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:412)
	at javax.mail.Service.connect(Service.java:288)
	at javax.mail.Service.connect(Service.java:169)
	at javax.mail.Service.connect(Service.java:118)
	at javax.mail.Transport.send0(Transport.java:188)
	at javax.mail.Transport.send(Transport.java:118)
	at net.liftweb.util.MailerImpl$$anon$1$$anonfun$$init$$1.apply(Mailer.scala:234)
	at net.liftweb.util.MailerImpl$$anon$1$$anonfun$$init$$1.apply(Mailer.scala:234)
	at net.liftweb.util.MailerImpl$class.performTransportSend(Mailer.scala:228)
	at net.liftweb.util.Mailer$.performTransportSend(Mailer.scala:31)
	at net.liftweb.util.MailerImpl$MsgSender$$anonfun$messageHandler$1.apply(Mailer.scala:212)
	at net.liftweb.util.MailerImpl$MsgSender$$anonfun$messageHandler$1.apply(Mailer.scala:153)
	at net.liftweb.actor.SpecializedLiftActor$class.execTranslate(LiftActor.scala:293)
	at net.liftweb.util.MailerImpl$MsgSender.execTranslate(Mailer.scala:152)
	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 net.liftweb.util.MailerImpl$MsgSender.around(Mailer.scala:152)
	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)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:519)
	at java.net.Socket.connect(Socket.java:469)
	at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:233)
	at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1359)
	... 26 more

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: 1.2
>
>         Attachments: esme.patch
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Updated: (ESME-325) Action mailto: failure

Posted by "Dick Hirsch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dick Hirsch updated ESME-325:
-----------------------------

    Comment: was deleted

(was: Eric J. Christeson has created a lift ticket for this: https://www.assembla.com/spaces/liftweb/tickets/855-non-scoped-localized-strings)

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: Backlog
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Eric J. Christeson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983741#action_12983741 ] 

Eric J. Christeson commented on ESME-325:
-----------------------------------------

Filed a bug with lift:


> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: Backlog
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Closed: (ESME-325) Action mailto: failure

Posted by "Dick Hirsch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dick Hirsch closed ESME-325.
----------------------------

    Resolution: Fixed

Closing this issue and opening a new one for 1.3 for a SMTP server: https://issues.apache.org/jira/browse/ESME-329

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: 1.2
>
>         Attachments: esme.patch
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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


[jira] Commented: (ESME-325) Action mailto: failure

Posted by "Eric J. Christeson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ESME-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983743#action_12983743 ] 

Eric J. Christeson commented on ESME-325:
-----------------------------------------

Filed a bug with lift:

https://www.assembla.com/spaces/liftweb/tickets/855-non-scoped-localized-strings

> Action mailto: failure
> ----------------------
>
>                 Key: ESME-325
>                 URL: https://issues.apache.org/jira/browse/ESME-325
>             Project: ESME
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>         Environment: Tried both sbt jetty-run and deployed on tomcat
>            Reporter: Eric J. Christeson
>             Fix For: Backlog
>
>
> 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/esme-dev@incubator.apache.org/msg02243.html

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