question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

org.picocontainer.defaults.PicoInvocationTargetInitializationException: InvocationTargetException: java.lang.reflect.InvocationTargetException null

See original GitHub issue
Q A
Bug report? yes
Plugin version 1.2.2
Pest version x.y.z
IntelliJ version PS-213.5744.279
OS Mac OS X

Description

Got an exception, was not running any tests or anything at the time when this one showed up. I think it showed up at the same time that a co-worker joined with Code-with-me.

Stacktrace

org.picocontainer.defaults.PicoInvocationTargetInitializationException: InvocationTargetException: java.lang.reflect.InvocationTargetException null
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:112)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:71)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:53)
	at com.jetbrains.rdserver.e.d5.run(d5.java:341)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:214)
	at com.intellij.openapi.application.TransactionGuardImpl.access$200(TransactionGuardImpl.java:21)
	at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:196)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:805)
	at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:348)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:82)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:131)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:47)
	at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:187)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:891)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:760)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:447)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:818)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:446)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:805)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:492)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.pestphp.pest.configuration.PestTestRunConfigurationEditor.resetEditorFrom(PestTestRunConfigurationEditor.kt:70)
	at com.pestphp.pest.configuration.PestTestRunConfigurationEditor.<init>(PestTestRunConfigurationEditor.kt:34)
	at com.pestphp.pest.configuration.PestRunConfiguration.getConfigurationEditor(PestRunConfiguration.kt:54)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost.toModel(BackendRunConfigurationsHost.kt:144)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost.<init>(BackendRunConfigurationsHost.kt:86)
	at jdk.internal.reflect.GeneratedConstructorAccessor231.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:107)
	... 33 more
Caused by: org.picocontainer.defaults.CyclicDependencyException: Cyclic dependency: [class com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost]
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:67)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:53)
	at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:155)
	at com.intellij.util.pico.DefaultPicoContainer.getComponentInstanceOfType(DefaultPicoContainer.java:150)
	at com.jetbrains.rdserver.e.dS.F(dS.java:327)
	at com.jetbrains.rdserver.e.dS.invoke(dS.java:92)
	at com.jetbrains.rdserver.RdServerPerClientComponents.tryGetService(RdServerClientDispatcher.kt:71)
	at com.jetbrains.rdserver.RdServerPerClientComponents.getService(RdServerClientDispatcher.kt:78)
	at com.jetbrains.rdserver.RdServerPerClientComponents.access$getService(RdServerClientDispatcher.kt:14)
	at com.jetbrains.rdserver.RdServerPerClientComponents$Companion.getService(RdServerClientDispatcher.kt:29)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost$Companion.getInstance(BackendRunConfigurationsHost.kt:223)
	at com.jetbrains.rdserver.execution.BackendRunManager.getSelectedConfigurationId(BackendRunManager.kt:17)
	at com.intellij.execution.impl.RunManagerImpl.getSelectedConfiguration(RunManagerImpl.kt:559)
	at com.jetbrains.php.run.PhpRunConfigurationInterpreterCombobox.updateItems(PhpRunConfigurationInterpreterCombobox.java:45)
	at com.jetbrains.php.run.PhpRunConfigurationInterpreterCombobox.reset(PhpRunConfigurationInterpreterCombobox.java:40)
	at com.jetbrains.php.run.PhpCommandLineConfigurationEditor.resetEditorFrom(PhpCommandLineConfigurationEditor.java:77)
	at com.jetbrains.php.testFramework.run.PhpTestRunConfigurationEditor.resetEditorFrom(PhpTestRunConfigurationEditor.java:50)
	at com.jetbrains.php.testFramework.run.PhpTestRunConfigurationEditor.resetEditorFrom(PhpTestRunConfigurationEditor.java:19)
	... 46 more
Caused by:

java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.pestphp.pest.configuration.PestTestRunConfigurationEditor.resetEditorFrom(PestTestRunConfigurationEditor.kt:70)
	at com.pestphp.pest.configuration.PestTestRunConfigurationEditor.<init>(PestTestRunConfigurationEditor.kt:34)
	at com.pestphp.pest.configuration.PestRunConfiguration.getConfigurationEditor(PestRunConfiguration.kt:54)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost.toModel(BackendRunConfigurationsHost.kt:144)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost.<init>(BackendRunConfigurationsHost.kt:86)
	at jdk.internal.reflect.GeneratedConstructorAccessor231.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:107)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:71)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:53)
	at com.jetbrains.rdserver.e.d5.run(d5.java:341)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:214)
	at com.intellij.openapi.application.TransactionGuardImpl.access$200(TransactionGuardImpl.java:21)
	at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:196)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:805)
	at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:348)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:82)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:131)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:47)
	at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:187)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:891)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:760)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:447)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:818)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:446)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:805)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:492)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: org.picocontainer.defaults.CyclicDependencyException: Cyclic dependency: [class com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost]
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:67)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:53)
	at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:155)
	at com.intellij.util.pico.DefaultPicoContainer.getComponentInstanceOfType(DefaultPicoContainer.java:150)
	at com.jetbrains.rdserver.e.dS.F(dS.java:327)
	at com.jetbrains.rdserver.e.dS.invoke(dS.java:92)
	at com.jetbrains.rdserver.RdServerPerClientComponents.tryGetService(RdServerClientDispatcher.kt:71)
	at com.jetbrains.rdserver.RdServerPerClientComponents.getService(RdServerClientDispatcher.kt:78)
	at com.jetbrains.rdserver.RdServerPerClientComponents.access$getService(RdServerClientDispatcher.kt:14)
	at com.jetbrains.rdserver.RdServerPerClientComponents$Companion.getService(RdServerClientDispatcher.kt:29)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost$Companion.getInstance(BackendRunConfigurationsHost.kt:223)
	at com.jetbrains.rdserver.execution.BackendRunManager.getSelectedConfigurationId(BackendRunManager.kt:17)
	at com.intellij.execution.impl.RunManagerImpl.getSelectedConfiguration(RunManagerImpl.kt:559)
	at com.jetbrains.php.run.PhpRunConfigurationInterpreterCombobox.updateItems(PhpRunConfigurationInterpreterCombobox.java:45)
	at com.jetbrains.php.run.PhpRunConfigurationInterpreterCombobox.reset(PhpRunConfigurationInterpreterCombobox.java:40)
	at com.jetbrains.php.run.PhpCommandLineConfigurationEditor.resetEditorFrom(PhpCommandLineConfigurationEditor.java:77)
	at com.jetbrains.php.testFramework.run.PhpTestRunConfigurationEditor.resetEditorFrom(PhpTestRunConfigurationEditor.java:50)
	at com.jetbrains.php.testFramework.run.PhpTestRunConfigurationEditor.resetEditorFrom(PhpTestRunConfigurationEditor.java:19)
	... 46 more

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hansnncommented, May 18, 2022

Just got the same exception (or at least very similar) when a co-worker joined a Code With Me session (see stack trace below).

Versions: PhpStorm 2022.1.1 Plugin version 1.5.0 OS Mac OS X

org.picocontainer.defaults.PicoInvocationTargetInitializationException: InvocationTargetException: java.lang.reflect.InvocationTargetException null
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:114)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:73)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:55)
	at com.jetbrains.rdserver.I.u.run(u.java:341)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:215)
	at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:22)
	at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:197)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
	at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:511)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:69)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:112)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:42)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:898)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:746)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.pestphp.pest.configuration.PestTestRunConfigurationEditor.resetEditorFrom(PestTestRunConfigurationEditor.kt:70)
	at com.pestphp.pest.configuration.PestTestRunConfigurationEditor.<init>(PestTestRunConfigurationEditor.kt:34)
	at com.pestphp.pest.configuration.PestRunConfiguration.getConfigurationEditor(PestRunConfiguration.kt:51)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost.toModel(BackendRunConfigurationsHost.kt:144)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost.<init>(BackendRunConfigurationsHost.kt:86)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:109)
	... 35 more
Caused by: org.picocontainer.defaults.CyclicDependencyException: Cyclic dependency: [class com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost]
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:69)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:55)
	at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:155)
	at com.intellij.util.pico.DefaultPicoContainer.getComponentInstanceOfType(DefaultPicoContainer.java:150)
	at com.jetbrains.rdserver.I.q.j(q.java:327)
	at com.jetbrains.rdserver.I.q.invoke(q.java:92)
	at com.jetbrains.rdserver.RdServerPerClientComponents.tryGetService(RdServerClientDispatcher.kt:71)
	at com.jetbrains.rdserver.RdServerPerClientComponents.getService(RdServerClientDispatcher.kt:78)
	at com.jetbrains.rdserver.RdServerPerClientComponents.access$getService(RdServerClientDispatcher.kt:14)
	at com.jetbrains.rdserver.RdServerPerClientComponents$Companion.getService(RdServerClientDispatcher.kt:29)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost$Companion.getInstance(BackendRunConfigurationsHost.kt:223)
	at com.jetbrains.rdserver.execution.BackendRunManager.getSelectedConfigurationId(BackendRunManager.kt:17)
	at com.intellij.execution.impl.RunManagerImpl.getSelectedConfiguration(RunManagerImpl.kt:575)
	at com.jetbrains.php.run.PhpRunConfigurationInterpreterCombobox.updateItems(PhpRunConfigurationInterpreterCombobox.java:45)
	at com.jetbrains.php.run.PhpRunConfigurationInterpreterCombobox.reset(PhpRunConfigurationInterpreterCombobox.java:40)
	at com.jetbrains.php.run.PhpCommandLineConfigurationEditor.resetEditorFrom(PhpCommandLineConfigurationEditor.java:77)
	at com.jetbrains.php.testFramework.run.PhpTestRunConfigurationEditor.resetEditorFrom(PhpTestRunConfigurationEditor.java:50)
	... 49 more
Caused by:

java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.pestphp.pest.configuration.PestTestRunConfigurationEditor.resetEditorFrom(PestTestRunConfigurationEditor.kt:70)
	at com.pestphp.pest.configuration.PestTestRunConfigurationEditor.<init>(PestTestRunConfigurationEditor.kt:34)
	at com.pestphp.pest.configuration.PestRunConfiguration.getConfigurationEditor(PestRunConfiguration.kt:51)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost.toModel(BackendRunConfigurationsHost.kt:144)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost.<init>(BackendRunConfigurationsHost.kt:86)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:109)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:73)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:55)
	at com.jetbrains.rdserver.I.u.run(u.java:341)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:215)
	at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:22)
	at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:197)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
	at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:511)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:69)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:112)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:42)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:898)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:746)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
Caused by: org.picocontainer.defaults.CyclicDependencyException: Cyclic dependency: [class com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost]
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:69)
	at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:55)
	at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:155)
	at com.intellij.util.pico.DefaultPicoContainer.getComponentInstanceOfType(DefaultPicoContainer.java:150)
	at com.jetbrains.rdserver.I.q.j(q.java:327)
	at com.jetbrains.rdserver.I.q.invoke(q.java:92)
	at com.jetbrains.rdserver.RdServerPerClientComponents.tryGetService(RdServerClientDispatcher.kt:71)
	at com.jetbrains.rdserver.RdServerPerClientComponents.getService(RdServerClientDispatcher.kt:78)
	at com.jetbrains.rdserver.RdServerPerClientComponents.access$getService(RdServerClientDispatcher.kt:14)
	at com.jetbrains.rdserver.RdServerPerClientComponents$Companion.getService(RdServerClientDispatcher.kt:29)
	at com.jetbrains.rdserver.execution.configurations.BackendRunConfigurationsHost$Companion.getInstance(BackendRunConfigurationsHost.kt:223)
	at com.jetbrains.rdserver.execution.BackendRunManager.getSelectedConfigurationId(BackendRunManager.kt:17)
	at com.intellij.execution.impl.RunManagerImpl.getSelectedConfiguration(RunManagerImpl.kt:575)
	at com.jetbrains.php.run.PhpRunConfigurationInterpreterCombobox.updateItems(PhpRunConfigurationInterpreterCombobox.java:45)
	at com.jetbrains.php.run.PhpRunConfigurationInterpreterCombobox.reset(PhpRunConfigurationInterpreterCombobox.java:40)
	at com.jetbrains.php.run.PhpCommandLineConfigurationEditor.resetEditorFrom(PhpCommandLineConfigurationEditor.java:77)
	at com.jetbrains.php.testFramework.run.PhpTestRunConfigurationEditor.resetEditorFrom(PhpTestRunConfigurationEditor.java:50)
	... 49 more
1reaction
grEvenXcommented, Dec 3, 2021

@olivernybroe Updated the description with the paste now 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

org.picocontainer.defaults ...
org.picocontainer.defaults.PicoInvocationTargetInitializationException: InvocationTargetException: java.io.IOException Access is denied ...
Read more >
What Causes java.lang.reflect.InvocationTargetException?
It mainly occurs when we work with the reflection layer and try to invoke a method or constructor that throws an underlying exception...
Read more >
What could cause java.lang.reflect.InvocationTargetException?
Stepping through the code in the Eclipse debugger & hovering the mouse over the logger statement I saw the logger object was null...
Read more >
Java > Open Source Codes > org > picocontainer > defaults ...
18 import java.lang.reflect.Constructor · JavaDoc ; 19 import java.lang.reflect.InvocationTargetException · JavaDoc ; 20 import java.lang.reflect.
Read more >
java.lang.reflect.InvocationTargetException — oracle-tech
readCND(null) and potentially NTC.init() are completely non-GUI. The first will read and process a large properties file (1567 entries, stored ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found