VMware Cloud Community
RaymundoEC
VMware Employee
VMware Employee
Jump to solution

IAAS custom intallation fails in ##InstallRepoModel Install Repository Models

Hello sirs,

I have a problem, when I run the setup script for vCAC IAAS at the moment to Install the Repo Model the scripts scape with this error:

ERROR_VCAC_GCC.jpg

I also attach the entire logs, I did run the pre-requisites scripts adn doing manually as well, I cleared the DB, restart DB and IAAS server, re-register IIS, checked all permissions according documentation on vmware.com, but seem the same problem.

I'm using windows 2008 R2 and vCAC 6.0.1.1

Any help will be very very appreciated!!!

Ray

+vRay
0 Kudos
1 Solution

Accepted Solutions
RaymundoEC
VMware Employee
VMware Employee
Jump to solution

Hello,

Checking on detail the logs, I see the refuse of connection, so I check twice the installation of Identity Appliance and vCAC Appliance, so I check that SSO setting on VCAC APP was set with https://, I simply remove and I could see the default tenant and log in with administrator@vsphere.local.

Thanks and hope this help somebody else!!!

Ray.

+vRay

View solution in original post

0 Kudos
4 Replies
GrantOrchardVMw
Commander
Commander
Jump to solution

According to the log, you're getting a 401 (unauthorised) back from your IIS box. That implies something is wonky with the config there.

Did you run the pre-req powershell script that Brian Graf put together or configure this manually?

Grant

Grant http://grantorchard.com
0 Kudos
RaymundoEC
VMware Employee
VMware Employee
Jump to solution

yes and yes, also I did a trace in IIS and apply this You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hoste... but after that the installation advance like 90% and have this new error:

ERR_2GCC.jpg

Info : 2014-07-22 04 52 27 685 PM :VARegistrationFinalSteps:

Info : 2014-07-22 04 52 27 685 PM :  ##RegisteringInfrastructureTabUIPlugin Registering Infrastructure Tab UI Plugin With the UI Extensibility Service

Info : 2014-07-22 04 52 27 685 PM :  "F:\vCAC\Server\Model Manager Data\Cafe\Vcac-Config.exe" RegisterUIPlugin -f "F:\vCAC\Server\Model Manager Data\Cafe\plugin.json" -v

Info : 2014-07-22 04 52 28 060 PM :  System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)

Info : 2014-07-22 04 52 28 060 PM :     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

Info : 2014-07-22 04 52 28 060 PM :     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

Info : 2014-07-22 04 52 28 060 PM :     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.ConnectStream.WriteHeaders(Boolean async)

Info : 2014-07-22 04 52 28 060 PM :     --- End of inner exception stack trace ---

Info : 2014-07-22 04 52 28 060 PM :     at System.Net.HttpWebRequest.GetResponse()

Info : 2014-07-22 04 52 28 060 PM :     at System.Data.Services.Client.QueryResult.Execute()

Info : 2014-07-22 04 52 28 060 PM :     at System.Data.Services.Client.DataServiceRequest.Execute[TElement](DataServiceContext context, QueryComponents queryComponents)

Info : 2014-07-22 04 52 28 060 PM :     at System.Data.Services.Client.DataServiceQuery`1.Execute()

Info : 2014-07-22 04 52 28 060 PM :     at System.Data.Services.Client.DataServiceQuery`1.GetEnumerator()

Info : 2014-07-22 04 52 28 060 PM :     at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)

Info : 2014-07-22 04 52 28 060 PM :     at System.Data.Services.Client.DataServiceQueryProvider.ReturnSingleton[TElement](Expression expression)

Info : 2014-07-22 04 52 28 060 PM :     at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source)

Info : 2014-07-22 04 52 28 060 PM :     at DynamicOps.Repository.CafeClientAbstractFactory.LoadComponentRegistryUri()

Info : 2014-07-22 04 52 28 060 PM :     at System.Lazy`1.CreateValue()

Info : 2014-07-22 04 52 28 060 PM :     at System.Lazy`1.LazyInitValue()

Info : 2014-07-22 04 52 28 060 PM :     at DynamicOps.Repository.CafeClientAbstractFactory.get_CafeUri()

Info : 2014-07-22 04 52 28 060 PM :     at VMware.Cafe.ComponentRegistryClientFactory..ctor(ICafeServiceClientFactoryFactory abstractFactory)

Info : 2014-07-22 04 52 28 060 PM :     at DynamicOps.Repository.CafeClientAbstractFactory.CreateClientFactory()

Info : 2014-07-22 04 52 28 060 PM :     at System.Lazy`1.CreateValue()

Info : 2014-07-22 04 52 28 060 PM :     at System.Lazy`1.LazyInitValue()

Info : 2014-07-22 04 52 28 060 PM :     at VMware.Cafe.Client.Registration.RegisterUIPlugin(String jsonMetadata)

Info : 2014-07-22 04 52 28 075 PM :     at VMware.VcacConfig.UIRegistrationCommands.RegisterUIPluginCommand.Execute(CommandLineParser parser)

Info : 2014-07-22 04 52 28 075 PM :  Warning: Non-zero return code. Command failed.

Info : 2014-07-22 04 52 28 091 PM :F:\vCAC\Server\Model Manager Data\DeployRepository.xml(528,5): error MSB3073: The command ""F:\vCAC\Server\Model Manager Data\Cafe\Vcac-Config.exe" RegisterUIPlugin -f "F:\vCAC\Server\Model Manager Data\Cafe\plugin.json" -v" exited with code 1.

Info : 2014-07-22 04 52 28 091 PM :Done Building Project "F:\vCAC\Server\Model Manager Data\DeployRepository.xml" (VARegistrationFinalSteps target(s)) -- FAILED.

Info : 2014-07-22 04 52 28 091 PM :Build FAILED.

Info : 2014-07-22 04 52 28 106 PM :"F:\vCAC\Server\Model Manager Data\DeployRepository.xml" (VARegistrationFinalSteps target) (1) ->

Info : 2014-07-22 04 52 28 106 PM :(VARegistrationFinalSteps target) ->

Info : 2014-07-22 04 52 28 106 PM :  F:\vCAC\Server\Model Manager Data\DeployRepository.xml(528,5): error MSB3073: The command ""F:\vCAC\Server\Model Manager Data\Cafe\Vcac-Config.exe" RegisterUIPlugin -f "F:\vCAC\Server\Model Manager Data\Cafe\plugin.json" -v" exited with code 1.

Info : 2014-07-22 04 52 28 138 PM :    0 Warning(s)

Info : 2014-07-22 04 52 28 138 PM :    1 Error(s)

Info : 2014-07-22 04 52 28 138 PM :Time Elapsed 00:00:00.45

thanks for reply.

Ray

+vRay
0 Kudos
RaymundoEC
VMware Employee
VMware Employee
Jump to solution

It works, after re-deploy vCAC appliance and set the same fqdn to the SSL certificate plus the KB from microsoft mentioned, but now I see on vcac appliance STS-service blanked and iaas-service FAILED.

Any help will be appreciated!

Ray

+vRay
0 Kudos
RaymundoEC
VMware Employee
VMware Employee
Jump to solution

Hello,

Checking on detail the logs, I see the refuse of connection, so I check twice the installation of Identity Appliance and vCAC Appliance, so I check that SSO setting on VCAC APP was set with https://, I simply remove and I could see the default tenant and log in with administrator@vsphere.local.

Thanks and hope this help somebody else!!!

Ray.

+vRay
0 Kudos