Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Maxim Shafirov 
Subsystem
Find, Replace, Find Usages 
Affected versions
Fixed in
Fixed in build
Next build 
Build
4188
Fixed in build
4192
Severity
0
  • Submitted by   Thomas Singer
    3 years ago (04 Apr 2006 13:18)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:27)
  • Jira: IDEA-31804
    (history, comments)

IDEA-31804

Exception searching in path for string

0
Added by <no user>
16 Sep 2009
search-options.png   (11 KB)
idea.log   (133 KB)
Taken from the log file, because no error was displayed:

2006-04-04 11:16:21,354 [1006808] ERROR - .psi.impl.file.PsiFileImplUtil - psiFile==null:VirtualFile: E:\geoi2000\src\g2k\format\ZeissM5.fmt
2006-04-04 11:16:21,354 [1006808] ERROR - .psi.impl.file.PsiFileImplUtil - IntelliJ IDEA 5.1.1 Build #4188
2006-04-04 11:16:21,354 [1006808] ERROR - .psi.impl.file.PsiFileImplUtil - JDK: 1.5.0_06
2006-04-04 11:16:21,354 [1006808] ERROR - .psi.impl.file.PsiFileImplUtil - VM: Java HotSpot(TM) Client VM
2006-04-04 11:16:21,354 [1006808] ERROR - .psi.impl.file.PsiFileImplUtil - Vendor: Sun Microsystems Inc.
2006-04-04 11:16:21,354 [1006808] ERROR - .psi.impl.file.PsiFileImplUtil - OS: Windows 2000
2006-04-04 11:16:21,354 [1006808] ERROR - .psi.impl.file.PsiFileImplUtil - Last Action: FindInPath
2006-04-04 11:16:21,354 [1006808] ERROR - .psi.impl.file.PsiFileImplUtil - psiFile==null:VirtualFile: E:\geoi2000\src\g2k\format\ZeissM5.fmt
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:47)
at com.intellij.psi.impl.file.PsiFileImplUtil.getPsiFilesByVirtualFiles(PsiFileImplUtil.java:14)
at com.intellij.psi.impl.cache.impl.CacheManagerImpl.getFilesWithWord(CacheManagerImpl.java:26)
at com.intellij.psi.impl.cache.impl.CompositeCacheManager.getFilesWithWord(CompositeCacheManager.java:39)
at com.intellij.find.impl.FindInProjectUtil.b(FindInProjectUtil.java:74)
at com.intellij.find.impl.FindInProjectUtil.access$100(FindInProjectUtil.java:113)
at com.intellij.find.impl.FindInProjectUtil$7.compute(FindInProjectUtil.java:2)
at com.intellij.find.impl.FindInProjectUtil$7.compute(FindInProjectUtil.java)
at com.intellij.openapi.application.impl.ApplicationImpl$7.run(ApplicationImpl.java)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:422)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:350)
at com.intellij.find.impl.FindInProjectUtil.a(FindInProjectUtil.java:3)
at com.intellij.find.impl.FindInProjectUtil.findUsages(FindInProjectUtil.java:34)
at com.intellij.find.findInProject.FindInProjectManager$1$1.generate(FindInProjectManager.java:1)
at com.intellij.usages.impl.UsageViewManagerImpl$SearchForUsagesRunnable.searchUsages(UsageViewManagerImpl.java:235)
at com.intellij.usages.impl.UsageViewManagerImpl$SearchForUsagesRunnable.access$000(UsageViewManagerImpl.java:183)
at com.intellij.usages.impl.UsageViewManagerImpl$1.run(UsageViewManagerImpl.java:125)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:46)
at com.intellij.usages.impl.UsageViewImplUtil$1.run(UsageViewImplUtil.java:40)


Issue was resolved
Comments (11)
 
History (1)
 
Links
 
Thomas Singer
  Thomas Singer
04 Apr 2006 13:22
(3 years ago)
#permalink
This problem is 100% reproducible here. See attached screenshot.
Thomas Singer
  Thomas Singer
04 Apr 2006 13:37
(3 years ago)
#permalink
Sh*t, this bug also happens in build 4155! Looks like I need to take a look at Eclipse... :(
Dmitry Jemerov
  Dmitry Jemerov
04 Apr 2006 13:45
(3 years ago)
#permalink
Thomas,

It's much easier to delete your system\caches directory - the bug should go away after that.
Thomas Singer
  Thomas Singer
04 Apr 2006 14:29
(3 years ago)
#permalink
No, it's not. I've deleted the system directory completely and reinstalled 4188. When searching I get the attached exceptions. After the exception I need to restart IDEA, because pressing Ctrl-Shift-F does nothing otherwise - no dialog, nothing.
Thomas Singer
  Thomas Singer
04 Apr 2006 14:36
(3 years ago)
#permalink
Even more worse: when I try to use Structural Search and I put the search in the background, IDEA locks up (large gray frame for minutes). :(
Maxim Shafirov
  Maxim Shafirov
05 Apr 2006 14:19
(3 years ago)
#permalink
There should be more in the log. Would you please attach a full copy?

Sh*t, this bug also happens in build 4155! Looks like I need to take a look at Eclipse...

We're all for making people more productive with their work so if you feel moving to Eclipse will make you more productive - go ahead then!
Maxim Shafirov
  Maxim Shafirov
05 Apr 2006 14:29
(3 years ago)
#permalink
Sorry didn't noticed log is already attached.
Maxim Shafirov
  Maxim Shafirov
05 Apr 2006 14:35
(3 years ago)
#permalink
What about "*.fmt" files? Are they in ignore list? Or if not what file type they're mapped to?
Thomas Singer
  Thomas Singer
05 Apr 2006 14:54
(3 years ago)
#permalink
fmt-files are plain text files.
Maxim Shafirov
  Maxim Shafirov
05 Apr 2006 17:10
(3 years ago)
#permalink
There's definetely something wrong with these .fmt files. Can you open them in editor?
Exception is fixed though.
Thomas Singer
  Thomas Singer
05 Apr 2006 17:18
(3 years ago)
#permalink
There's definetely something wrong with these .fmt files. Can you open them in editor?


I can't try out at the moment, because I'm working on a different location now, but I'm sure, I could open them in the editor in the last weeks and haven't changed the file settings in the last year. If I don't forget, I'll try next week.