Internal error at startup
Hi,
I am trying to use IDE 6.0 beta on Windows 2000 server SP4. When the IDE just started an internal error was popup with pink background color. The exception is as floows:
D:\projects\avantcallis directory
java.lang.AssertionError: D:\projects\avantcallis directory
at com.intellij.openapi.fileEditor.impl.LoadTextUtil.loadText(LoadTextUtil.java:87)
at com.intellij.psi.SingleRootFileViewProvider$VirtualFileContent.getText(SingleRootFileViewProvider.java:3)
at com.intellij.psi.SingleRootFileViewProvider.getContents(SingleRootFileViewProvider.java:76)
at com.intellij.psi.impl.source.PsiFileImpl.loadTreeElement(PsiFileImpl.java:47)
at com.intellij.psi.impl.RepositoryElementsManager.getOrFindTreeElement(RepositoryElementsManager.java:82)
at com.intellij.psi.impl.source.SrcRepositoryPsiElement.calcTreeElement(SrcRepositoryPsiElement.java:7)
at com.intellij.psi.impl.source.jsp.JspFileImpl.getDocument(JspFileImpl.java:110)
at com.intellij.jsf.FacesManagerImpl.isFacesPage(FacesManagerImpl.java:59)
at com.intellij.psi.impl.source.jsp.JspFileIndexImpl.b(JspFileIndexImpl.java:27)
at com.intellij.psi.impl.source.jsp.JspFileIndexImpl.b(JspFileIndexImpl.java:85)
at com.intellij.psi.impl.source.jsp.JspFileIndexImpl.e(JspFileIndexImpl.java:55)
at com.intellij.psi.impl.source.jsp.JspFileIndexImpl.access$500(JspFileIndexImpl.java:31)
at com.intellij.psi.impl.source.jsp.JspFileIndexImpl$BuildIndexRunnable.run(JspFileIndexImpl.java:3)
at com.intellij.ide.startup.impl.StartupManagerImpl.a(StartupManagerImpl.java:8)
at com.intellij.ide.startup.impl.StartupManagerImpl.access$100(StartupManagerImpl.java:47)
at com.intellij.ide.startup.impl.StartupManagerImpl$1.run(StartupManagerImpl.java:6)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:159)
at com.intellij.ide.startup.impl.StartupManagerImpl.runStartupActivities(StartupManagerImpl.java:37)
at com.intellij.openapi.project.impl.ProjectManagerImpl$4.run(ProjectManagerImpl.java:0)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:53)
at com.intellij.openapi.application.impl.ApplicationImpl$1MyThread.run(ApplicationImpl.java:11)
BTW my project directory is D:\projects\avantcall. Somehow "is" was appended to the directory name without a space in the above exception reporting, which really confused me.
Any help is greatly appreciated.
Chris
Please sign in to leave a comment.
Hello Chris,
Message should sound like: avantcall is directory. For some unknown reason
IDEA decided avantcall is a JSP file. Haven't you tweak Settings|File Types
to make that happen?
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Maxim,
I mistakenly added "*." to JSP file types. The error is gone when removed this.
Thanks a lot.
Chris
Hello Chris,
Great. Still I think we shall not identify directories as matching any file
type no matter what pattern their names match.
Thanks for reporting.
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"