Skip to content

Instantly share code, notes, and snippets.

@rrzaripov
Created October 4, 2017 12:30
Show Gist options
  • Save rrzaripov/e85a934a51c552dbc48145fe2d96433a to your computer and use it in GitHub Desktop.
Save rrzaripov/e85a934a51c552dbc48145fe2d96433a to your computer and use it in GitHub Desktop.
2017-10-04 15:18:49,262 INFO [main] (com.microsoft.tfs.core.telemetry.TfsTelemetryHelper) Command Line Client v.14.123.1.201709051449
2017-10-04 15:18:49,264 INFO [main] (com.microsoft.tfs.core.telemetry.TfsTelemetryHelper) AppInsights telemetry initialized
2017-10-04 15:18:49,264 INFO [main] (com.microsoft.tfs.core.telemetry.TfsTelemetryHelper) Developer Mode: false
2017-10-04 15:18:49,264 INFO [main] (com.microsoft.tfs.core.telemetry.TfsTelemetryHelper) Production Environment: true
2017-10-04 15:18:49,705 INFO [main] (com.microsoft.alm.storage.posix.internal.GnomeKeyringBackedSecureStore) gnome-keyring library not loaded
java.lang.UnsatisfiedLinkError: Unable to load library 'gnome-keyring': Native library (linux-x86-64/libgnome-keyring.so) not found in resource path ([file:/home/salt/tfs/tsappa/, file:/opt/tfs/lib/alm-distributedtask-client-15.105.0-SNAPSHOT.jar, file:/opt/tfs/lib/alm-extensionmanagement-client-15.105.0-SNAPSHOT.jar, file:/opt/tfs/lib/alm-gallery-client-15.105.0-SNAPSHOT.jar, file:/opt/tfs/lib/alm-releasemanagement-client-15.105.0-SNAPSHOT.jar, file:/opt/tfs/lib/alm-tfs-client-15.105.0-SNAPSHOT.jar, file:/opt/tfs/lib/alm-vss-client-15.105.0-SNAPSHOT.jar, file:/opt/tfs/lib/annotation-detector-3.0.4.jar, file:/opt/tfs/lib/auth-common-0.6.0-SNAPSHOT.jar, file:/opt/tfs/lib/auth-core-0.6.0-SNAPSHOT.jar, file:/opt/tfs/lib/auth-providers-0.6.0-SNAPSHOT.jar, file:/opt/tfs/lib/auth-secure-storage-0.6.0-SNAPSHOT.jar, file:/opt/tfs/lib/com.microsoft.tfs.checkinpolicies.build.jar, file:/opt/tfs/lib/com.microsoft.tfs.checkinpolicies.checkforcomments.jar, file:/opt/tfs/lib/com.microsoft.tfs.checkinpolicies.forbiddenpatterns.jar, file:/opt/tfs/lib/com.microsoft.tfs.checkinpolicies.workitempolicy.jar, file:/opt/tfs/lib/com.microsoft.tfs.checkinpolicies.workitemquerypolicy.jar, file:/opt/tfs/lib/com.microsoft.tfs.client.clc.jar, file:/opt/tfs/lib/com.microsoft.tfs.client.clc.nl1.jar, file:/opt/tfs/lib/com.microsoft.tfs.client.common.jar, file:/opt/tfs/lib/com.microsoft.tfs.client.common.pid.jar, file:/opt/tfs/lib/com.microsoft.tfs.console.jar, file:/opt/tfs/lib/com.microsoft.tfs.core.httpclient.jar, file:/opt/tfs/lib/com.microsoft.tfs.core.jar, file:/opt/tfs/lib/com.microsoft.tfs.core.ws.jar, file:/opt/tfs/lib/com.microsoft.tfs.core.ws.runtime.jar, file:/opt/tfs/lib/com.microsoft.tfs.jni.jar, file:/opt/tfs/lib/com.microsoft.tfs.logging.jar, file:/opt/tfs/lib/com.microsoft.tfs.util.jar, file:/opt/tfs/lib/commons-codec-1.6.jar, file:/opt/tfs/lib/commons-io-2.4.jar, file:/opt/tfs/lib/commons-lang3-3.1.jar, file:/opt/tfs/lib/commons-logging-1.1.3.jar, file:/opt/tfs/lib/guava-12.0.1.jar, file:/opt/tfs/lib/hsqldb.jar, file:/opt/tfs/lib/httpclient-4.3.1.jar, file:/opt/tfs/lib/httpcore-4.3.jar, file:/opt/tfs/lib/jackson-annotations-2.4.1.jar, file:/opt/tfs/lib/jackson-core-2.4.1.jar, file:/opt/tfs/lib/jackson-databind-2.4.1.jar, file:/opt/tfs/lib/jna-4.2.1.jar, file:/opt/tfs/lib/jna-platform-4.2.1.jar, file:/opt/tfs/lib/jsr305-1.3.9.jar, file:/opt/tfs/lib/log4j-1.2.14.jar, file:/opt/tfs/lib/oauth2-useragent-0.11.2.jar, file:/opt/tfs/lib/slf4j-api-1.7.19.jar, file:/opt/tfs/lib/slf4j-log4j12-1.7.19.jar, file:/opt/tfs/lib/applicationinsights-core-1.0.4.jar])
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:277)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:403)
at com.sun.jna.Library$Handler.<init>(Library.java:147)
at com.sun.jna.Native.loadLibrary(Native.java:502)
at com.sun.jna.Native.loadLibrary(Native.java:481)
at com.microsoft.alm.storage.posix.internal.GnomeKeyringLibrary.<clinit>(GnomeKeyringLibrary.java:23)
at com.microsoft.alm.storage.posix.internal.GnomeKeyringBackedSecureStore.isGnomeKeyringLibraryAvailable(GnomeKeyringBackedSecureStore.java:210)
at com.microsoft.alm.storage.posix.internal.GnomeKeyringBackedSecureStore.getGnomeKeyringLibrary(GnomeKeyringBackedSecureStore.java:232)
at com.microsoft.alm.storage.posix.internal.GnomeKeyringBackedSecureStore.<clinit>(GnomeKeyringBackedSecureStore.java:17)
at com.microsoft.tfs.core.credentials.internal.GnomeKeyringCredentialsManager.<clinit>(GnomeKeyringCredentialsManager.java:23)
at com.microsoft.tfs.core.credentials.CredentialsManagerFactory.getCredentialsManager(CredentialsManagerFactory.java:89)
at com.microsoft.tfs.client.clc.commands.Command.createConnection(Command.java:1537)
at com.microsoft.tfs.client.clc.commands.Command.createConnection(Command.java:1196)
at com.microsoft.tfs.client.clc.vc.commands.CommandGet.run(CommandGet.java:144)
at com.microsoft.tfs.client.clc.Application.run(Application.java:306)
at com.microsoft.tfs.client.clc.Application.run(Application.java:154)
at com.microsoft.tfs.client.clc.vc.Main.main(Main.java:55)
2017-10-04 15:18:49,707 INFO [main] (com.microsoft.alm.storage.posix.internal.GnomeKeyringBackedSecureStore) gnome-keyring library not loaded
java.lang.NoClassDefFoundError: Could not initialize class com.microsoft.alm.storage.posix.internal.GnomeKeyringLibrary
at com.microsoft.alm.storage.posix.internal.GnomeKeyringBackedSecureStore.isGnomeKeyringLibraryAvailable(GnomeKeyringBackedSecureStore.java:210)
at com.microsoft.alm.storage.posix.internal.GnomeKeyringBackedSecureStore.getGnomeKeyringPasswordSchema(GnomeKeyringBackedSecureStore.java:236)
at com.microsoft.alm.storage.posix.internal.GnomeKeyringBackedSecureStore.<clinit>(GnomeKeyringBackedSecureStore.java:18)
at com.microsoft.tfs.core.credentials.internal.GnomeKeyringCredentialsManager.<clinit>(GnomeKeyringCredentialsManager.java:23)
at com.microsoft.tfs.core.credentials.CredentialsManagerFactory.getCredentialsManager(CredentialsManagerFactory.java:89)
at com.microsoft.tfs.client.clc.commands.Command.createConnection(Command.java:1537)
at com.microsoft.tfs.client.clc.commands.Command.createConnection(Command.java:1196)
at com.microsoft.tfs.client.clc.vc.commands.CommandGet.run(CommandGet.java:144)
at com.microsoft.tfs.client.clc.Application.run(Application.java:306)
at com.microsoft.tfs.client.clc.Application.run(Application.java:154)
at com.microsoft.tfs.client.clc.vc.Main.main(Main.java:55)
2017-10-04 15:18:49,707 INFO [main] (com.microsoft.alm.storage.posix.internal.GnomeKeyringBackedSecureStore) gnome-keyring library not loaded, return null for SCHEMA
2017-10-04 15:19:07,433 INFO [main] (com.microsoft.tfs.core.config.httpclient.DefaultHTTPClientFactory) HttpClient configured for http://tfs-srv:8080/tfs/electron/, authenticating as zaripov, proxy=wks818:3129
2017-10-04 15:19:08,270 INFO [main] (com.microsoft.tfs.jni.natives.NativeAuthMethods) Loaded GSSAPI library: libgssapi_krb5.so
2017-10-04 15:19:08,271 WARN [main] (com.microsoft.tfs.jni.natives.NativeAuthMethods) Could not get principal for kerberos 5 credentials (No credentials cache found)
2017-10-04 15:19:08,282 WARN [main] (com.microsoft.tfs.jni.natives.NativeAuthMethods) Could not get principal for kerberos 5 credentials (No credentials cache found)
2017-10-04 15:19:08,381 INFO [main] (com.microsoft.tfs.core.httpclient.HttpMethodDirector) Failure authenticating with NTLM @tfs-srv:8080
2017-10-04 15:19:08,416 ERROR [main] (com.microsoft.tfs.client.clc.Application) An error occurred: Access denied connecting to TFS server http://tfs-srv:8080/ (authenticating as zaripov)
com.microsoft.tfs.core.exceptions.TFSUnauthorizedException: Access denied connecting to TFS server http://tfs-srv:8080/ (authenticating as zaripov)
at com.microsoft.tfs.core.exceptions.mappers.TECoreExceptionMapper.map(TECoreExceptionMapper.java:72)
at com.microsoft.tfs.core.exceptions.mappers.VersionControlExceptionMapper.map(VersionControlExceptionMapper.java:44)
at com.microsoft.tfs.core.clients.versioncontrol.internal.WebServiceLayer.reconcileLocalWorkspace(WebServiceLayer.java:2354)
at com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.LocalDataAccessLayer$8.invoke(LocalDataAccessLayer.java:2732)
at com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.LocalWorkspaceTransaction.execute(LocalWorkspaceTransaction.java:498)
at com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.LocalDataAccessLayer.reconcileLocalWorkspaceHelper(LocalDataAccessLayer.java:2611)
at com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.LocalDataAccessLayer.reconcileLocalWorkspace(LocalDataAccessLayer.java:2450)
at com.microsoft.tfs.core.clients.versioncontrol.internal.WebServiceLayerLocalWorkspaces.reconcileIfLocal(WebServiceLayerLocalWorkspaces.java:357)
at com.microsoft.tfs.core.clients.versioncontrol.internal.WebServiceLayerLocalWorkspaces.get(WebServiceLayerLocalWorkspaces.java:741)
at com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Workspace.get(Workspace.java:2438)
at com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Workspace.get(Workspace.java:2345)
at com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Workspace.get(Workspace.java:2335)
at com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Workspace.get(Workspace.java:2312)
at com.microsoft.tfs.client.clc.vc.commands.CommandGet.run(CommandGet.java:159)
at com.microsoft.tfs.client.clc.Application.run(Application.java:306)
at com.microsoft.tfs.client.clc.Application.run(Application.java:154)
at com.microsoft.tfs.client.clc.vc.Main.main(Main.java:55)
Caused by: com.microsoft.tfs.core.ws.runtime.exceptions.UnauthorizedException: Authorization failure connecting to 'http://tfs-srv:8080/tfs/Electron/VersionControl/v5.0/repository.asmx' (authenticating as zaripov)
at com.microsoft.tfs.core.ws.runtime.client.SOAPService.examineHeadersForFederatedAuthURL(SOAPService.java:1065)
at com.microsoft.tfs.core.ws.runtime.client.SOAPService.executeSOAPRequestInternal(SOAPService.java:650)
at com.microsoft.tfs.core.ws.runtime.client.SOAPService.executeSOAPRequest(SOAPService.java:444)
at ms.tfs.versioncontrol.clientservices._03._Repository5Soap12Service.reconcileLocalWorkspace(_Repository5Soap12Service.java:594)
at com.microsoft.tfs.core.clients.versioncontrol.internal.WebServiceLayer.reconcileLocalWorkspace(WebServiceLayer.java:2329)
... 14 more
2017-10-04 15:19:08,422 INFO [main] (com.microsoft.tfs.client.clc.vc.Main) Shutting down
2017-10-04 15:19:08,425 INFO [main] (com.microsoft.tfs.client.clc.vc.Main) Has shut down
2017-10-04 15:19:10,167 INFO [Thread-5] (org.apache.http.impl.execchain.RetryExec) I/O exception (java.net.SocketException) caught when processing request: Socket closed
2017-10-04 15:19:10,167 INFO [Thread-5] (org.apache.http.impl.execchain.RetryExec) Retrying request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment