[jbosstools-issues] [JBoss JIRA] (JBIDE-26202) createnewandnoteworthy.py fails with authentication error

Jeff MAURY (JIRA) issues at jboss.org
Mon Jul 16 11:51:00 EDT 2018


Jeff MAURY created JBIDE-26202:
----------------------------------

             Summary: createnewandnoteworthy.py fails with authentication error
                 Key: JBIDE-26202
                 URL: https://issues.jboss.org/browse/JBIDE-26202
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: build
    Affects Versions: 4.6.0.Final
            Reporter: Jeff MAURY
            Assignee: Nick Boldt
             Fix For: 4.9.0.AM1


I tried to run createnewandnoteworthy.py with the following arguments:

-s https://issues.jboss.org --jbide 4.9.0.AM1 --jbds 12.9.0.AM1 --fuse 11.1.0.AM1 --user user --pwd pwd but got the following error:


{noformat}
Traceback (most recent call last):
  File "./createnewandnoteworthy.py", line 57, in <module>
    jira = JIRA(options={'server':jiraserver}, basic_auth=(options.jirauser, options.jirapwd))
  File "/usr/lib/python2.7/site-packages/jira/client.py", line 317, in __init__
    si = self.server_info()
  File "/usr/lib/python2.7/site-packages/jira/client.py", line 1771, in server_info
    j = self._get_json('serverInfo')
  File "/usr/lib/python2.7/site-packages/jira/client.py", line 2172, in _get_json
    r = self._session.get(url, params=params)
  File "/usr/lib/python2.7/site-packages/jira/resilientsession.py", line 150, in get
    return self.__verb('GET', url, **kwargs)
  File "/usr/lib/python2.7/site-packages/jira/resilientsession.py", line 146, in __verb
    raise_on_error(response, verb=verb, **kwargs)
  File "/usr/lib/python2.7/site-packages/jira/resilientsession.py", line 56, in raise_on_error
    r.status_code, error, r.url, request=request, response=r, **kwargs)
jira.exceptions.JIRAError: JiraError HTTP 403 url: https://issues.jboss.org/rest/api/2/serverInfo
        text: CAPTCHA_CHALLENGE; login-url=https://issues.jboss.org/login.jsp

{noformat}




--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list