Quantcast
Channel: Toad for Hadoop Forum - Recent Threads
Viewing all articles
Browse latest Browse all 114

Workspace Loading Error

$
0
0

Hi there,

I just rebooted my laptop and now Toad isn't able to load my saved ecosystems. I get an error message that the application workspace can not be loaded:

Is there a way to fix this?

Error log snippet:

2016-10-28 11:12:50 ERROR LifeCycleManager:206 - Unable to decrypt data from secure preference store!
com.dell.tfh.tools.exception.EncryptionException: Failed to decrypt data from secure preferences.
at com.dell.tfh.tools.EncryptionUtils.secureDecrypt(EncryptionUtils.java:89)
at com.dell.tfh.tools.preferences.SecurePreferenceStore.getObjectItem(SecurePreferenceStore.java:775)
at com.dell.tfh.gui.splash.SplashServiceImpl.getPreviousLocation(SplashServiceImpl.java:194)
at com.dell.tfh.gui.splash.SplashServiceImpl.getSplashLocation(SplashServiceImpl.java:176)
at com.dell.tfh.gui.splash.SplashServiceImpl.createSplashShell(SplashServiceImpl.java:170)
at com.dell.tfh.gui.splash.SplashServiceImpl.open(SplashServiceImpl.java:134)
at com.dell.tfh.gui.LifeCycleManager.startSplash(LifeCycleManager.java:203)
at com.dell.tfh.gui.LifeCycleManager.initApp(LifeCycleManager.java:224)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:898)
at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:121)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:345)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:264)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:104)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:73)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:55)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:235)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:145)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
Caused by: com.dell.tfh.tools.exception.EncryptionException: Failed to decrypt data using AES secret key
at com.dell.tfh.tools.EncryptionUtils.aesDecrypt(EncryptionUtils.java:111)
at com.dell.tfh.tools.EncryptionUtils.secureDecrypt(EncryptionUtils.java:86)
... 34 common frames omitted
Caused by: javax.crypto.BadPaddingException: Given final block not properly padded
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:966)
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:824)
at com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:436)
at javax.crypto.Cipher.doFinal(Cipher.java:2165)
at com.dell.tfh.tools.EncryptionUtils.aesDecrypt(EncryptionUtils.java:109)
... 35 common frames omitted
2016-10-28 11:12:50 WARN SecurePreferenceStore:814 - Unable to use original preference store switching to temporary!

Thanks,

JP


Viewing all articles
Browse latest Browse all 114

Trending Articles