As of June 1, 2015, the IDE Connector documentation will no longer be maintained by Atlassian. See https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/ for more information. We will also be making this documentation available for our open source community here: http://atlassian-docs.bitbucket.org/

Symptom

When you attempt to create a Crucible review from within IntelliJ IDEA, you receive an HTTP 500 error.

See bug PL-635.

Possible Cause

The project open in IntelliJ IDEA is not connected with the Crucible server configured in the Atlassian Connector. So when you try to create a review, Crucible cannot find the relevant changeset or files. Crucible throws a 'not handled' exception which causes the HTTP 500 error.

Solution

Add your Crucible server to the connector's configuration, as described in Configuring the IntelliJ Connector.

  • No labels