-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failed: unable to get stub builder for org.jetbrains.yaml.YAMLFileType #630
Comments
Reported same problem. Issue #617
|
I'm getting the same errors: |
did some research on this before 0.11.104, not getting is issue. are there ways to force this errors? possible related to #626 |
Is there any solution for this? It's getting rather irritating. I'm now getting errors reference JsonFileType: Assertion failed: unable to get stub builder for com.intellij.json.JsonFileType@7f8bde9b
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:144)
at com.intellij.psi.stubs.StubProcessingHelperBase.processStubsInFile(StubProcessingHelperBase.java:79)
at com.intellij.psi.stubs.StubProcessingHelperBase.processStubsInFile(StubProcessingHelperBase.java:52)
at com.intellij.psi.stubs.StubIndexImpl$1.process(StubIndexImpl.java:231)
at com.intellij.psi.stubs.StubIndexImpl$StubIdListContainerAction.perform(StubIndexImpl.java:582)
at com.intellij.psi.stubs.StubIndexImpl$StubIdListContainerAction.perform(StubIndexImpl.java:570)
at com.intellij.util.indexing.ValueContainer.forEach(ValueContainer.java:81)
at com.intellij.psi.stubs.StubIndexImpl.a(StubIndexImpl.java:252)
at com.intellij.psi.stubs.StubIndexImpl.processElements(StubIndexImpl.java:223)
at com.intellij.psi.stubs.StubIndexImpl.processElements(StubIndexImpl.java:212)
at com.intellij.psi.stubs.StubIndex.process(StubIndex.java:77)
at fr.adrienbrault.idea.symfony2plugin.util.PhpIndexUtil.getPhpClassInsideNamespace(PhpIndexUtil.java:39)
at fr.adrienbrault.idea.symfony2plugin.util.PhpIndexUtil.getPhpClassInsideNamespace(PhpIndexUtil.java:27)
at fr.adrienbrault.idea.symfony2plugin.doctrine.EntityHelper.getModelClasses(EntityHelper.java:789)
at fr.adrienbrault.idea.symfony2plugin.doctrine.EntityHelper.getModelClasses(EntityHelper.java:754)
at fr.adrienbrault.idea.symfony2plugin.config.ServiceLineMarkerProvider.entityClassMarker(ServiceLineMarkerProvider.java:148)
at fr.adrienbrault.idea.symfony2plugin.config.ServiceLineMarkerProvider.collectSlowLineMarkers(ServiceLineMarkerProvider.java:68)
at com.intellij.codeInsight.daemon.impl.SlowLineMarkersPass.addLineMarkers(SlowLineMarkersPass.java:78)
at com.intellij.codeInsight.daemon.impl.SlowLineMarkersPass.doCollectInformation(SlowLineMarkersPass.java:65)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:67)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:444)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1169)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:435)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:446)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:392)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.a(PassExecutorService.java:432)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:408)
at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:206)
at jsr166e.ForkJoinTask.doExec(ForkJoinTask.java:260)
at jsr166e.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:858)
at jsr166e.ForkJoinPool.scan(ForkJoinPool.java:1687)
at jsr166e.ForkJoinPool.runWorker(ForkJoinPool.java:1642)
at jsr166e.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:108) |
I'm gettting a similar Throwable: Assertion failed: unable to get stub builder for com.jetbrains.rest.RestFileType@5d637107 |
@Haehnchen Continue to get these errors.
|
Here the same. Plugin version 0.11.107 Seems this plugin has a problem with symfony3. I use symfony2 too and there are no such errors. UPDATE: The problem araises only at my linux machine. For development under Windows 10 there is no error.
|
Still happening. Only using Symfony 2 not 3. Got 54 errors while I was writing this post! Is there at least a work around for this, other than disabling this plugin?
|
@dspiegel You can disable the notification popup in the log setting. Notifications -> IDE Fatal Errors -> Popup: No popup. Not a solution but better than disabling the plugin. |
I'm also hitting this, I saw the commit above, is there I way I can easily test to verify for you @Haehnchen ? :) Mine:
|
Maybe this helps to reproduce the exception: I got it, when I started typing the value of a /**
* @var Campaign
*
* @ORM\ManyToOne(targetEntity="<simply entered a letter here>", inversedBy="features")
* @ORM\JoinColumn(name="product_id", referencedColumnName="id")
*/
private $campaign; I was able to reproduce this every time I entered a new letter in the Interestingly it didn't rise, when I pressed Exception-Log:
PHPStorm Version: 10.0.3 (Built PS-143.1770) Thanks again for this wonderful plugin and have a nice weekend! Cheers |
Update: The new Plugin version 0.11.108 successfully put an end to the Exception I mentioned above. At least in that particular test scenario. Thank you Daniel! |
Yes, I can confirm that the errors are gone. Am 26.01.2016 um 10:53 schrieb Ulf:
|
thx for your feedback, so finally closing this |
Since I updated my plugin to version 0.11.103 on phpStorm 10.0.1 the event log is flooded with this message :
The text was updated successfully, but these errors were encountered: