Summary

If you run into a problems, there are some self service steps to help you:

  1. Look at the error message. We strive to provide reasonable error messages to help you figure out the problem yourself.

  2. Look at the tables below for your symptom and further actions you can take.

  3. Google your error message. All documents, questions, and most existing issues are public and searchable by Google. This is the quickest way to find information. You can restrict google to this site by prefixing your search using site: appfire.atlassian.net

  4. Use Confluence site or space search.

  5. Still need assistance?

  6. Some problems require collection of more detailed logging information. If asked, please follow the following steps to collect more information.

Problems and Resolutions

General Errors

Name

Error

Discussion

Parameter error

Client reports a parameter error

See Tips for correct syntax.

Client exception

Client reports a client exception

If the original error message does not provide enough information, add --verbose (or the short equivalent -v) to the action to see more detailed information.

Remote exception

Client reports a remote exception

This often means that the request made is considered invalid by the server or the server is having a problem.

  • Add --verbose (or the short equivalent -v) to the action to see more detailed information

  • Look in the server application log to see if there is an error reported there

Changes not made

Client reports a successful operation but not all requested changes were made

JIRA silently ignores updates to fields that are not available based on the JIRA UI configuration.

  • If the same user can not do the action via the UI, they are restricted using remote access as well.

Installation and Licensing Errors

Since version 4.0, CLI clients require a CLI Connector add-on be installed on the server.

Name

Error

Discussion

Connector not installed

Client error: CLI connector is not installed or enabled on the server.

A connector is required on the server. See Installation and use.

If you are getting this using one of the Run CLI Actions add-ons, upgrade to release 4.1.

Connector not licensed

Client error: Notify your administrator that Bob Swift Atlassian Add-ons - <product> CLI Connector requires a valid license. Reason: No license found for add-on with key: ...

One of the following is required:

  • CLI Connector must be validly licensed on the server

  • Run CLI Actions add-on must be installed, enabled, and validly licensed on the server

    1. Must be at version 4.0.0 or higher

    2. The server's base url must be set correctly in general administration

    3. The server's Java configuration must enable contacting REST API services from the same server

      • Upgrade to at least release 4.1 and look for error messages in the server application log

Cannot be enabled

Add-on cannot be installed or cannot be enabled.

See How to resolve installation problems