Hi,
I ran into this issue too. I am a local admin with a domain account. I cannot obtain the TGT from LSA. Have a look at this ticket:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6722928
This is an intentional limitation under Windows. You have to use SSPI on Windows otherwise you have no chance.
My workaround was to call Java's kinit. What a pity.
Mike