Skip to content
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

Exception in thread "main" #1

Open
PlamenHristov opened this issue Jun 11, 2016 · 0 comments
Open

Exception in thread "main" #1

PlamenHristov opened this issue Jun 11, 2016 · 0 comments

Comments

@PlamenHristov
Copy link

Exception in thread "main" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ExceptionInInitializerError)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at net.sourceforge.jcctray.ui.JCCTray.open(JCCTray.java:405)
at net.sourceforge.jcctray.ui.JCCTrayMain.main(JCCTrayMain.java:27)
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:606)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
Caused by: java.lang.ExceptionInInitializerError
at net.sourceforge.jcctray.ui.JCCTrayRunnable.deduceImageToSet(JCCTrayRunnable.java:76)
at net.sourceforge.jcctray.ui.JCCTrayRunnable.updateTrayIcon(JCCTrayRunnable.java:71)
at net.sourceforge.jcctray.ui.JCCTrayRunnable.access$100(JCCTrayRunnable.java:43)
at net.sourceforge.jcctray.ui.JCCTrayRunnable$1.run(JCCTrayRunnable.java:117)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
... 10 more
Caused by: java.lang.IllegalArgumentException: Argument cannot be null
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.graphics.ImageLoader.load(Unknown Source)
at org.eclipse.swt.graphics.ImageDataLoader.load(Unknown Source)
at org.eclipse.swt.graphics.ImageData.(Unknown Source)
at org.eclipse.swt.graphics.Image.(Unknown Source)
at net.sourceforge.jcctray.ui.settings.providers.IProjectLabelConstants.(IProjectLabelConstants.java:34)
... 15 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant