Shibboleth SP+IIS in Docker
Rod Widdowson
rdw at steadingsoftware.com
Tue Jan 23 08:53:22 EST 2018
> The command 'cmd /S /C powershell -Command start-process C:/software/shibboleth-sp-2.6.1.3-win64.msi -ArgumentList '/qn' -Wait'
> returned a non-zero code: 1073807364
Well that’s weird:
1: kd> !error 0n1073807364
Error code: (NTSTATUS) 0x40010004 (1073807364) - Debugger terminated process.
Debugger? I suppose that that is some clart to do with Docker.
At this stage I'd suggest some logging from the msi to see where the install exits. I have no idea what that would be live in the
above but something like
msiexec /i C:/software/shibboleth-sp-2.6.1.3-win64.msi /lv* C:/software/shibboleth-install.log
might be instructive
R
More information about the users
mailing list