Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODT for Visual Studio 2017 19.3.1000 installation fails with "Pre-check verification failed with war

user527036May 16 2020 — edited May 19 2020

Hello,

my enviroment:

- Win10 (Version 1909 Build 18363.836)

- Visual Studio 2017 Community 15.9.23

- ODTforVS2017_193100.exe

The installation always fails. Here's the latest log entry from Oracle.VsDevTools.15.0_vsix_...

16.05.2020 13:11:39 - System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> System.OperationCanceledException: Pre-check verification failed with warning(s) :  AnotherInstallationRunning.

   bei Microsoft.VisualStudio.Setup.PrecheckManager.RunPrechecks(PrecheckParameters precheckParameters, VariableCollection properties)

   bei Microsoft.VisualStudio.Setup.Engine.RunPrecheck(String destination, Product product, ExecuteAction action, IWindowsRestartManager rmService, ITelemetryOperation installOperation, InstallOperation install)

   bei Microsoft.VisualStudio.Setup.Engine.Install(Product product, String destination, CancellationToken token)

   bei Microsoft.VisualStudio.ExtensionManager.SetupEngineService.<Install>b__14_0()

   bei System.Threading.Tasks.Task`1.InnerInvoke()

   bei System.Threading.Tasks.Task.Execute()

--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---

   bei Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)

   --- Ende der internen Ausnahmestapelüberwachung ---

   bei System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)

   bei System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)

   bei Microsoft.VisualStudio.ExtensionManager.SetupEngineService.Install()

   bei Microsoft.VisualStudio.ExtensionManager.ExtensionBatchEngine.Execute(List`1 installableExtensions, Version targetVsVersion)

   bei Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.BatchEngineInstall(List`1 installableExtensions, InstallFlags installFlags, Version targetVsVersion)

   bei VSIXInstaller.BatchSetupEngineInstaller.Install(SupportedVSSKU sku, List`1 extensionsToInstall, InstallFlags installFlags)

   bei VSIXInstaller.BatchSetupEngineInstaller.BatchInstall(IReadOnlyList`1 targetSkus, IEnumerable`1 extensionsToInstall)

   bei VSIXInstaller.App.OnStartup(StartupEventArgs e)

---> (Interne Ausnahme #0) System.OperationCanceledException: Pre-check verification failed with warning(s) :  AnotherInstallationRunning.

   bei Microsoft.VisualStudio.Setup.PrecheckManager.RunPrechecks(PrecheckParameters precheckParameters, VariableCollection properties)

   bei Microsoft.VisualStudio.Setup.Engine.RunPrecheck(String destination, Product product, ExecuteAction action, IWindowsRestartManager rmService, ITelemetryOperation installOperation, InstallOperation install)

   bei Microsoft.VisualStudio.Setup.Engine.Install(Product product, String destination, CancellationToken token)

   bei Microsoft.VisualStudio.ExtensionManager.SetupEngineService.<Install>b__14_0()

   bei System.Threading.Tasks.Task`1.InnerInvoke()

   bei System.Threading.Tasks.Task.Execute()

--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---

   bei Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)<---

There's definitely no other installation running. This even happens when I run the installer right after restart.

Any hints?

Comments
Post Details
Added on May 16 2020
7 comments
1,685 views