Hello, folks.
I've ran into problem updating FIM 2010 R2 installation to KB2814853.
Sync engine was updated without any problems, but when I ran Service and Portal update, the following error appeared:
Same error in event viewer:
Digging further to msi logs, i've found only 1603 error which looks suspicious:
----msi log abstract----
MSI (s) (0C!A4) [12:03:40:553]: Creating MSIHANDLE (318) of type 790531 for thread 4260
Calling custom action Microsoft.IdentityManagement.
MSI (s) (0C!A4) [12:03:40:566]: Closing MSIHANDLE (318) of type 790531 for thread 4260
MSI (s) (0C!A4) [12:03:40:805]: Creating MSIHANDLE (319) of type 790531 for thread 4260
Property name = 'SHAREPOINT_URL', value = 'http://localhost'.
MSI (s) (0C!A4) [12:03:40:805]: Closing MSIHANDLE (319) of type 790531 for thread 4260
MSI (s) (0C!A4) [12:03:41:679]: Creating MSIHANDLE (320) of type 790531 for thread 4260
Exception thrown by custom action:
MSI (s) (0C!A4) [12:03:41:680]: Closing MSIHANDLE (320) of type 790531 for thread 4260
MSI (s) (0C!A4) [12:03:41:914]: Creating MSIHANDLE (321) of type 790531 for thread 4260
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: The Web application athttp://localhost could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended
application.
at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken)
at Microsoft.SharePoint.SPSite..ctor(String requestUrl)
at Microsoft.IdentityManagement.ManagedCustomActions.SharepointCustomActions.VerifyClaimsAuthenticationOff(Session session)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture)
at Microsoft.Deployment.WindowsInstaller.CustomActionProxy.InvokeCustomAction(Int32 sessionHandle, String entryPoint, IntPtr remotingDelegatePtr)
MSI (s) (0C!A4) [12:03:41:914]: Closing MSIHANDLE (321) of type 790531 for thread 4260
CustomAction VerifySharePoint2010ClaimsAuthenticationOff returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (0C:6C) [12:03:43:467]: Closing MSIHANDLE (315) of type 790542 for thread 4804
Action ended 12:03:43: VerifySharePoint2010ClaimsAuthenticationOff. Return value 3.
----msi log abstract end----
I've checked "Sharepoint - 80" web application settings, it's up and running and accessible via http://localhost. (previously it was set to require ssl, i've turned it off, the same error persist).