saros-project / saros

Open Source IDE plugin for distributed collaborative software development
https://www.saros-project.org
GNU General Public License v2.0
158 stars 52 forks source link

Saros Menu unresponsive #1151

Closed munzzz5 closed 2 years ago

munzzz5 commented 2 years ago

Describe the bug Saros menu button options unresponsive

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Help>install new software>paste link "https://www.saros-project.org/update-site/eclipse"
  2. Click on 'Saros on the menu button on the menu tray'
  3. Non responsive buttons are: 1. Getting started 2. Start saros configuration 3. Add account 4. preferences

Expected behavior A dialog box to prompt my next step on saros, like adding my xmpp account or start a configuration

Log files Buttons are unresponsive and there are no errors that pop

You can find the log files in the following locations:

!ENTRY org.eclipse.equinox.registry 4 1 2021-12-23 16:36:45.135 !MESSAGE Plug-in saros.eclipse was unable to load class saros.serviceProviders.SarosSourceProvider. !STACK 0 java.lang.ClassNotFoundException: An error occurred while automatically activating bundle saros.eclipse (424). at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:126) at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:570) at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:335) at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:384) at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:475) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:403) at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:616) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63) at org.eclipse.ui.internal.services.WorkbenchServiceRegistry.getSourceProviders(WorkbenchServiceRegistry.java:170) at org.eclipse.ui.internal.services.SourceProviderService.readRegistry(SourceProviderService.java:104) at org.eclipse.ui.internal.Workbench$34.runWithException(Workbench.java:2288) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:36) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4779) at org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:94) at org.eclipse.ui.internal.Workbench.initializeDefaultServices(Workbench.java:2283) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1606) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2759) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:637) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) Caused by: org.osgi.framework.BundleException: Exception in saros.Saros.start() of bundle saros.eclipse. at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:828) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:365) at org.eclipse.osgi.container.Module.doStart(Module.java:605) at org.eclipse.osgi.container.Module.start(Module.java:468) at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:404) at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) ... 40 more `

Screenshots .log

If applicable, add screenshots to help explain your problem. Image of installed files: image

Image of Plugins: image

Image of Saros menu that is unresponsive image

Environment (please complete the following information):

Additional context Is there any step im missing?

srossbach commented 2 years ago

1142