NullPointerException when Sending a Test Email

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

The following message appears in the logs:


java.lang.NullPointerException
at java.lang.String.concat(String.java:1827)
at com.sun.activation.registries.MailcapFile.parseLine(MailcapFile.java:235)
at com.sun.activation.registries.MailcapFile.parse(MailcapFile.java:197)
at com.sun.activation.registries.MailcapFile.createMailcapHash(MailcapFile.java:157)
at com.sun.activation.registries.MailcapFile.<init>(MailcapFile.java:40)

Cause

Something in the installation of Ubuntu puts an invalid line in the $HOME/.mailcap file.

Resolution

Delete the '-e' from $HOME/.mailcap.


Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.