Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Sysmon does not store monitoring connections

Greg,

I have downloaded the mentioned Sysmon builds into entirely empty directories. The workspace was automatically generated within this new directory. Are there any other directories, where credentials and connection data is stored? Maybe I have to remove these directories in order to re-create them correctly.

Best regards,

Carsten

Carsten,

I haven't seen this before, but I'm not sure it's a PTP issue. It looks like it might be related to bugs 329615 and 355086. Did you use this workspace with a 32 bit version of Eclipse at any point?

Greg

On Aug 9, 2013, at 9:48 AM, Carsten Karbach <c.karbach@xxxxxxxxxxxxx> wrote:

> I have been testing Sysmon on my OpenSuse Linux 64 bit system. It works
> fine until I restart Sysmon. The monitor entries are still available,
> but it seems to forget the configured SSH connection. A dialog pops up
> stating, that it is "unable to start target". The error log lists the
> following exceptions, which might be related to this problem:
> 
> org.osgi.framework.BundleException: Exception in
> org.eclipse.ptp.remotetools.environment.EnvironmentPlugin.stop() of
> bundle org.eclipse.ptp.remotetools.environment.core.
>        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:791)
>        at
> org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
>        at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:566)
>        at
> org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1206)
>        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:592)
>        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
>        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
>        at
> org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284)
>        at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:692)
>        at
> org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:600)
>        at
> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:400)
>        at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>        at java.lang.reflect.Method.invoke(Method.java:601)
>        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
>        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
>        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
>        at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
> Caused by: org.eclipse.equinox.security.storage.StorageException: No
> secure storage modules found.
>        at
> org.eclipse.equinox.internal.security.storage.PasswordProviderSelector.findStorageModule(PasswordProviderSelector.java:190)
>        at
> org.eclipse.equinox.internal.security.storage.SecurePreferencesRoot.getModulePassword(SecurePreferencesRoot.java:231)
>        at
> org.eclipse.equinox.internal.security.storage.SecurePreferencesRoot.getPassword(SecurePreferencesRoot.java:224)
>        at
> org.eclipse.equinox.internal.security.storage.SecurePreferences.put(SecurePreferences.java:224)
>        at
> org.eclipse.equinox.internal.security.storage.SecurePreferencesWrapper.put(SecurePreferencesWrapper.java:110)
>        at
> org.eclipse.ptp.remotetools.environment.core.TargetEnvironmentManager.writeToFile(TargetEnvironmentManager.java:246)
>        at
> org.eclipse.ptp.remotetools.environment.EnvironmentPlugin.stop(EnvironmentPlugin.java:170)
>        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:771)
>        at java.security.AccessController.doPrivileged(Native Method)
>        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:764)
>        ... 19 more
> Root exception:
> org.eclipse.equinox.security.storage.StorageException: No secure storage
> modules found.
>        at
> org.eclipse.equinox.internal.security.storage.PasswordProviderSelector.findStorageModule(PasswordProviderSelector.java:190)
>        at
> org.eclipse.equinox.internal.security.storage.SecurePreferencesRoot.getModulePassword(SecurePreferencesRoot.java:231)
>        at
> org.eclipse.equinox.internal.security.storage.SecurePreferencesRoot.getPassword(SecurePreferencesRoot.java:224)
>        at
> org.eclipse.equinox.internal.security.storage.SecurePreferences.put(SecurePreferences.java:224)
>        at
> org.eclipse.equinox.internal.security.storage.SecurePreferencesWrapper.put(SecurePreferencesWrapper.java:110)
>        at
> org.eclipse.ptp.remotetools.environment.core.TargetEnvironmentManager.writeToFile(TargetEnvironmentManager.java:246)
>        at
> org.eclipse.ptp.remotetools.environment.EnvironmentPlugin.stop(EnvironmentPlugin.java:170)
>        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:771)
>        at java.security.AccessController.doPrivileged(Native Method)
>        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:764)
>        at
> org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
>        at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:566)
>        at
> org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1206)
>        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:592)
>        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
>        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
>        at
> org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284)
>        at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:692)
>        at
> org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:600)
>        at
> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:400)
>        at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>        at java.lang.reflect.Method.invoke(Method.java:601)
>        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
>        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
>        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
>        at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
> 
> Is this a known problem, or should I open a bug on it?
> 
> I have tested with the Sysmon builds available at
> http://archive.eclipse.org/tools/ptp/builds/7.0.0/ and also at
> http://download.eclipse.org/tools/ptp/builds/luna/nightly/
> 
> Best regards,
> 
> Carsten Karbach
> 
> 
> ------------------------------------------------------------------------------------------------
> ------------------------------------------------------------------------------------------------
> Forschungszentrum Juelich GmbH
> 52425 Juelich
> Sitz der Gesellschaft: Juelich
> Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
> Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
> Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
> Prof. Dr. Sebastian M. Schmidt
> ------------------------------------------------------------------------------------------------
> ------------------------------------------------------------------------------------------------
> 
> Das Forschungszentrum oeffnet seine Tueren am Sonntag, 29. September, von 10:00 bis 17:00 Uhr: http://www.tagderneugier.de
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top