Community
Participate
Working Groups
Build Identifier: I20100608-0911 I have installed DLTK via Update Site "http:// download.eclipse.org/technology/dltk/updates". After installing the Eclipse restarts. Then i closed Eclipse, deleted the current used workspace and started eclipse again with a fresh clean workspace. Then i get the following warning in my error log: ################################################# While loading class "org.eclipse.dltk.internal.mylyn.DLTKUiUtil", thread "Thread[main,6,main]" timed out waiting (5000ms) for thread "Thread[Worker-4,5,main]" to finish starting bundle "org.eclipse.dltk.mylyn_2.0.0.v20100520-2203 [445]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding but "org.eclipse.dltk.internal.mylyn.DLTKUiUtil" may not be fully initialized. ################################################# How can i fix it? Reproducible: Always Steps to Reproduce: 1. download and start eclipse classic 3.6.0 2. install subversive, m2eclipse, mylyn and dltk from update Sites (To see what parts i installed and which order i installed the software, look into the install_order.zip (i will attach it after reporting the bug.) => (There are ordered screenshots to show my installation order.) 3. close eclipse 4. delete current workspace 5. start eclipse with a fresh clean workspace. 6. look into error log.
Created attachment 173178 [details] my logfile with the reported warning
Created attachment 173187 [details] here my install order
i tried installing DLTK 1.0, too. There are the same warnings in error log. 1. ################################################# While loading class "org.eclipse.dltk.internal.mylyn.DLTKUiUtil", thread "Thread[main,6,main]" timed out waiting (5000ms) for thread "Thread[Worker-4,5,main]" to finish starting bundle "org.eclipse.dltk.mylyn_2.0.0.v20100520-2203 [445]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding but "org.eclipse.dltk.internal.mylyn.DLTKUiUtil" may not be fully initialized. ################################################# 2. ################################################# While loading class "org.eclipse.mylyn.internal.cdt.ui.contentassist.CDTContentAssistUtils", thread "Thread[main,6,main]" timed out waiting (5000ms) for thread "Thread[Worker-2,5,main]" to finish starting bundle "org.eclipse.cdt.mylyn.ui_1.1.2.v20100608-0100-e3x [360]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding but "org.eclipse.mylyn.internal.cdt.ui.contentassist.CDTContentAssistUtils" may not be fully initialized. ################################################# i attached the log of this installation
Created attachment 173209 [details] here the second log file with 2 warnings logged
the warning "org.eclipse.dltk.internal.mylyn.DLTKUiUtil" (1) only appers when selecting "Mylyn Bridge: C/C++ Development (5.2.2.v20100608-0100-e3x)" by installing mylyn. the warning "org.eclipse.mylyn.internal.cdt.ui.contentassist.CDTContentAssistUtils" (2) only appers when selecting "Dynamic Languages Toolkit - Mylyn Integration (1.0.0.v20100518-1923-2--7w3121163103314)" by installing dltk. I hope the infos helps to find the issue.
anyone an idea how i can fix it???
Hi Andy, We'll try to investigate this issue. It looks like an interesting task. Thank you for reporting this. Regards, Alex
any new results for this issue???
(In reply to comment #8) > any new results for this issue??? anyone new informations about this bug?