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)
Opendeploy "could not openfile"
MoReese
Opendeploy is freezing when I try to deploy a file for delete. It is a filelist deployment. in the Opendeploy log, I get the following:
ERROR: Could not open file (/iwmnt/default/main/Zone1/www/lcv2/Content_Developme
nt/STAGING/templatedata/NTL/content_list_page/data/datadeploytest11) to send over.
ERROR: File(/iwmnt/default/main/Zone1/www/lcv2/Content_Development/STAGING/templ
atedata/NTL/content_list_page/data/datadeploytest11) failure: bytes-read=0 bytes
-expected=2902.
What is the "could not open file"?
Find more posts tagged with
Comments
Adam Stoller
What version of OpenDeploy (including patches, service packs) on what platform(s)?
"Could not open file" makes sense if the file has already been deleted and the deletion submitted to the staging area on that branch - but it sounds like there was either some degree of contention going on or maybe the submit of the deletion was still continuing while the deployment was starting and OpenDeploy originally got some feedback indicating that it should be expecting to read in 2902 bytes of data but when it went to do so (for comparison or transfer reasons) the file was no longer there.
Try to figure out the order of events, when the file was deleted / submitted - was it part of a collection of files being submitted or a single file? Was the deployment kicked off concurrently with the submit or after? (I believe there have been some issues with iwsubmit returning control to the calling process before it has completed its operations - but I'm not sure).
Also - try changing the source area specification from using /iwmnt/default/... to using the non-cacheing mount point: /.iwmnt/default/... (note the dot [.] before "iwmnt") and see if you still have problems with this deployment.
--fish
(Interwoven Senior Technical Consultant)