Hi,
I'm trying to install UltiDev Web Server Pro in a x64 machine with Windows Server 2008 R2 standard.
However I get a "Failed to register or unregister application due to System.ArgumentException: An item with the same key has already been added":
---------------- Starting ----------------------
DateTime=2012-03-10T12:16:13.5581401Z
UWS.RegApp.exe Information: 0 : User security context: NT AUTHORITY\SYSTEM (MYUSERGROUP\SYSTEM), Elevated: False.
DateTime=2012-03-10T12:16:13.5737402Z
UWS.RegApp.exe Error: 0 : System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at HttpConfig.SslConfigItem.LoadHttpSysSSLInfo()
at HttpConfig.SslConfigItem.GetApplicationSslItems(Guid appID, Dictionary`2 sslConfig)
at UWS.Configuration.Metabase.ApplyHttpApiSslConfig(ListenEndpoint site)
at UWS.Configuration.Metabase.RegisterApplicationInternal(HostProcessConfigEntry hostProcess, WebAppConfigEntry application, ICollection`1 shortcuts)
DateTime=2012-03-10T12:16:13.8701407Z
UWS.RegApp.exe Error: 0 : Failed to register or unregister application due to
"System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at HttpConfig.SslConfigItem.LoadHttpSysSSLInfo()
at HttpConfig.SslConfigItem.GetApplicationSslItems(Guid appID, Dictionary`2 sslConfig)
at UWS.Configuration.Metabase.ApplyHttpApiSslConfig(ListenEndpoint site)
at UWS.Configuration.Metabase.RegisterApplicationInternal(HostProcessConfigEntry hostProcess, WebAppConfigEntry application, ICollection`1 shortcuts)
at UWS.Configuration.Metabase.RegisterApplicationWith(HostProcessClrAndBitness hostType, Boolean useDefaultSharedHostProcess, ProcessIdentity processIdentity, WebAppConfigEntry application, ICollection`1 shortcuts)
at UWS.RegApp.Program.DoIt(Dictionary`2& pBag)
at UWS.RegApp.Program.Main(String[] args)".
Command line:
"C:\Program Files (x86)\UltiDev\Web Server\UWS.RegApp.exe" /AppID:4fd8b3f7-bc73-4583-95fe-e7b69b10a3ae /Clr:2 "/VDir:/" "/EndPoints:http://*:7756/,http://*:5677,http://*:56777" "/Folder:C:\Program Files (x86)\UltiDev\Web Server\\Redirector" "/AppName:UltiDev Web Server App Redirector" /host:PrivateNetworkService "/AppDesc:Service web application for redicrecting to applications served by UltiDev Web Server" /SaveToUnregApps:false /Ping:Default.aspx
DateTime=2012-03-10T12:16:13.9481408Z
Does any body know what this problem is?
Its the first time it is being installed, so it makes no sence.
Also, the machine already has IIS installed: I tried to stop it and instal UWS but the problem perssists.
Regards,
Manuel Dias