O handshake SSPI falhou com o código de erro 0x8009030c ao estabelecer uma conexão com segurança integrada

Eu recebo o seguinte erro ao tentar se conectar ao SQL Server 2005 usando a conexão JDBC.

 Error: 17806, Severity: 20, State: 2.
 Logon       SSPI handshake failed with error code 0x8009030c while establishing 
             a connection with integrated security; the connection has been 
             closed. [CLIENT: 127.0.0.1]
 Logon       Error: 18452, Severity: 14, State: 1.
 Logon       Login failed for user ''. The user is not associated with a trusted 
             SQL Server connection. [CLIENT: 127.0.0.1]

Meu URL de conexão:

jdbc:sqlserver://LOCALHOST:1433;DatabaseName=master;integratedSecurity=true

questionAnswers(5)

yourAnswerToTheQuestion