Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cause:

These kind of errors usually indicate a client side or a network issue, i.e. something is terminating the request before it reaches the server. Firewall, proxy and browser timeouts are a common reason for such errors.

Note: On the initial step of the deployment wizard CMJ performs a long running HTTP request that can take up to several minutes while the target's configuration is being analyzed and compared to the snapshot. 

Resolution:

Option 1 - use the 'Path to snapshot file' feature:

https://botronsoft.atlassian.net/wiki/spaces/CMJ/pages/4784201/Choose+a+Snapshot

You can either upload a snapshot file or select a path to a snapshot on current Jira's file system. This way, you can copy large snapshots directly to a location on the target Jira's file system, so you don't need to upload them from the browser. These are two alternative approaches to load a snapshot file.


Option 2:

The following actions could aid in the problem resolution:

  • If there is a proxy/firewall between the client machine and the destination server, increasing the timeout will keep longer running operations from terminating
  • Generating and analyzing a .HAR file of the network traffic from the time of the error helps identify request timeouts
  • Working together with a network administrator can help analyze the network infrastructure

...