vmware-archive / cfops

This is simply an automation that is based on the supported way to back up Pivotal Cloud Foundry
http://www.cfops.io
Apache License 2.0
35 stars 24 forks source link

unexpected EOF running backup on ops-manager tile:tile #113

Open Pilot001 opened 7 years ago

Pilot001 commented 7 years ago

cfops 3.1.2, PCF 1.9 / 1.10 Once in a while we the backup stops with this error message without an obvious reason:

20170711 02:00:19 -- Tile ops-manager:
2017/07/11 02:21:49 E0711 02:21:49.128093 27392 opsmanager.go:162] error in save http request%!(EXTRA *errors.errorString=unexpected EOF)
2017/07/11 02:21:49 E0711 02:21:49.314206 27392 createCliCommand.go:52] there was an error: unexpected EOF running backup on ops-manager tile:tile
NAME:
   cfops backup - creates a backup archive of the target tile

USAGE:
   cfops backup [command options] [arguments...]

DESCRIPTION:
[...]

deployments.tar.gz and installation.json are finished. installation.zip is partly there.

Murryy79 commented 7 years ago

I got the same error. "there was an error: unexpected EOF running backup on ops-manager tile:tile"

anyone found the fix for this or reason why it happens? i am yet to see a working full successful backup of opsman tile in PCF 1.10

Murryy79 commented 6 years ago

@Pilot001 I have successful opsman backup for few days. all of a sudden once in a while I get this unexpected EOF error.

anybody figured how to prevent this from re-occurring. All the moment all i do is just re-run backup process w/cfops and hope will not run into unexpected EOF

image