- This topic has 4 replies, 2 voices, and was last updated 14 years, 9 months ago by DaftMule.
-
AuthorPosts
-
DaftMuleMemberMyEclipse (v 8.0.20091120) has just recently started throwing an error when I try and use the “Open Type” option (ctrl-alt T shortcut for me)
The Open Type popup appears but as soon as I start typing the class name in the text area, I get a “Problem Occured” popup saying:
“Items filtering” has encountered a problem. An internal error occured during “Items Filtering”.
Clicking details shows me the following:
An internal error occurred during: “Items filtering”.
Class file name must end with .classThe error log shows the following error:
!ENTRY org.eclipse.core.jobs 4 2 2010-03-05 09:59:20.586
!MESSAGE An internal error occurred during: “Items filtering”.
!STACK 0
java.lang.IllegalArgumentException: Class file name must end with .class
at org.eclipse.jdt.internal.core.PackageFragment.getClassFile(PackageFragment.java:182)
at org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper.createTypeFromJar(TypeNameMatchRequestorWrapper.java:146)
at org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper.acceptType(TypeNameMatchRequestorWrapper.java:108)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine$3.acceptIndexMatch(BasicSearchEngine.java:1111)
at org.eclipse.jdt.core.search.SearchPattern.acceptMatch(SearchPattern.java:299)
at org.eclipse.jdt.core.search.SearchPattern.findIndexMatches(SearchPattern.java:2124)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.findIndexMatches(MatchLocator.java:264)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.search(PatternSearchJob.java:97)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.execute(PatternSearchJob.java:63)
at org.eclipse.jdt.internal.core.search.processing.JobManager.performConcurrentJob(JobManager.java:276)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine.searchAllTypeNames(BasicSearchEngine.java:1122)
at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames(SearchEngine.java:815)
at org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog.fillContentProvider(FilteredTypesSelectionDialog.java:556)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.filterContent(FilteredItemsSelectionDialog.java:2182)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.internalRun(FilteredItemsSelectionDialog.java:2124)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.doRun(FilteredItemsSelectionDialog.java:2096)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.run(FilteredItemsSelectionDialog.java:2083)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
support-shaliniMemberDaftMule,
Can you try using -clean as mentioned in the link below and check if the issue persists
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
DaftMuleMemberTried that already, to no avail I’m afraid.
support-shaliniMemberDaftMule,
Can you switch to a new workspace and check if the issue persists? If the issue still persists, can you try pulse?
The following are the steps using pulse –
1. Download pulse explorer from http://www.poweredbypulse.com.
2. Open pulse explorer and select “Eclipse Galileo” in the left pane.
3. Your profile should be listed uder myprofiles. Select your profile, right click on it and from the context menu select “Re-install and Run”.Let me know if this works for you.
DaftMuleMemberAll was OK when I switched to a new workspace. By way of a test, I went into my old workspace and closed all projects except two I was using and the crash did not happen. It would therefore seem that the problem lies with the Open Type trying to reference something that it doesn’t like in another project.
-
AuthorPosts