Rob & John,
Hi. I ran into the same issue with Eclipse Kepler and plugin version 1.5.12.201301211700. When I went to create a new query, it would hang downloading. I noticed the following error in the Error Log view,
java.lang.NullPointerException
at com.rallydev.mylyn.internal.core.RallyClient.stripQualifier(RallyClient.java:1720)
at com.rallydev.mylyn.internal.core.RallyClient.updateHttpHeaders(RallyClient.java:1714)
at com.rallydev.mylyn.internal.core.RallyClient.internalGet(RallyClient.java:1447)
at com.rallydev.mylyn.internal.core.RallyClient.parseResult(RallyClient.java:1389)
at com.rallydev.mylyn.internal.core.RallyClient.getSubscription(RallyClient.java:1327)
at com.rallydev.mylyn.internal.core.RallyClient.updateRepositoryData(RallyClient.java:1369)
at com.rallydev.mylyn.internal.ui.wizard.RallyIterationPage$UpdateSubscription.run(RallyIterationPage.java:1025)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
From what I can tell, this is because the system property osgi.framework.version was not set. From
http://stackoverflow.com/a/19568804/277307, I put this line into my eclipse.ini file,
-Dosgi.framework.version=5.0.0
After restarting eclipse, it's working. Please protect against this NullPointerException, thanks.
-- John