Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Symptom — A Content Portal upload fails, producing an error similar to this:

org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException. The request was 
  rejected because its size (258196924634) exceeds the configured maximum (26355234816)

Cause — The Gateway's spool directory has reached its maximum capacity. The spool directory is the temporary space to support HTTP multipart MIME uploads, which are the requests that are made by uploading files into the Content UI Overview.

Solution Move the spool directory to one that has enough free space to support your largest simultaneous uploads.

In the Gateway configuration file, locate the [gateway] section and edit the value for multipartSpoolDir, which defaults to var/spool/cloudgateway/.

  • No labels