Can't Report Exception
My copy of IDEA has been unable to report exceptions for the last two days. Like the one shown below, for example.
Yes, I have carefully checked my password. I wouldn't be able to log in to post this message without it, now would I?
Build 3339 Mac OS version 10.3.9
No message
java.lang.NullPointerException
at com.intellij.psi.impl.file.impl.FileManagerImpl.findDirectory(FileManagerImpl.java:141)
at com.intellij.psi.impl.PsiManagerImpl.findDirectory(PsiManagerImpl.java:455)
at com.intellij.ide.projectView.impl.ProjectTreeBuilder$PropertiesFileListener.fileChanged(ProjectTreeBuilder.java:5)
at com.intellij.lang.properties.PropertiesFilesManager.c(PropertiesFilesManager.java:45)
at com.intellij.lang.properties.PropertiesFilesManager.a(PropertiesFilesManager.java:26)
at com.intellij.lang.properties.PropertiesFilesManager.access$100(PropertiesFilesManager.java:21)
at com.intellij.lang.properties.PropertiesFilesManager$1.fileDeleted(PropertiesFilesManager.java:2)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.intellij.util.EventDispatcher.a(EventDispatcher.java:84)
at com.intellij.util.EventDispatcher.a(EventDispatcher.java:37)
at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:41)
at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:8)
at $Proxy1.fileDeleted(Unknown Source)
at com.intellij.openapi.vfs.VirtualFileSystem.fireFileDeleted(VirtualFileSystem.java:157)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.fireFileDeleted(LocalFileSystemImpl.java:190)
at com.intellij.openapi.vfs.impl.local.VirtualFileImpl$3$1.run(VirtualFileImpl.java:3)
at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:7)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:28)
at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:6)
at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl.afterRefreshFinish(VirtualFileManagerImpl.java:126)
at com.intellij.openapi.vfs.impl.local.VirtualFileImpl$4.run(VirtualFileImpl.java:1)
at com.intellij.openapi.vfs.impl.local.VirtualFileImpl.refresh(VirtualFileImpl.java:118)
at com.intellij.openapi.vfs.VirtualFile.refresh(VirtualFile.java:503)
at com.intellij.compiler.impl.CompilerUtil$2.run(CompilerUtil.java:5)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:28)
at com.intellij.compiler.impl.CompilerUtil$6.run(CompilerUtil.java:2)
at com.intellij.openapi.application.impl.LaterInvocatorEx$1.run(LaterInvocatorEx.java:6)
at com.intellij.openapi.application.impl.LaterInvocatorEx$FlushQueue.run(LaterInvocatorEx.java:7)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:18)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:37)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:16)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.Dialog$1.run(Dialog.java:540)
at java.awt.Dialog.show(Dialog.java:561)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:18)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:128)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:734)
at com.intellij.compiler.progress.CompilerProgressIndicator$2.run(CompilerProgressIndicator.java:7)
at com.intellij.openapi.application.impl.LaterInvocatorEx$FlushQueue.run(LaterInvocatorEx.java:7)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:18)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:37)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:16)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Please sign in to leave a comment.
Donald McLean wrote:
This has happened before. The exceptions are reported fine. Here are yours:
http://www.intellij.net/tracker/idea/viewSCR?publicId=47627
http://www.intellij.net/tracker/idea/viewSCR?publicId=47626
http://www.intellij.net/tracker/idea/viewSCR?publicId=47498
It's the duplicate check and the check for success that fails. An
enormous amount of duplicates is accumulating in the bug database now.
Bas
I've noticed that at times I haven't been able to submit exceptions recently either, but the network at our office is flakey as hell right now, so I just figured it was due to that...