Hello All,
First time deploying Spark in an environment - Waded thru some of the user created documents online to set it up as a Windows Service, integrated with AD, set the encryption types in Group Policy to allow DES, had an issue with the server running thru setup every time after reboot (found that I had to put the SASL/GSSAPI info before the ending /jive tag). Also added the TGT regedit to a PC that I am testing with and rebooted.
Now I have run into something that I cant figure out.. My Spark Clients when checking the SSO tab, displays the correct user ID, however it wont SSO login with Check your principal and server settings. The client logs a 401 type AUTH error via the debugger.
On the server end in the ERROR log, I see a java.io.IOException "E:/Program Files (x86)/Openfire/conf/gss.conf" (no such file or directory) error... So I am thinking it cant read the file to know how to handle the SSO request. I certainly can verify that the file exists and I paid careful attention to ensure in the openfire.xml file that I used / instead of \ even if its a Server 2008 R2 machine. I installed the latest version from the community (4.0.2) and used the EXE with the built in JRE.
Anyone have any ideas?
Thank you for your time,
Kyle