Why so many errors with Intellij
I really can't believe how many problems there are with Intellij.
I've downloaded the general release version and the EAP version and I get internal ide error the time.
Does anyone else experience this? I submit bugs and I am told to delete the plugins directory and reinstall and I still continue to get them.
Sorry it is just frustrating to pay for this and have so many problems....
Please sign in to leave a comment.
Well, the rc of IDEA 7.0.4 works quite reliable here (plain Java with HTML
files and from time to time a simple XML file). IDEA 7.0 indeed was some
kind of beta version and it took a long time to fix the most important bugs,
but now it is usable.
Tom
Hello Carl,
It's hard to give you any specific reply without seeing at least one example
of a problem you're talking about.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi -
Early this morning I installed the EAP of intellij and installed the Ruby plugin.
After starting up the ide I know receive the following error. The reason I installed the EAP was becuase I was receiving an exception from the main release as well.
Thanks for your replies.
No message
java.lang.NullPointerException
at com.intellij.psi.impl.cache.impl.repositoryCache.RepositoryCache.e(RepositoryCache.java:278)
at com.intellij.psi.impl.cache.impl.repositoryCache.RepositoryCache.a(RepositoryCache.java:319)
at com.intellij.psi.impl.cache.impl.repositoryCache.RepositoryCache.a(RepositoryCache.java:40)
at com.intellij.psi.impl.cache.impl.repositoryCache.RepositoryCache.]]>(RepositoryCache.java:272)
at com.intellij.psi.impl.cache.impl.GlobalRepositoryManager.getCache(GlobalRepositoryManager.java:15)
at com.intellij.psi.impl.cache.impl.RepositoryManagerImpl.a(RepositoryManagerImpl.java:36)
at com.intellij.psi.impl.cache.impl.RepositoryManagerImpl.queryNeededFiles(RepositoryManagerImpl.java:313)
at com.intellij.ide.startup.FileSystemSynchronizer.collectFilesToUpdate(FileSystemSynchronizer.java:108)
at com.intellij.ide.startup.FileSystemSynchronizer.execute(FileSystemSynchronizer.java:69)
at com.intellij.ide.startup.impl.StartupManagerImpl$2.run(StartupManagerImpl.java:5)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:104)
at com.intellij.ide.startup.impl.StartupManagerImpl.runStartupActivities(StartupManagerImpl.java:34)
at com.intellij.openapi.project.impl.ProjectManagerImpl$3.run(ProjectManagerImpl.java:3)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:3)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:33)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:81)
at com.intellij.openapi.application.impl.ApplicationImpl$7$1.run(ApplicationImpl.java:13)
at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:3)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:2)
Just for a reference: looks like http://www.jetbrains.net/jira/browse/IDEADEV-28877
Alexander.
Hmm well it's good to know it is being worked on :)