When I start Eclipse and occasionally while Eclipse is already running, I get an error dialog. The Eclipse Error log reveals the following details:
eclipse.buildId=4.7.2.M20171130-0510
java.version=1.8.0_161
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Framework arguments: -Dswt.autoScale=exact
Command-line arguments: -data /home/user/workspaces/development/vaadin -os linux -ws gtk -arch x86_64 -Dswt.autoScale=exact
org.eclipse.core.jobs
Error
Mon Mar 19 17:16:41 CET 2018
An internal error occurred during: "Fetch all notifications".
java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:4514)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.SWT.error(SWT.java:4419)
at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:426)
at org.eclipse.swt.graphics.ImageData.scaledTo(ImageData.java:1118)
at com.vaadin.integration.eclipse.notifications.model.NotificationsService.downloadImage(NotificationsService.java:674)
at com.vaadin.integration.eclipse.notifications.model.NotificationsService.getImage(NotificationsService.java:610)
at com.vaadin.integration.eclipse.notifications.model.NotificationsService.registerImage(NotificationsService.java:568)
at com.vaadin.integration.eclipse.notifications.model.NotificationsService.ensureImageRegistered(NotificationsService.java:561)
at com.vaadin.integration.eclipse.notifications.model.NotificationsService.downloadImages(NotificationsService.java:547)
at com.vaadin.integration.eclipse.notifications.model.NotificationsService.downloadImages(NotificationsService.java:157)
at com.vaadin.integration.eclipse.notifications.jobs.FetchNotificationsJob.run(FetchNotificationsJob.java:80)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
When I start Eclipse and occasionally while Eclipse is already running, I get an error dialog. The Eclipse Error log reveals the following details: