bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug inetlib/28168] New: NullPointerException in SMTPConnection.getRespo


From: kreiger at imcode dot com
Subject: [Bug inetlib/28168] New: NullPointerException in SMTPConnection.getResponse()
Date: 26 Jun 2006 09:34:03 -0000

I have complaints from a customer using inetlib-1.0 that this error happens
occasionally when sending mails:

java.lang.NullPointerException
    at gnu.inet.smtp.SMTPConnection.getResponse(SMTPConnection.java:722)
    at gnu.inet.smtp.SMTPConnection.quit(SMTPConnection.java:449)
    at gnu.mail.providers.smtp.SMTPTransport.close(SMTPTransport.java:387)
    at javax.mail.Transport.doSend(Transport.java:208)
    at javax.mail.Transport.send(Transport.java:103)
    ...

Looks like the inputstream runs out of data, and in.readLine() returns null.

It doesn't look like it's fixed in inetlib-1.1.1 or i would not be entering
this bug.

If it is any help, the mailserver is running Novell Groupwise SMTP.


-- 
           Summary: NullPointerException in SMTPConnection.getResponse()
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: inetlib
        AssignedTo: dog at gnu dot org
        ReportedBy: kreiger at imcode dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28168





reply via email to

[Prev in Thread] Current Thread [Next in Thread]