jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
SonarQube Plugins
  • SonarQube Plugins
  • SONARPLUGINS-296

Improve error logging

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: JIRA-0.1
  • Fix Version/s: JIRA-0.2
  • Component/s: Jira
  • Labels:
    None
  • Environment:
    Sonar: Linux
  • Number of attachments :
    0

Description

I have cofigured Sonar with correct JIRA url, user&password.

During build the only information i have

[INFO]  Executing sensor class org.sonar.plugins.jira.JiraSensor
[ERROR]  Error accessing Jira web service, please verify the parameters. Returned error is 'null'

Please help me to identify the root cause problem for this and/or point me the directions to look for (debug level parameters etc ...)

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Leonid Maslov added a comment - 08/Dec/09 4:47 AM

Please consider to improve logging in terms of

try{
..
 } catch (Exception e) {
        LOG.error("Error accessing Jira web service, please verify the parameters. Returned error is '{}'", e.getMessage());
      }


Logging not only e.getMessage() but all the stacktrace as well. (in all other places as well)
Thanks in advance!

Show
Leonid Maslov added a comment - 08/Dec/09 4:47 AM Please consider to improve logging in terms of try { .. } catch (Exception e) { LOG.error( "Error accessing Jira web service, please verify the parameters. Returned error is '{}'" , e.getMessage()); } Logging not only e.getMessage() but all the stacktrace as well. (in all other places as well) Thanks in advance!
Hide
Permalink
Evgeny Mandrikov added a comment - 19/Mar/10 7:00 AM

I suppose that this is not a bug, but an improvement.

Show
Evgeny Mandrikov added a comment - 19/Mar/10 7:00 AM I suppose that this is not a bug, but an improvement.

People

  • Assignee:
    Evgeny Mandrikov
    Reporter:
    Leonid Maslov
Vote (3)
Watch (0)

Dates

  • Created:
    08/Dec/09 4:40 AM
    Updated:
    22/Mar/10 5:46 AM
    Resolved:
    19/Mar/10 7:04 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.