Atlassian Connector for Eclipse can't login to Jira

255 views Asked by At

Since today the Atlassian Connector can't login to our Jira installation. It's hosted at atlassian.net.

I can only see this Exception in the eclipse.log:

com.atlassian.connector.eclipse.internal.jira.core.service.JiraAuthenticationException: Client response status: 401
    at com.atlassian.connector.eclipse.internal.jira.core.service.rest.JiraRestClientAdapter.call(JiraRestClientAdapter.java:749)
    at com.atlassian.connector.eclipse.internal.jira.core.service.rest.JiraRestClientAdapter.getFavouriteFilters(JiraRestClientAdapter.java:274)
    at com.atlassian.connector.eclipse.internal.jira.core.service.JiraClient.getNamedFilters(JiraClient.java:562)
    at com.atlassian.connector.eclipse.internal.jira.ui.wizards.JiraNamedFilterPage$14.run(JiraNamedFilterPage.java:512)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

The Login on the website works without problem.

Does this problem relate to the Hack on HipChat/Confluence?

Thx

2

There are 2 answers

1
Saleh Parsa On

You are seeing Error 401 which is related to invalid authentication. Have you changed your password after incident? If so - check your settings in Eclipse.

0
Stefan Kunze On

Next day it works again. Maybe fixed by atlassian.

thx anyways.