Skip to content

Instantly share code, notes, and snippets.

@darranl
Created November 5, 2014 16:48
Show Gist options
  • Save darranl/1cc5034776daf676fde7 to your computer and use it in GitHub Desktop.
Save darranl/1cc5034776daf676fde7 to your computer and use it in GitHub Desktop.
Microsoft SQL Server JDBC Driver Stack Traces
Daemon Thread [http-/127.0.0.1:8080-1] (Suspended (breakpoint at line 614 in KerberosTicket))
owns: Object (id=345)
Krb5InitCredential(KerberosTicket).destroy() line: 614 [local variables unavailable]
Krb5InitCredential.dispose() line: 296
GSSCredentialImpl.dispose() line: 119
KerbAuthentication.ReleaseClientContext() line: 277
SQLServerConnection.logon(SQLServerConnection$LogonCommand) line: 2254
SQLServerConnection.access$000(SQLServerConnection, SQLServerConnection$LogonCommand) line: 41
SQLServerConnection$LogonCommand.doExecute() line: 2220
SQLServerConnection$LogonCommand(TDSCommand).execute(TDSWriter, TDSReader) line: 5696
SQLServerConnection.executeCommand(TDSCommand) line: 1715
SQLServerConnection.connectHelper(ServerPortPlaceHolder, int, int, boolean) line: 1326
SQLServerConnection.login(String, String, int, String, FailoverInfo, int, long) line: 991
SQLServerConnection.connect(Properties, SQLServerPooledConnection) line: 827
SQLServerXADataSource(SQLServerDataSource).getConnectionInternal(String, String, SQLServerPooledConnection) line: 621
SQLServerXAConnection(SQLServerPooledConnection).createNewConnection() line: 60
SQLServerXAConnection(SQLServerPooledConnection).<init>(SQLServerDataSource, String, String) line: 42
SQLServerXAConnection.<init>(SQLServerDataSource, String, String) line: 30
SQLServerXADataSource.getXAConnection(String, String) line: 51
AbstractDataSourceService$MyXaMCF(XAManagedConnectionFactory).getXAManagedConnection(Subject, ConnectionRequestInfo) line: 508
XAManagedConnectionFactory$1.run() line: 416
XAManagedConnectionFactory$1.run() line: 413
AccessController.doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) line: not available [native method]
Subject.doAs(Subject, PrivilegedExceptionAction<T>) line: 415
AbstractDataSourceService$MyXaMCF(XAManagedConnectionFactory).createManagedConnection(Subject, ConnectionRequestInfo) line: 412
SemaphoreArrayListManagedConnectionPool.createConnectionEventListener(Subject, ConnectionRequestInfo) line: 834
SemaphoreArrayListManagedConnectionPool.getConnection(Subject, ConnectionRequestInfo) line: 379
PoolBySubjectAndCri(AbstractPool).getSimpleConnection(Subject, ConnectionRequestInfo, ManagedConnectionPool) line: 453
PoolBySubjectAndCri(AbstractPool).getConnection(Transaction, Subject, ConnectionRequestInfo) line: 425
TxConnectionManagerImpl(AbstractConnectionManager).getManagedConnection(Transaction, Subject, ConnectionRequestInfo) line: 354
TxConnectionManagerImpl.getManagedConnection(Subject, ConnectionRequestInfo) line: 368
TxConnectionManagerImpl(AbstractConnectionManager).allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) line: 510
WrapperDataSource.getConnection() line: 143
LookupServlet$DBAction.run() line: 123
LookupServlet.doGet(HttpServletRequest, HttpServletResponse) line: 81
LookupServlet(HttpServlet).service(HttpServletRequest, HttpServletResponse) line: 734
LookupServlet(HttpServlet).service(ServletRequest, ServletResponse) line: 847
ApplicationFilterChain.internalDoFilter(ServletRequest, ServletResponse) line: 295
ApplicationFilterChain.doFilter(ServletRequest, ServletResponse) line: 214
StandardWrapperValve.invoke(Request, Response) line: 231
StandardContextValve.invoke(Request, Response) line: 149
NegotiationAuthenticator$WrapperValve.invoke(Request, Response) line: 491
NegotiationAuthenticator(AuthenticatorBase).invoke(Request, Response) line: 420
SecurityContextAssociationValve.invoke(Request, Response) line: 169
StandardHostValve.invoke(Request, Response) line: 145
ErrorReportValve.invoke(Request, Response) line: 97
StandardEngineValve.invoke(Request, Response) line: 102
CoyoteAdapter.service(Request, Response) line: 344
Http11Processor.process(Socket) line: 854
Http11Protocol$Http11ConnectionHandler.process(Socket) line: 653
JIoEndpoint$Worker.run() line: 926
Thread.run() line: 744
Daemon Thread [http-/127.0.0.1:8080-1] (Suspended (breakpoint at line 638 in KerberosTicket))
owns: Object (id=369)
Krb5InitCredential(KerberosTicket).toString() line: 638 [local variables unavailable]
String.valueOf(Object) line: 2854
StringBuilder.append(Object) line: 128
GSSUtil$1.run() line: 346
GSSUtil$1.run() line: 331
AccessController.doPrivileged(PrivilegedExceptionAction<T>) line: not available [native method]
GSSUtil.searchSubject(GSSNameSpi, Oid, boolean, Class) line: 329
Krb5MechFactory.getCredFromSubject(GSSNameSpi, boolean) line: 68
Krb5MechFactory.getCredentialElement(GSSNameSpi, int, int, int) line: 115
GSSManagerImpl.getCredentialElement(GSSNameSpi, int, int, Oid, int) line: 192
GSSCredentialImpl.add(GSSName, int, int, Oid, int) line: 406
GSSCredentialImpl.<init>(GSSManagerImpl, GSSName, int, Oid, int) line: 60
GSSManagerImpl.createCredential(GSSName, int, Oid, int) line: 153
KerbAuthentication$1.run() line: 189
KerbAuthentication$1.run() line: 187
AccessController.doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) line: not available [native method]
Subject.doAs(Subject, PrivilegedExceptionAction<T>) line: 415
KerbAuthentication.getClientCredential(Subject, GSSManager, Oid) line: 199
KerbAuthentication.intAuthInit() line: 150
KerbAuthentication.GenerateClientContext(byte[], boolean[]) line: 268
SQLServerConnection.sendLogon(SQLServerConnection$LogonCommand, SSPIAuthentication) line: 2691
SQLServerConnection.logon(SQLServerConnection$LogonCommand) line: 2234
SQLServerConnection.access$000(SQLServerConnection, SQLServerConnection$LogonCommand) line: 41
SQLServerConnection$LogonCommand.doExecute() line: 2220
SQLServerConnection$LogonCommand(TDSCommand).execute(TDSWriter, TDSReader) line: 5696
SQLServerConnection.executeCommand(TDSCommand) line: 1715
SQLServerConnection.connectHelper(ServerPortPlaceHolder, int, int, boolean) line: 1326
SQLServerConnection.login(String, String, int, String, FailoverInfo, int, long) line: 991
SQLServerConnection.connect(Properties, SQLServerPooledConnection) line: 827
SQLServerXAConnection.<init>(SQLServerDataSource, String, String) line: 43
SQLServerXADataSource.getXAConnection(String, String) line: 51
AbstractDataSourceService$MyXaMCF(XAManagedConnectionFactory).getXAManagedConnection(Subject, ConnectionRequestInfo) line: 508
XAManagedConnectionFactory$1.run() line: 416
XAManagedConnectionFactory$1.run() line: 413
AccessController.doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) line: not available [native method]
Subject.doAs(Subject, PrivilegedExceptionAction<T>) line: 415
AbstractDataSourceService$MyXaMCF(XAManagedConnectionFactory).createManagedConnection(Subject, ConnectionRequestInfo) line: 412
SemaphoreArrayListManagedConnectionPool.createConnectionEventListener(Subject, ConnectionRequestInfo) line: 834
SemaphoreArrayListManagedConnectionPool.getConnection(Subject, ConnectionRequestInfo) line: 379
PoolBySubjectAndCri(AbstractPool).getSimpleConnection(Subject, ConnectionRequestInfo, ManagedConnectionPool) line: 453
PoolBySubjectAndCri(AbstractPool).getConnection(Transaction, Subject, ConnectionRequestInfo) line: 425
TxConnectionManagerImpl(AbstractConnectionManager).getManagedConnection(Transaction, Subject, ConnectionRequestInfo) line: 354
TxConnectionManagerImpl.getManagedConnection(Subject, ConnectionRequestInfo) line: 368
TxConnectionManagerImpl(AbstractConnectionManager).allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) line: 510
WrapperDataSource.getConnection() line: 143
LookupServlet$DBAction.run() line: 123
LookupServlet.doGet(HttpServletRequest, HttpServletResponse) line: 81
LookupServlet(HttpServlet).service(HttpServletRequest, HttpServletResponse) line: 734
LookupServlet(HttpServlet).service(ServletRequest, ServletResponse) line: 847
ApplicationFilterChain.internalDoFilter(ServletRequest, ServletResponse) line: 295
ApplicationFilterChain.doFilter(ServletRequest, ServletResponse) line: 214
StandardWrapperValve.invoke(Request, Response) line: 231
StandardContextValve.invoke(Request, Response) line: 149
NegotiationAuthenticator$WrapperValve.invoke(Request, Response) line: 491
NegotiationAuthenticator(AuthenticatorBase).invoke(Request, Response) line: 420
SecurityContextAssociationValve.invoke(Request, Response) line: 169
StandardHostValve.invoke(Request, Response) line: 145
ErrorReportValve.invoke(Request, Response) line: 97
StandardEngineValve.invoke(Request, Response) line: 102
CoyoteAdapter.service(Request, Response) line: 344
Http11Processor.process(Socket) line: 854
Http11Protocol$Http11ConnectionHandler.process(Socket) line: 653
JIoEndpoint$Worker.run() line: 926
Thread.run() line: 744
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment