Skip to content

Issue: ProjectViewSharedSettings is registered as application service, but requested as project one #520

@aidenblue

Description

@aidenblue
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:37,708 [  16049] SEVERE - #c.i.s.ComponentManagerImpl - com.intellij.ide.projectView.impl.ProjectViewSharedSettings is registered as application service, but requested as project one
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > java.lang.Throwable: com.intellij.ide.projectView.impl.ProjectViewSharedSettings is registered as application service, but requested as project one
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:375)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:757)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:696)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.openapi.project.impl.DefaultProject.getService(DefaultProject.kt:163)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:213)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:211)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:35)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at org.mozilla.javascript.gen.js_2._c_script_0(js:8)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at org.mozilla.javascript.gen.js_2.call(js)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:383)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3940)
16:16:40.142 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at org.mozilla.javascript.gen.js_2.call(js)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at org.mozilla.javascript.gen.js_2.exec(js)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.services.js.RhinoJavaScriptExecutor.executeWithContext(RhinoJavaScriptExecutor.kt:65)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.services.js.RhinoJavaScriptExecutor.execute(RhinoJavaScriptExecutor.kt:27)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.services.IdeRobot$doAction$3.invoke(IdeRobot.kt:308)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.services.IdeRobot$doAction$3.invoke(IdeRobot.kt:300)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.services.IdeRobot.getResult(IdeRobot.kt:392)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.services.IdeRobot.doAction(IdeRobot.kt:300)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.RobotServerImpl$startServer$2$2$24$1.invoke(RobotServerImpl.kt:282)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.RobotServerImpl$startServer$2$2$24$1.invoke(RobotServerImpl.kt:280)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.RobotServerImpl$Companion.commonRequest(RobotServerImpl.kt:371)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at com.intellij.remoterobot.RobotServerImpl$startServer$2$2$24.invokeSuspend(RobotServerImpl.kt:280)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at kotlinx.coroutines.internal.DispatchedContinuation.resumeWith(DispatchedContinuation.kt:202)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:146)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:120)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:11)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:70)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.ktor.server.netty.EventLoopGroupProxy$Companion.create$lambda$1$lambda$0(NettyApplicationEngine.kt:296)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 	at java.base/java.lang.Thread.run(Thread.java:1583)
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:37,713 [  16054] SEVERE - #c.i.s.ComponentManagerImpl - IntelliJ IDEA 2025.1  Build #IC-251.23774.435
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:37,718 [  16059] SEVERE - #c.i.s.ComponentManagerImpl - JDK: 21.0.6; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:37,718 [  16059] SEVERE - #c.i.s.ComponentManagerImpl - OS: Linux
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:37,718 [  16059] SEVERE - #c.i.s.ComponentManagerImpl - Plugin to blame: Robot server version: 0.11.23
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:37,719 [  16060] SEVERE - #c.i.s.ComponentManagerImpl - Last Action: 
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:40,540 [  18881]   WARN - #c.i.i.u.UIThemeBean - Unknown field: CombinedDiff
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:40,540 [  18881]   WARN - #c.i.i.u.UIThemeBean - Unknown field: BlockBorder
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:41,850 [  20191]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:41,850 [  20191]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore deprecated groupId: tools for id: kotlinNotebook.newNotebook
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:42,365 [  20706]   WARN - #c.i.o.u.WindowStateService - cannot find a project frame for ProjectDefault (Template) Project
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:42,365 [  20706]   WARN - #c.i.o.u.WindowStateService - cannot find a project frame for ProjectDefault (Template) Project
16:16:40.143 [pool-2-thread-1] INFO  c.d.c.b.i.execution.ExecutionResult > 2025-04-30 16:15:49,676 [  28017]   WARN - #c.i.o.u.WindowStateService - cannot find a project frame for ProjectDefault (Template) Project

I don't think this is breaking our robot tests, but it is appearing in the logs. Possibly we are doing something silly, but it seems to blame the robot server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions