java - Eclipse Error No Idea InterruptedException error -


i use ide eclipse everyday. today decided not work me, , have work , need to.. if help, that'd great.

when startup eclipse pops error message leading me error.

!session 2016-05-14 09:11:04.108 ----------------------------------------------- eclipse.buildid=4.5.2.m20160212-1500 java.version=1.8.0_25 java.vendor=oracle corporation bootloader constants: os=win32, arch=x86, ws=win32, nl=en_us framework arguments:  -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product -data c:\users\station8\desktop\development\minecraft\tripex development -product org.eclipse.epp.package.java.product  !entry org.eclipse.egit.ui 2 0 2016-05-14 09:35:37.423 !message warning: environment variable home not set. following directory used store git user global configuration , define default location store repositories: 'c:\users\station8'. if not correct please set home environment variable , restart eclipse. otherwise git windows , egit might behave differently since see different configuration options. warning can switched off on team > git > confirmations , warnings preference page.  !entry org.eclipse.osgi 4 0 2016-05-14 09:39:07.119 !message shutdown error !stack 1 java.lang.interruptedexception     @ java.util.concurrent.locks.abstractqueuedsynchronizer.acquireinterruptibly(unknown source)     @ java.util.concurrent.locks.reentrantlock.lockinterruptibly(unknown source)     @ org.eclipse.osgi.container.systemmodule.waitforstop(systemmodule.java:119)     @ org.eclipse.osgi.internal.framework.equinoxbundle$systembundle.waitforstop(equinoxbundle.java:259)     @ org.eclipse.osgi.launch.equinox.waitforstop(equinox.java:181)     @ org.eclipse.core.runtime.adaptor.eclipsestarter.shutdown(eclipsestarter.java:436)     @ org.eclipse.core.runtime.adaptor.eclipsestarter.run(eclipsestarter.java:254)     @ sun.reflect.nativemethodaccessorimpl.invoke0(native method)     @ sun.reflect.nativemethodaccessorimpl.invoke(unknown source)     @ sun.reflect.delegatingmethodaccessorimpl.invoke(unknown source)     @ java.lang.reflect.method.invoke(unknown source)     @ org.eclipse.equinox.launcher.main.invokeframework(main.java:669)     @ org.eclipse.equinox.launcher.main.basicrun(main.java:608)     @ org.eclipse.equinox.launcher.main.run(main.java:1515) 


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -