6 Replies Latest reply on Oct 23, 2006 4:39 PM by weston.price

    InboundJavaMail

    shadowdz

      Hello all,

      I've some Problem with the example from:
      http://wiki.jboss.org/wiki/Wiki.jsp?page=InboundJavaMail

      The deployment works without any errors. But when the Maillistener try to fetch the first mail there is an error.

      ERROR [org.jboss.resource.adapter.mail.inflow.MailActivation] Failed to execute folder check, spec=MailActivationSpec(mailServer=xxx, storeProtocol=imaps, mailFolder=INBOX, pollingInterval=60000, messageSelector=null, userName=???, maxMessages=1)

      In this configuration I used IMAPS with JavaMail 1.4 but the problem also happen if I use normal IMAP.

      I'm not able to produce anykind of stacktrace even with debug turned on.

      Any idea how i can get more information about what's going wrong would be nice?