From dev-return-95775-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Mon Oct 22 19:26:14 2012 Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 913E1D508 for ; Mon, 22 Oct 2012 19:26:14 +0000 (UTC) Received: (qmail 23029 invoked by uid 500); 22 Oct 2012 19:26:14 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 22859 invoked by uid 500); 22 Oct 2012 19:26:13 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 22837 invoked by uid 99); 22 Oct 2012 19:26:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 19:26:13 +0000 Date: Mon, 22 Oct 2012 19:26:13 +0000 (UTC) From: "Tobias Wunden (JIRA)" To: dev@geronimo.apache.org Message-ID: <1045064052.11764.1350933973174.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (GERONIMO-4611) Exchange IMAP problem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481689#comment-13481689 ] Tobias Wunden commented on GERONIMO-4611: ----------------------------------------- Hi, I am wondering if this patch is scheduled for a release sometimes? I don't see a fixed version, but then I am having a hard time finding a staging repository or information on a release schedule for this project. Any information on where to go look is appreciated! > Exchange IMAP problem > --------------------- > > Key: GERONIMO-4611 > URL: https://issues.apache.org/jira/browse/GERONIMO-4611 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: mail > Environment: Linux, apache-servicemix 4.0.0, geronimo-javamail-1.4 > Reporter: Glenn MacGregor > Assignee: Rick McGuire > Attachments: GERONIMO-4611.patch > > > Mail component throws a NullPointerException during the login phase on an Exchange IMAP4 server. > tcpdump of transaction: > >> a001 CAPABILITY > << OK The Microsoft Exchange IMAP4 service is ready. > << CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE NAMESPACE LITERAL+ > << a001 OK CAPABILITY completed. > >> a002 AUTHENTICATE PLAIN > << + > Stacktrace: > 10:09:37,847 | ERROR | mail-thread-7250 | MailComponent | common.endpoints.PollingEndpoint 222 | Caught exception while polling: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86) > at org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.receiveResponse(IMAPConnection.java:405) > at org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.sendCommand(IMAPConnection.java:324) > at org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processLogin(IMAPConnection.java:593) > at org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.processPlainAuthentication(IMAPConnection.java:532) > at org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.login(IMAPConnection.java:483) > at org.apache.geronimo.javamail.store.imap.connection.IMAPConnection.protocolConnect(IMAPConnection.java:176) > at org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.createPoolConnection(IMAPConnectionPool.java:211) > at org.apache.geronimo.javamail.store.imap.connection.IMAPConnectionPool.protocolConnect(IMAPConnectionPool.java:177) > at org.apache.geronimo.javamail.store.imap.IMAPStore.protocolConnect(IMAPStore.java:156) > at javax.mail.Service.connect(Service.java:248) > at javax.mail.Service.connect(Service.java:91) > at org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:192) > at org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:202) > 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 message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira