Apparently, after some of the latest updates to Windows 7, Eclipse has stopped working properly. It freezes very often within 30 seconds to 2 minutes. In fact, the system also freezes, for example, music that plays in WMP stops, downloads of web page stops, etc.
I first tried it with the newest Eclipse Kepler and thought it was only a new version, but then fell back to Juno, and the same thing happens.
My JRE is Java 7u45 , but I also tested it with 7u7 and no changes.
It seems that during freezing, some I / O operations occur when the light of the hard disk is constantly flickering.
It completely prevents the execution of any actions both in Eclipse and in the system itself.
Has anyone experienced such a problem lately? I have googled and all I found are some error messages for Eclipse and 64-bit version of Windows.
EDIT: I tested it on another machine with almost the same configuration, and it works flawlessly. Any idea how I can test my car what causes the problem?
However, this only happens when starting Eclipse. I have no other problem with any other application.
EDIT: I started Eclipse using -consolelog , and here is the column of the stack of exceptions created during freeze.
2013-11-15 12:31:06,480 [main] INFO cnhcpnNettyAsyncHttpProvider - Number of application worked threads is 8 2013-11-15 12:32:56,300 [Recommenders-Dependency-Info-Service-0] ERROR oerirpClasspathEntryInfoProvider - Extracing jar information failed with exception.
java.lang.RuntimeException: java.io.IOException: Die Anforderung konnte wegen eines E/A-Gerõtefehlers nicht ausgef³hrt werden at org.eclipse.recommenders.utils.Throws.throwUnhandledException(Throws.java:47) ~[na:na] at org.eclipse.recommenders.utils.Fingerprints.internal_sha1v2(Fingerprints.java:59) ~[na:na] at org.eclipse.recommenders.utils.Fingerprints.sha1(Fingerprints.java:64) ~[na:na] at org.eclipse.recommenders.utils.archive.ArchiveDetailsExtractor.createFingerprint(ArchiveDetailsExtractor.java:56) ~[na:na] at org.eclipse.recommenders.internal.rcp.providers.ClasspathEntryInfoProvider$3.run(ClasspathEntryInfoProvider.java:247) ~[na:na] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [na:1.7.0_45] at java.util.concurrent.FutureTask.run(Unknown Source) [na:1.7.0_45] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.7.0_45] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.7.0_45] at java.lang.Thread.run(Unknown Source) [na:1.7.0_45] Caused by: java.io.IOException: Die Anforderung konnte wegen eines E/A-Gerõtefehlers nicht ausgef³hrt werden at java.io.FileInputStream.readBytes(Native Method) ~[na:1.7.0_45] at java.io.FileInputStream.read(Unknown Source) ~[na:1.7.0_45] at com.google.common.io.ByteStreams.readBytes(ByteStreams.java:708) ~[na:na] at com.google.common.io.ByteStreams.getDigest(ByteStreams.java:760) ~[na:na] at com.google.common.io.Files.getDigest(Files.java:642) ~[na:na] at org.eclipse.recommenders.utils.Fingerprints.internal_sha1v2(Fingerprints.java:57) ~[na:na] ... 8 common frames omitted
!ENTRY org.eclipse.m2e.logback.appender 4 0 2013-11-15 12:32:56.310 !MESSAGE Extracing jar information failed with exception. 2013-11-15 12:34:44,130 [Recommenders-Dependency-Info-Service-0] ERROR oerirpClasspathEntryInfoProvider - Extracing jar information failed with exception.