Settings Sync - Login service is not available in Fedora

Answered

Hi Guys

I have the Settings Sync plugin installed in my Community Edition of PyCharm 2022.3.2 (from Copr repo) in Fedora.

The "login with Jetbrains account" option is greyed out and it says "login service is not available".

How do I enable this feature in my IDE? 

1
28 comments

Could you please provide us with your IDE logs? You can share it using JetBrains Uploads and share an ID you receive here. 
Also, please, provide us with a screenshot of your Help | Register window.

0

Hi Olga

Thanks for your reply.

Here is the id Upload ID: 2023_02_13_bEJsMYkoSAvTFZtYcmhAj6

Below is the screenshot of the register window.

It is a community edition.

0

Thank you for the provided log! Unfortunately, I didn't find anything suspicious there. 
Please, try disabling and enabling the Settings Sync plugin (don't forget to restart IDE after applying changes) and check if the login option is available in the Help | Register Plugins window:

0

I've the same problem on Windows, and disabling/enabling the Settings Sync plugin didn't help solving the issue.

0

D Ciocca, did you try to log out/log in in the Help | Register window? If it also doesn't help, please, share your IDE logs with us via the JetBrains Uploads service, and don't forget to post the received ID here - it's needed to determine the cause of the problem you met. 

0

I have the same problem too.

0

Rafs, did you try logging out and in in the Help | Register/Register Plugins window? Your IDE logs could also be helpful in determining the cause of the issue; please, use the JetBrains Uploads service to share it and provide me with the ID you receive here. 

0

Olga Mulina I am not actually using Pycharm, I should mention. I am actually using Android Studio Giraffe version and this is where I am seeing this issue from. 

0

Rafs, thank you for the clarification!
If you want to use Settings Sync with Android Studio, you need to install the additional plugin for logging in to the JetBrains Account. We're working on making this plugin the Settings Sync plugin dependency; see this bug report in our YouTrack for the details.

6

Thank you, installing the plugin worked. 

0

Olga Mulina, I'm using Android Studio as well. I'm installing the additional plugin right now.

0

Outis, please, let me know if you meet any problems or if the error persists.

0

Yep, it solved the issue. Thank you. :)

0

Yes thank you that plugin helped me with pycharm!

0

I'm facing the same issue, but in my case the setting "Settings sync" is not visible at all. I tried installing the "JetBrains Marketplace Licensing" plugin but that didn't change anything. I also can't find a plugin called "Settings sync" on the marketplace :/

0

AnotherUser, could you please clarify in which IDE (name and version) you observed the problem? The new Settings Sync plugin is presented in all IntelliJ-based IDEs except Rider starting from the 2022.3 release; before 2022.3, there was the old IDE Settings Sync plugin which could be enabled in the  File | Manage IDE Settings | Sync Settings to JetBrains Account...  menu.

0

Olga Mulina wow that was a quick response!

I'm using Android Studio Flamingo 2022.2.1 Patch 2, but the setting unfortunately is not available under the menu:

 

I tried installing the Beta for version 2022.3, but both settings aren't available there either

0

Which exact 2022.3 version do you use? You can find this information in the  Android Studio | About Android Studio  window.

0

Stable Version: "Flamingo 2022.2.1 Patch 2 (222.4459.24.2221.10121639)"

Beta Version: "Giraffe 2022.3.1 Beta 5 (223.8836.35.2231.10271316)"

0

AnotherUser, regrettably, the Settings Sync plugin isn't provided in the Android Studio 2022.2.1.

The Settings Sync should work properly with Android Studio 2022.3.1, but for now, after installing the plugin, I see an error related to the incorrect plugin version. I created a new issue in our YouTrack, and we will fix this problem. Sorry for the inconvenience. 

1

It seems that plugin is still not working… 

Android Studio Giraffe | 2022.3.1 Patch 1
Build #AI-223.8836.35.2231.10671973, built on August 17, 2023
Runtime version: 17.0.6+0-17.0.6b829.9-10027231 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.6.8
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 6
Metal Rendering is ON
Registry:
   external.system.auto.import.disabled=true
   debugger.new.tool.window.layout=true
   ide.text.editor.with.preview.show.floating.toolbar=false
   ide.experimental.ui=true

Non-Bundled Plugins:
   com.intellij.marketplace (223.8836.56)
   Key Promoter X (2023.2.0)
   Dart (223.8950)
   ee.carlrobert.chatgpt (2.0.6)
   indent-rainbow.indent-rainbow (2.1.0)
   com.intellij.settingsSync (223.8836.10)   <<<<<< settingsSync
   izhangzhihao.rainbow.brackets.lite (1.0.1)
   io.flutter (75.1.2)
 

But after enabling the plugin I get:

The plugin com.intellij.settingsSync failed to save settings and has been disabled. Please restart Android Studio.

Of course restart doesn't help…

The err stack trace:

java.lang.NoClassDefFoundError: com/jetbrains/cloudconfig/exception/InvalidVersionIdException
    at com.intellij.settingsSync.SettingsSyncMain.<init>(SettingsSyncMain.kt:35)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
    at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
    at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:49)
    at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:996)
    at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:43)
    at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:39)
    at com.intellij.serviceContainer.BaseComponentAdapter.doCreateInstance(BaseComponentAdapter.kt:154)
    at com.intellij.serviceContainer.BaseComponentAdapter.createInstance$lambda$1(BaseComponentAdapter.kt:133)
    at com.intellij.openapi.progress.Cancellation.computeInNonCancelableSection(Cancellation.java:99)
    at com.intellij.serviceContainer.BaseComponentAdapter.createInstance(BaseComponentAdapter.kt:132)
    at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:92)
    at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:673)
    at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:629)
    at com.intellij.settingsSync.SettingsSyncMain$Companion.getInstance(SettingsSyncMain.kt:59)
    at com.intellij.settingsSync.config.SettingsSyncEnabler.checkServerState(SettingsSyncEnabler.kt:19)
    at com.intellij.settingsSync.config.SettingsSyncConfigurable$createPanel$1$4$3.invoke(SettingsSyncConfigurable.kt:136)
    at com.intellij.settingsSync.config.SettingsSyncConfigurable$createPanel$1$4$3.invoke(SettingsSyncConfigurable.kt:135)
    at com.intellij.ui.dsl.builder.impl.RowImpl.button$lambda$0(RowImpl.kt:207)
    at java.desktop/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at java.desktop/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
    at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.desktop/java.awt.Component.processEvent(Unknown Source)
    at java.desktop/java.awt.Container.processEvent(Unknown Source)
    at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
    at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
    at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
    at java.base/java.security.AccessController.doPrivileged(Unknown Source)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
    at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
    at java.base/java.security.AccessController.doPrivileged(Unknown Source)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:909)
    at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:831)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:753)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$5(IdeEventQueue.java:437)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:787)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:436)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:615)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:434)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:838)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:480)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.desktop/java.awt.WaitDispatchSupport$2.run(Unknown Source)
    at java.desktop/java.awt.WaitDispatchSupport$4.run(Unknown Source)
    at java.desktop/java.awt.WaitDispatchSupport$4.run(Unknown Source)
    at java.base/java.security.AccessController.doPrivileged(Unknown Source)
    at java.desktop/java.awt.WaitDispatchSupport.enter(Unknown Source)
    at java.desktop/java.awt.Dialog.show(Unknown Source)
    at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:743)
    at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:467)
    at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1676)
    at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1634)
    at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:90)
    at com.intellij.ide.actions.ShowSettingsAction.perform(ShowSettingsAction.java:60)
    at com.intellij.ui.mac.MacOSApplicationProvider$Worker.initMacApplication$lambda$2$lambda$1(MacOSApplicationProvider.kt:71)
    at com.intellij.ui.mac.MacOSApplicationProvider$Worker.submit$lambda$6(MacOSApplicationProvider.kt:170)
    at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
    at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21)
    at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:838)
    at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:454)
    at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:74)
    at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:114)
    at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:36)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
    at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
    at java.base/java.security.AccessController.doPrivileged(Unknown Source)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:909)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:756)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$5(IdeEventQueue.java:437)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:787)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:436)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:615)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:434)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:838)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:480)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.jetbrains.cloudconfig.exception.InvalidVersionIdException PluginClassLoader(plugin=PluginDescriptor(name=Settings Sync, id=com.intellij.settingsSync, descriptorPath=plugin.xml, path=~/Library/Application Support/Google/AndroidStudio2022.3/plugins/settingsSync, version=223.8836.10, package=null, isBundled=false), packagePrefix=null, instanceId=37, state=active)
    at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:217)
    at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
    ... 110 more

 

 

0

Sorry it seems like this is exactly the same issue as Olga mentioned: https://youtrack.jetbrains.com/issue/IDEA-322921

0

Hi Olga

Below is the screenshot of the register window.

It is Android Studio Giraffe edition.

 

0

Hello, 978964140. Could you please share the IDE logs (Help | Collect Logs and Diagnostic Data)? I want to check the full error message that should be reported there. You can do it via the JetBrains Uploads service and write here the ID you receive. 

0

I'm experiencing the same:

Android studio about:

Android Studio Giraffe | 2022.3.1 Patch 4
Build #AI-223.8836.35.2231.11090377, built on November 13, 2023
Runtime version: 17.0.6+0-17.0.6b829.9-10027231 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.1
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 10
Metal Rendering is ON
Registry:
    external.system.auto.import.disabled=true
    debugger.new.tool.window.layout=true
    ide.text.editor.with.preview.show.floating.toolbar=false
    ide.experimental.ui=true

Non-Bundled Plugins:
    com.codeium.intellij (1.4.22)
    com.intellij.settingsSync (223.8836.10)
    com.jetbrains.kmm (0.8.1(223)-26)

 

Logs:

023-11-29 14:19:57,097 [ 126407]   WARN - #c.i.e.p.BaseOSProcessHandler - Process hasn't generated any output for a long time.
If it's a long-running mostly idle daemon process, consider overriding OSProcessHandler#readerOptions with 'BaseOutputReader.Options.forMostlySilentProcess()' to reduce CPU usage.
Command line: "/Users/ido/Library/Application Support/Google/AndroidStudio2022.3/plugins/codeium/793acd34c75e28ab49e0c55b2ad9d48edd8da9ae/language_server_macos_arm" --api_server_url https://server.codeium.com --manager_dir /var/folders/sk/5l863n2500v5fw7dm2ybqcc40000gn/T/9235197608503158109/codeium/manager --enable_chat_web_server --enable_chat_client --database_dir /Users/ido/.codeium/database/9c0694567290725d9dcba14ade58e297
java.lang.Throwable: Process creation:
	at com.intellij.execution.process.BaseOSProcessHandler.<init>(BaseOSProcessHandler.java:33)
	at com.intellij.execution.process.OSProcessHandler.<init>(OSProcessHandler.java:44)
	at com.intellij.execution.process.KillableProcessHandler.<init>(KillableProcessHandler.java:41)
	at codeium.R.<init>(SourceFile:17)
	at codeium.P$a.invokeSuspend(SourceFile:304)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
2023-11-29 14:20:09,555 [ 138865]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore configurable with duplicated id: device.file.explorer
2023-11-29 14:20:09,556 [ 138866]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
2023-11-29 14:20:09,557 [ 138867]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - use other group instead of unexpected one: project.propCompiler
2023-11-29 14:20:09,558 [ 138868]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - Use <groupConfigurable> to specify custom configurable group: other
2023-11-29 14:20:09,589 [ 138899]   WARN - #c.i.o.o.n.SettingsTreeView$MyBuilder - 'AbstractTreeBuilder' is going to be dropped soon and must not be used
com.intellij.diagnostic.PluginException: 'AbstractTreeBuilder' is going to be dropped soon and must not be used
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:83)
	at com.intellij.ide.util.treeView.AbstractTreeBuilder.<init>(AbstractTreeBuilder.java:60)
	at com.intellij.ide.util.treeView.AbstractTreeBuilder.<init>(AbstractTreeBuilder.java:55)
	at com.intellij.ide.util.treeView.AbstractTreeBuilder.<init>(AbstractTreeBuilder.java:47)
	at com.intellij.ui.treeStructure.filtered.FilteringTreeBuilder.<init>(FilteringTreeBuilder.java:46)
	at com.intellij.openapi.options.newEditor.SettingsTreeView$MyBuilder.<init>(SettingsTreeView.java:931)
	at com.intellij.openapi.options.newEditor.SettingsTreeView.<init>(SettingsTreeView.java:174)
	at com.intellij.openapi.options.newEditor.SettingsDialog.treeViewFactory(SettingsDialog.java:89)
	at com.intellij.openapi.options.newEditor.SettingsEditor.<init>(SettingsEditor.java:194)
	at com.intellij.openapi.options.newEditor.SettingsDialog.<init>(SettingsDialog.java:65)
	at com.intellij.openapi.options.newEditor.SettingsDialogFactory.create(SettingsDialogFactory.java:38)
	at com.intellij.ide.actions.ShowSettingsUtilImpl.getDialog(ShowSettingsUtilImpl.java:39)
	at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:134)
	at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:107)
	at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:99)
	at com.intellij.settingsSync.config.SettingsSyncOpenSettingsAction.actionPerformed(SettingsSyncOpenSettingsAction.kt:12)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:327)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:306)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:350)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:306)
	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$performAction$5(ActionMenuItem.java:296)
	at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:226)
	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.performAction(ActionMenuItem.java:289)
	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$new$1(ActionMenuItem.java:78)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)
	at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:94)
	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$new$2(ActionMenuItem.java:78)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$3.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:909)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:756)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$5(IdeEventQueue.java:437)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:787)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:436)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:615)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:434)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:838)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:480)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
2023-11-29 14:20:45,562 [ 174872]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore configurable with duplicated id: device.file.explorer
2023-11-29 14:20:45,562 [ 174872]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
2023-11-29 14:20:45,564 [ 174874]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - use other group instead of unexpected one: project.propCompiler
2023-11-29 14:20:45,564 [ 174874]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - Use <groupConfigurable> to specify custom configurable group: other
2023-11-29 14:21:08,526 [ 197836]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Applications/Android Studio.app/Contents/jbr/Contents/Home
2023-11-29 14:21:12,179 [ 201489]   INFO - #c.i.c.ComponentStoreImpl - Saving appXDebuggerSettings took 13 ms
0

Ido Flasch, did you install the JetBrains Marketplace Licensing plugin to your IDE? This is necessary to be able to log in to the JetBrains account which is associated with the cloud storage for your settings. 

0

Olga Mulina That plugin fixed the issue, many thanks.

The Pycharm-community package available in the Fedora Copr repo is few releases behind the Jetbrain release. If you decide to install pycharm from Copr repo you can follow the below steps to fix the sync issue

1. Install the latest pycharm-community package from Copr repo. (https://copr.fedorainfracloud.org/coprs/phracek/PyCharm)

2. Open the pycharm-community application from terminal as Sudo. Click on the gear icon and run check for updates.

3. Check the upgrade option for all the binary's that needs an upgrade. After the upgrade,

4. Close the pycharm application.

5. Start the pycharm-community application as a normal user and install the plugin “JetBrains Marketplace Licensing”.

6. Once again restart the pycharm application.

7. Click on the login with jetbrains account. Login to the jetbrains account in the browser

 

1

I use android studio:

Android Studio Hedgehog | 2023.1.1 Patch 1
Build #AI-231.9392.1.2311.11255304, built on December 27, 2023
Runtime version: 17.0.7+0-b2043.56-10550314 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Registry:
   external.system.auto.import.disabled=true
   debugger.new.tool.window.layout=true
   ide.text.editor.with.preview.show.floating.toolbar=false
   ide.experimental.ui=true
Non-Bundled Plugins:
   com.intellij.marketplace (231.9392.3)
   com.intellij.settingsSync (231.8109.108)

I downloaded both JetBrains Marketplace Licensing & Settings Sync, but then i can't see where to login Jetbrains account. I tried to “Enable  Settings Sync…” but:


How to fix, please?

1

Please sign in to leave a comment.