Skip to content
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

com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl #228

Open
Abhi904485 opened this issue Jan 8, 2020 · 10 comments

Comments

@Abhi904485
Copy link

com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager, requestorConstructor=public com.millennialmedia.intellibot.psi.RobotPsiManager(com.intellij.psi.impl.PsiManagerImpl)).

Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot]
at com.intellij.serviceContainer.ConstructorParameterResolver.findTargetAdapter(ConstructorParameterResolver.kt:111)
at com.intellij.serviceContainer.ConstructorParameterResolver.resolveInstance(ConstructorParameterResolver.kt:59)
at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:45)
at com.intellij.serviceContainer.PlatformComponentManagerImpl.instantiateClassWithConstructorInjection(PlatformComponentManagerImpl.kt:505)
at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:35)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:110)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:72)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstance$default(BaseComponentAdapter.kt:65)
at com.intellij.serviceContainer.PlatformComponentManagerImpl.createComponents(PlatformComponentManagerImpl.kt:177)
at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:295)
at com.intellij.openapi.project.impl.ProjectManagerImpl.initProject(ProjectManagerImpl.java:315)
at com.intellij.openapi.project.impl.ProjectManagerImpl.convertAndLoadProject(ProjectManagerImpl.java:624)
at com.intellij.platform.PlatformProjectOpenProcessor.prepareProject(PlatformProjectOpenProcessor.java:315)
at com.intellij.platform.PlatformProjectOpenProcessor.lambda$openExistingProject$0(PlatformProjectOpenProcessor.java:241)
at com.intellij.platform.ProjectUiFrameAllocator$run$1$1.run(ProjectFrameAllocator.kt:77)
at com.intellij.openapi.progress.impl.CoreProgressManager$2.run(CoreProgressManager.java:247)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:888)
at com.intellij.openapi.progress.impl.CoreProgressManager$5.run(CoreProgressManager.java:441)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:163)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:585)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:531)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:150)
at com.intellij.openapi.application.impl.ApplicationImpl.lambda$null$4(ApplicationImpl.java:441)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:221)
at com.intellij.util.ConcurrencyUtil.lambda$underThreadNameRunnable$3(ConcurrencyUtil.java:209)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:238)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)

@Abhi904485
Copy link
Author

pycharm version 2019.1.3
python 2.7.15
intellibot version : 0.10.143.381

@Flukester69
Copy link

pycharm 2019.3.1
python 3.7.4
intellibot version 0.10.143.381

@TomskDiver
Copy link

Duplicate of #226

@lte2000
Copy link

lte2000 commented Feb 29, 2020

Maybe same issue of #6
Please try forked plugin https://github.com/lte2000/intellibot
Download the intellibot.jar file.
Then install the plugin to your IDE by using the 'Install plugin from disk...' option.

@bltzr75
Copy link

bltzr75 commented Apr 18, 2020

Install plugin from disk

It worked for me! Ty

@thimira007
Copy link

Maybe same issue of #6
Please try forked plugin https://github.com/lte2000/intellibot
Download the intellibot.jar file.
Then install the plugin to your IDE by using the 'Install plugin from disk...' option.

Worked for me.. Thanks

@Abhi904485
Copy link
Author

Abhi904485 commented Aug 17, 2020

After installing forked plugin it is breaking my existing things it is not recognising import which was recognised before for Example :

Library api.JobSubmitter
Library AuditCrateHelper
Library policyevaluator.ConfigDataGenerator
Library policyevaluator.AuditPolicyValidator

In existing plugin it is giving exception getComponentAdapterOfType but when i click in cmd + click i am going to Appropriate file

After updating plugin to forked one . i am not getting any exception but my navigation functionality is broken . And whole file is with errors because it is not able to check whether that function is in python file which is declared in Library.

And i give recursive things to 99 also that also not work .

@abduljaved2605
Copy link

Clear your cache, it worked for me

Abhi904485 added a commit to Abhi904485/intellibot that referenced this issue Sep 2, 2021
…ype is used to get com.intellij.psi.impl.PsiManagerImpl mtrubs#228
@Abhi904485
Copy link
Author

intellibot.jar.zip

@Flukester69
Copy link

https://github.com/lte2000/intellibot, grab the jar there.

...is what I use and works as expected. Just wish it did a better job of looking up things.

jamofer pushed a commit to jamofer/intellibot that referenced this issue Feb 23, 2023
…ype is used to get com.intellij.psi.impl.PsiManagerImpl mtrubs#228
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants