2013-01-07 232 views
2

我們正在使用Tridion 2011 SP1。某些頁面/組件在發佈時出現以下提到的錯誤時失敗。發佈失敗

Phase: Deployer Prepare Phase failed, Unable to unzip, 
D:\Inetpub\TridionPublisherFS4SP\incoming\tcm_0-286137-66560.Content.zip (The process 
cannot access the file because it is being used by another process), 
D:\Inetpub\TridionPublisherFS4SP\incoming\tcm_0-286137-66560.Content.zip (The process 
cannot access the file because it is being used by another process), Unable to unzip, 
D:\Inetpub\TridionPublisherFS4SP\incoming\tcm_0-286137-66560.Content.zip (The process 
cannot access the file because it is being used by another process), 
D:\Inetpub\TridionPublisherFS4SP\incoming\tcm_0-286137-66560.Content.zip (The process 
cannot access the file because it is being used by another process) 

組件/頁面在階段Preparing Deployment失敗,我們應該如何解決它?

+0

「進程無法訪問文件,因爲它正在被另一個進程使用」 - 防病毒? –

回答

3

您是否有多個部署者使用相同的傳入位置?

它看起來像是運行部署程序作爲WebApp - 部署程序服務是否也在系統上運行?

如果您搜索名爲「cd_deployer_conf.xml」的所有文件,它們是否具有相同的傳入文件夾(D:\ Inetpub \ TridionPublisherFS4SP \ incoming)定義?

否則,您可能會使用ProcMon來觀察該文件夾並查看還有哪些內容正在訪問該文件。

+0

我們只有一個部署者,是在「cd_deployer_conf.xml – user1453602

+0

」中正確配置了文件夾路徑「(D:\ Inetpub \ TridionPublisherFS4SP \ incoming)」,您正在使用什麼特定版本 - 這似乎是由Tridion 2011 SP1 HR1解決的。 – JRW

+0

是的,我們正在使用Tridion 2011 SP1 HR1。 – user1453602

0

如果仍然存在此問題,您可以嘗試 1.刪除傳入的所有文件, 2.確保沒有爲傳入文件夾啓用加密(某些公司將加密腳本立即應用於添加的文件到驅動器)或 3.確保您的防病毒程序沒有篩選該文件夾(如Nuno提到的)。

重新啓動部署程序並在日誌中進行驗證?