PhpStorm non stop indexing inside PhpStorm.app

Phpstorm 2017.3.1, have no any plugins (OSX 10.12.4) perform non stop indexing inside /Application/PhpStorm.app/

I a new user and just created new project cloned from GIT.

What you can recommend to do?

 

2
9 comments

Please try File | Invalidate Caches / Restart. If it doesn't help, it would be nice to take a look at the logs (Help | Collect and Show Logs in Finder).

Thank you!

0
Avatar
Permanently deleted user

 

Invalidate / restart doesnt help.

Logs

 

0

Please try to remove everything from PhpStorm | Preferences | Languages and Frameworks | PHP: Include path (if you have anything there).

If you open any other project - would there be the same issue?

 

0
Avatar
Permanently deleted user

Include path is empty http://joxi.ru/zANBzOWtlLgxPA

Is not depend of project http://joxi.ru/L21J6ZoC6NJVkA

 

 

0
Avatar
Permanently deleted user

Any errors in Help > Show Log in Finder > idea.log?

0

Well, something's definitely broken.

The exception is:

com.intellij.util.indexing.StorageException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.AssertionError: ID with name 'php.namespace.inheritance' is already registered
at com.intellij.util.indexing.impl.MapReduceIndex.updateWithMap(MapReduceIndex.java:324)
at com.intellij.psi.stubs.StubUpdatingIndex$MyIndex.updateWithMap(StubUpdatingIndex.java:500)
at com.intellij.util.indexing.impl.MapReduceIndex$2.compute(MapReduceIndex.java:219)
at com.intellij.util.indexing.impl.MapReduceIndex$2.compute(MapReduceIndex.java:215)
at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:1722)
at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:1702)
at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:1655)
at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:1580)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.freezeFileTypeTemporarilyIn(FileTypeManagerImpl.java:511)
at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:1539)
at com.intellij.util.indexing.FileBasedIndexImpl.indexFileContent(FileBasedIndexImpl.java:1527)
at com.intellij.util.indexing.UnindexedFilesUpdater.a(UnindexedFilesUpdater.java:109)
at com.intellij.openapi.project.CacheUpdateRunner$MyRunnable.a(CacheUpdateRunner.java:227)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1127)
at com.intellij.openapi.project.CacheUpdateRunner$MyRunnable.a(CacheUpdateRunner.java:243)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:543)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:488)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:94)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144)
at com.intellij.openapi.project.CacheUpdateRunner$MyRunnable.run(CacheUpdateRunner.java:240)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:315)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

A, could you please check if the issue is reproducible in the latest EAP build on an empty project, and if it is, submit a bug to our issue tracker, attaching a similar log bundle?

https://www.jetbrains.com/phpstorm/eap/
https://youtrack.jetbrains.com/newIssue?project=WI

Sorry for this to take so long, there were no similar reports, so we have no idea what we're dealing with.

0

I have the same problem with the same logging. Was there a resolution to this?

0

Not yet. Please upload somewhere your idea.log file or contact us directly via Help > New Support Request

 

0
Avatar
Permanently deleted user

@Alex, please check Preferences | Languages & Frameworks | PHP > Include Path - are there any "." records or something similarly suspicious? If yes then remove them and check the behavior.

0

Please sign in to leave a comment.