Symptoms

The following error is faced during OA update/hotfix installation:

2017-03-18 07:49:19.094 ERROR
  at execCLI (/usr/local/pem/var/updates/poa-6.0-3517_update09/u/bootstrap.py :122) in raise Exception("CLI return code is: " + str(cmd.returncode) + ", stderr: " + str(err) + ", stdout: " + str(out))
  at bootstrapPAU (/usr/local/pem/var/updates/poa-6.0-3517_update09/u/bootstrap.py :304) in execCLI(jbossdir, '-c', 'deploy pau-ear.ear')
  at fn (/usr/lib/python2.6/site-packages/poaupdater/uAction.py :111) in return fun(*args, **kwds)
2017-03-18 07:49:19.094 ERROR <type 'exceptions.Exception'> occurred during Bootstrapping PAU using database username: plesk, database host: 10.16.101.18, communication ip: 10.16.101.14
CLI return code is: 1, stderr: , stdout: Failed to add the deployment content to the repository: java.util.concurrent.ExecutionException: Operation failed

Trying to run the same operation manually:

#  /usr/local/pem/jboss-eap-6.2/bin/jboss-cli.sh -c 'deploy /usr/local/pem/var/updates/poa-6.0-3517_update09/u/pau-ear.ear'
{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "java.io.IOException: No space left on device"}}

Cause

Insufficient free disk space on the partition, holding /usr/local/pem directory

Resolution

Check were /usr/local/pem directory is located:

# df -h /usr/local/pem
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg01-usr_local
                       25G   25G     0 100% /usr/local

Increase the partition to provide free space for a successful update installation.

Internal content