secret_password_lookup_sync error
Hi! I have migrated the system to new SSD, and for IDEA Ultimate I just have copied some dirs in ~/ I have found to be related with IDEA. But now I get this error from time to time. How to resolve the issue?
java.lang.Throwable: secret_password_lookup_sync error code NNNNN, error message null
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:123)
at com.intellij.credentialStore.SecretCredentialStore.get(linuxSecretLibrary.kt:146)
at com.intellij.credentialStore.CredentialStoreWrapper.get(CredentialStoreWrapper.kt:38)
at com.intellij.ide.passwordSafe.impl.PasswordSafeImpl.get(PasswordSafeImpl.kt:53)
at com.intellij.diagnostic.ErrorReportConfigurable$Companion.getCredentials(ErrorReportConfigurable.kt:29)
at com.intellij.diagnostic.ITNReporterKt.submit(ITNReporter.kt:90)
at com.intellij.diagnostic.ITNReporterKt.access$submit(ITNReporter.kt:1)
at com.intellij.diagnostic.ITNReporter.submit(ITNReporter.kt:61)
at org.jetbrains.kotlin.idea.reporter.KotlinReportSubmitter.access$submit$s1620081364(KotlinReportSubmitter.kt:33)
at org.jetbrains.kotlin.idea.reporter.KotlinReportSubmitter$submit$1.invoke(KotlinReportSubmitter.kt:74)
at org.jetbrains.kotlin.idea.reporter.KotlinReportSubmitter$submit$1.invoke(KotlinReportSubmitter.kt:33)
at org.jetbrains.kotlin.idea.KotlinPluginUpdater$updateCheck$1.run(KotlinPluginUpdater.kt:166)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:447)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:431)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:415)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:781)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:722)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:382)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
请先登录再写评论。
IDE cannot access the system keychain for some reasons. There could be several of them - no keychain installed, keychain does not support SecretService API (e.g. KWallet), some other issues.
As an option, you could just tell IDE to save all passwords in KeePass by going to Settings | Appearance & Behavior | System Settings | Passwords