Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Files get corrupted during deployment
moulikk
Hello,
We've noticed this happening over the last couple weeks. When writing the target file, Opendeploy will corrupt the file (on target env). It starts to write the file and then midway it starts from the top again.
Deploying it a second time fixes the problem. Its seemingly random - if I am deploying 7 files, one may get affected.
Anyone else encounter this issue? Ideas?
Env:
OD version 7.2
OS Linux.
Teamsite: 7.3.2 and 7.2.1 - noticed happening in both servers. In prod nonetheless.
Any ideas/tips are welcome.
Thanks!
Find more posts tagged with
Comments
Crsb
is this deployment between 2 TeamSite servers? this is known issue when deploying from one TeamSite server to another, but i haven't seen it happen from TeamSite to a regular filesystem.
nipper
What version of the uvfs do you have ?
There was a bug like this on Linux only. It only happened with a bufferSize in OD that was not a multiple of 1024. So check that, we changed ours to 102400 as well as loaded uvfs 2.0.6 either of which fixed the problem.
moulikk
@Crsb
: I noticed it between two TeamSite servers and today between TeamSite and linux application server.
@nipper
: I'll check it out. Thanks!
nipper
Uvfs 2.0.4 is the one with the bug. That is the version out when 721 came out.
moulikk
UVFS it is. Confirmed with HP support as well.
Upgraded to UVFS 2.0.7.
Thanks Nipper and Crsb.