Cannot download details: org.codehaus.jettison.json.JSONException: JSONObject["jql"] not found.

Damian Gołda February 20, 2013

On Atlassian Connector tab I have no issues but only message:

Cannot download details: org.codehaus.jettison.json.JSONException: JSONObject["jql"] not found.

In details there is:

com.atlassian.connector.commons.jira.rss.JIRAException: org.codehaus.jettison.json.JSONException: JSONObject["jql"] not found.
at com.atlassian.connector.commons.jira.JiraRESTFacade2Impl.withJiraException(JiraRESTFacade2Impl.java:353)
at com.atlassian.connector.commons.jira.JiraRESTFacade2Impl.getSavedFilters(JiraRESTFacade2Impl.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.atlassian.connector.commons.jira.JIRAServerFacade2Impl$1.invoke(JIRAServerFacade2Impl.java:91)
at $Proxy34.getSavedFilters(Unknown Source)
at com.atlassian.connector.commons.jira.JIRAServerFacade2Impl.getSavedFilters(JIRAServerFacade2Impl.java:172)
at com.atlassian.theplugin.commons.jira.IntelliJJiraServerFacade.getSavedFilters(IntelliJJiraServerFacade.java:133)
at com.atlassian.theplugin.commons.jira.cache.JIRAServerCache.getSavedFilters(JIRAServerCache.java:241)
at com.atlassian.theplugin.commons.jira.cache.JIRAServerModelImpl.getSavedFilters(JIRAServerModelImpl.java:216)
at com.atlassian.theplugin.idea.jira.IssueListToolWindowPanel$MetadataFetcherBackgroundableTask.run(IssueListToolWindowPanel.java:1151)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:495)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:185)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:226)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:175)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$8.run(ProgressManagerImpl.java:400)
at com.intellij.openapi.application.impl.ApplicationImpl$7.run(ApplicationImpl.java:449)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:152)
Caused by: com.atlassian.theplugin.commons.remoteapi.RemoteApiException: org.codehaus.jettison.json.JSONException: JSONObject["jql"] not found.
at com.atlassian.connector.commons.jira.rest.JiraRestSessionImpl.wrapWithRemoteApiException(JiraRestSessionImpl.java:665)
at com.atlassian.connector.commons.jira.rest.JiraRestSessionImpl.getSavedFilters(JiraRestSessionImpl.java:274)
at com.atlassian.connector.commons.jira.JiraRESTFacade2Impl$7.call(JiraRESTFacade2Impl.java:132)
at com.atlassian.connector.commons.jira.JiraRESTFacade2Impl$7.call(JiraRESTFacade2Impl.java:130)
at com.atlassian.connector.commons.jira.JiraRESTFacade2Impl.withJiraException(JiraRESTFacade2Impl.java:351)
... 25 more
Caused by: com.atlassian.jira.rest.client.RestClientException: org.codehaus.jettison.json.JSONException: JSONObject["jql"] not found.
at com.atlassian.jira.rest.client.internal.jersey.AbstractJerseyRestClient.invoke(AbstractJerseyRestClient.java:75)
at com.atlassian.jira.rest.client.internal.jersey.AbstractJerseyRestClient.getAndParse(AbstractJerseyRestClient.java:92)
at com.atlassian.jira.rest.client.internal.jersey.JerseySearchRestClient.getFavouriteFilters(JerseySearchRestClient.java:114)
at com.atlassian.connector.commons.jira.rest.JiraRestSessionImpl$11.call(JiraRestSessionImpl.java:276)
at com.atlassian.connector.commons.jira.rest.JiraRestSessionImpl$11.call(JiraRestSessionImpl.java:274)
at com.atlassian.connector.commons.jira.rest.JiraRestSessionImpl.wrapWithRemoteApiException(JiraRestSessionImpl.java:663)
... 29 more
Caused by: org.codehaus.jettison.json.JSONException: JSONObject["jql"] not found.
at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:360)
at org.codehaus.jettison.json.JSONObject.getString(JSONObject.java:487)
at com.atlassian.jira.rest.client.internal.json.FavouriteFilterJsonParser.parse(FavouriteFilterJsonParser.java:20)
at com.atlassian.jira.rest.client.internal.json.FavouriteFilterJsonParser.parse(FavouriteFilterJsonParser.java:14)
at com.atlassian.jira.rest.client.internal.json.GenericJsonArrayParser.parse(GenericJsonArrayParser.java:39)
at com.atlassian.jira.rest.client.internal.json.GenericJsonArrayParser.parse(GenericJsonArrayParser.java:23)
at com.atlassian.jira.rest.client.internal.jersey.AbstractJerseyRestClient$2.call(AbstractJerseyRestClient.java:97)
at com.atlassian.jira.rest.client.internal.jersey.AbstractJerseyRestClient.invoke(AbstractJerseyRestClient.java:54)
... 34 more

Atlassian Connector for Idea: 3.0.10-SNAPSHOT, SVN:1302202000
IntelliJ Idea 123.330
Ubuntu 12.10
Oracle JDK 1.6.0_34

The question is:

Where I should report the error?

studio.atlassian.com is no longer valid

At jira.atlassian.com there is a project "Intellij Plugin" but, as I understand, it's not for Atlassian Connector.

So which jira, and which project (and component) is correct to report this bug?

1 answer

1 accepted

0 votes
Answer accepted
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 20, 2013

All connector projects were moved to ecosystem.atlassian.net:

Atlassian Connector for Eclipse

Atlassian Connector for IntelliJ IDE

Atlassian Connector for Visual Studio

(old studio.atlassian.com site shall redirect automatically to the new location by the way)

Cheers
Marek

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events