Rally - On-premises: Error when attaching files greater than 1 megabyte
search cancel

Rally - On-premises: Error when attaching files greater than 1 megabyte

book

Article ID: 132252

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction

When trying to attach a file larger than 1 MB, a red flare is shown as follows:

 

Environment

Release: 2.0, 2.01
Component: ACPREM

Cause

This is caused by the front end web listener restricting file sizes to a maximum size of 1 MB.

Resolution

A script is attached to this case that will set the maximum attachment size to the correct setting of 50 megabytes. 

Since that front end environment resets each time it is started, it is necessary to run the script after bootup each time the appliance is restarted.  This can be done manually, or can be accomplished automatically by adding it to a system startup file.  If adding it to a system startup file, it is recommended to deactivate this script prior to updating to v2.10.

The steps outlined below will use the rc.local script to wait 90 seconds after bootup to run the script. 

  1. Download and unzip the script attached to this article
  2. Copy the script to /home/ops on the services VM
  3. SSH into the services VM as the ops user and run the following commands:



$ chmod +x /home/ops/nginx-attachment-update
$ sudo chmod +x /etc/rc.d/rc.local
$ sudo echo sleep 90 && /home/ops/nginx-attachment-update >> /etc/rc.d/rc.local



 



Deactivating:


If it becomes necessary to deactivate this script, for example prior to upgrading to 2.10, perform the following:

  1. SSH into the services VM as the ops user and run the following commands:



$ chmod -x /home/ops/nginx-attachment-update
$ sudo chmod -x /etc/rc.d/rc.local

Additional Information

keywords: agile central attachments 1mb megabyte megabytes

Attachments

1558955923790nginx-attachment-update.zip get_app