-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An internal error occurred during: "Fetch all notifications". #751
Comments
I have this problem too! |
I get this issues every startup. Fresh eclipse install 2019-09, with only vaadin plugin installed. `eclipse.buildId=4.13.0.I20190916-1045 !ENTRY org.apache.ivyde.eclipse 1 0 2019-12-12 11:42:16.400 !ENTRY org.apache.ivyde.eclipse 1 0 2019-12-12 11:42:16.413 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:16.844 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:16.848 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:17.129 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:17.130 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:17.669 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:18.557 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:18.567 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:18.568 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:18.572 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:19.078 !ENTRY org.eclipse.core.jobs 4 2 2019-12-12 11:42:19.096 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:19.245 !ENTRY com.vaadin.designer2 1 0 2019-12-12 11:42:46.862 |
My guess is that it's a bug or incompatibility in the Eclipse SWT ImageLoader implementation for GTK. The ImageLoader has different implementations for MacOS, Win, and GTK, and the GTK implementation does some oddest handling with the image data, while the Win/MacOS implementation uses default stuff. It might be related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=558043 It's about image palette, and in the Vaadin plugin code about notification images, so maybe some of our notification icons or other images has a palette which Eclipse can't handle in GTK? We could fix the incompatible images, or do a workaround in the plugin, at least handle the exception gracefully. The Eclipse bug has just been fixed in December 2019 and is targeted for the 2020-03 release, so we'll see if it fixes our problem. |
When I start Eclipse and occasionally while Eclipse is already running, I get an error dialog. The Eclipse Error log reveals the following details:
The text was updated successfully, but these errors were encountered: