Hide Forgot
During eclipse installation I see the following in the log: gogo: InterruptedException: sleep interrupted java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) at org.apache.felix.gogo.shell.Activator.run(Activator.java:72) at java.lang.Thread.run(Thread.java:722) This might be stopping eclipse from reconciling properly.
Chris, Please take care of this one.
This is a result, not the cause. Gogo shell Activator starts a new thread that processes console and interrupts it only on close The thread calls Thread.sleep during service registration, so the error happens if and only if the Activator.close is called during shell initialization. The exception itself is try-catched, so the exception has no effect on anything except the console.
I'm closing this bug as upstream because: 1. The error message does not affect how Eclipse works. 2. It does not appear when Eclipse reconciles properly. 3. The fix for this issue is not critical for the Eclipse build quality.
There are still 2 problems: 1. This error is reported during rpm install/uninstall which can make people believe there is problem with the installation. This should not be seen when installing eclipse rpm. 2. When you close as upstream you're supposed to have opened a bug upstream. At least for issue 1 I'm reopening it.
I catch the exception and ignore it now. Marking as closed rawhide because the patch is maintained currently by fedora.