I’m trying to set up the JIRA Dashboard plugin in my Eclipse workspace but running into some issues. When I attempt to configure and add a new server connection, I keep getting javax.mail.internet.MimeMultipart errors that prevent me from completing the setup.
Has anyone encountered similar problems when installing this plugin? I’ve tried the standard installation process through the Eclipse marketplace but something seems to be going wrong with the server configuration step. The error appears to be related to email handling components but I’m not sure why that would affect the JIRA connection.
Any suggestions on how to resolve this would be really helpful. I’m using a recent version of Eclipse and need to get this dashboard working for my project management workflow.
I encountered the same javax.mail.internet.MimeMultipart error when integrating JIRA with Eclipse. This issue often arises from outdated or conflicting versions of the javax.mail library within your setup. I recommend navigating to the plugin installation directory and removing any older or duplicate javax.mail files you may have. Additionally, ensure your Eclipse IDE has sufficient memory allocated by adjusting the eclipse.ini file; increasing the Xmx value to 2048m can help during the plugin initiation process. It’s worth noting that the error generally relates to the notification system rather than the actual JIRA connection.
This MimeMultipart error occurs due to conflicting mail libraries in Eclipse. I encountered a similar issue when various plugins included different versions of javax.mail. To resolve this, check your dropins folder for any standalone javax.mail jars you’ve added manually. Additionally, ensure your Eclipse install directory is free from any remnants of old mail libraries. If the installation was interrupted, try uninstalling the JIRA plugin completely, restarting Eclipse with the -clean command, and then reinstalling the plugin. Often, the conflict arises from the plugin’s notification features interfering with existing mail handlers in your workspace.
hey, i faced the same issue some time ago! make sure to look for any duplicate javax.mail jars in your plugin libs. updating eclipse and your plugins might help too. hope it works out for ya!