19
Views
2
Comments
Solved
Compilation Error - OS

 Do you have any idea , why we are getting error while doing Publish for sometime.

Error message from node sgawostdapp01 (10.96.100.212): Internal Error


The process cannot access the file 'D:\Platform Server

unning\PartTimerAdmin.01558581947\_FirstLoadImprovementsScreen.aspx' because it is being used by another process.

System.IO.IOException: The process cannot access the file 'D:\Platform Server

unning\xxxxxxx.01558581947\_FirstLoadImprovementsScreen.aspx' because it is being used by another process.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)

   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)

   at OutSystems.Zip.ZipLoader.WriteCurrentEntryToFileSystem(String basePath, String overrideTargetPath)

   at OutSystems.RuntimeCommon.Retry.<>c__DisplayClass2_0.b__0()

   at OutSystems.RuntimeCommon.Retry.DoWithRetries[T](Func`1 functionToExecute, Int32 maxRetries, Int32 delayBetweenRetriesMs, Action`2 logException)

   at OutSystems.RuntimeCommon.Retry.DoWithRetries(Action actionToExecute, Int32 maxRetries, Int32 delayBetweenRetriesMs, Action`2 logException)

   at OutSystems.HubEdition.DeployService.ZipHelper.UnpackVDirFiles(String baseDirectory, Byte[] zipFileData, Func`2 transformFilePath)

   at OutSystems.HubEdition.DeployService.ApplicationServers.ApplicationServer.CopyFiles(String vdirPhysicalName, String destination, Action`1 unpackFiles)

   at OutSystems.HubEdition.DeployService.ApplicationServers.ApplicationServer.PrepareDeploy(String vdirPhysicalName, String uniqueId, Boolean deployToPTA, String testAreaName, DeployFiles deployFiles, Boolean useDifferentialDeploy, PrepareDeployInfo previousPrepareDeployFiles, Action applyConfigurations, IDeployFilesOperations deployFilesOperations)

   at OutSystems.HubEdition.DeployService.DeployLogic.AbstractDeployLogic`4.DeployVDir(TDeploymentKey key, Func`1 deploymentConstructor, DeployFilesAndConfigurations`1 deployFilesAndConfigurations, Boolean deployToPTA, String testAreaNameArg, Boolean fromCompilerService, String uniqueId, Boolean deployToSeparateFolder, Nullable`1 usesIntAuth, Nullable`1 usesClientCerts, Boolean saveDifferentialDeployData, Boolean useDifferentialDeploy)


2025-10-18 11-13-53
Ramesh subramanian
Solution

Hi All,

I done update the references in all the producers modules, before you publish that one.

Thanks,

Ramesh


2023-09-13 13-47-19
Nuno Magalhães

Hello,

This is a common scenario when multiple persons are working at the same time in the same Application.

Normally this solves by itself by trying again. This used to happen even when I was working alone in the factory.

Are you On-Premises or Cloud? As far as I can filter, this only happened to me On-Premises

2025-10-18 11-13-53
Ramesh subramanian
Solution

Hi All,

I done update the references in all the producers modules, before you publish that one.

Thanks,

Ramesh


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.