Troubleshooting the Jenkins adapter

You may encounter these problems when using the Jenkins adapter:

How do I get the queue server hostname and credentials? I need it to set up my adapter.
Adapters use a message queue server to transmit data to TeamForge EventQ. Adapters must therefore be configured with the queue server hostname, username, and password.
When you create a new "Source" in TeamForge EventQ, a unique set of queue server credentials is created for use with your adapters. To create a Source and obtain queue server hostname and credentials, see the Manage build source documentation.
Note that the same queue server hostname, username and password may be shared by multiple sources; however, the source association must be unique for each source.
My build is marked "Unstable"
Builds are marked "Unstable" if the Jenkins system configuration has not been saved and the Jenkins adapter cannot successfully communicate with TeamForge EventQ or the message queue. The console output for the build will include a message like this:

Build information NOT sent: plug-in needs a Jenkins URL

Workaround: As a privileged Jenkins user, navigate to Manage Jenkins > Configure System and populate and save the required configuration.
Automated test results for my Jenkins builds are not showing in TeamForge EventQ
TeamForge EventQ relies on Jenkins to supply automated test results. Jenkins has a post-build action called "Publish JUnit test result report" which must be activated for test results to show up in TeamForge EventQ, regardless of whether JUnit is actually used.
Workaround: To enable this configuration, add the Publish JUnit test result report post-build action to the desired Jenkins job configuration.
"java.lang.NoClassDefFoundError: javax.mail.internet.MimeMultipart" error is displayed while including 'Collabnet Security Realm' in Jenkins Security Configuration - Why?
If Jenkins runs along with any other applications such as TeamForge and JIRA on the same server, this error occurs. Hence, it is recommended to install Jenkins on a separate server. If you have installed Jenkins on the same server where other applications are installed as well, make sure that you host Jenkins on Tomcat to get rid of this issue. To know how to host Jenkins on Tomcat, check this wiki page: https://wiki.jenkins-ci.org/display/JENKINS/Tomcat.