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

Can't show log, nor refresh; java.lang.NoSuchMethodError at com.redhat.devtools.intellij.telemetry.core.service.TelemetryMessageBuilder$Message #651

Closed
fizdiq opened this issue Jan 4, 2024 · 3 comments · Fixed by #649
Assignees
Labels
bug Something isn't working

Comments

@fizdiq
Copy link

fizdiq commented Jan 4, 2024

[kind/bug]

What versions of software are you using?

  • Operating System: Windows 11 Enterprise
  • IntelliJ version: IntelliJ IDEA 2023.3.2 (Ultimate Edition)
  • OpenShift version: Openshift 4.x

What did you run exactly?

Trying to open the logs from a pod

Actual behavior

Error occurred, with logs shown below.

Expected behavior

Opened the Kubernetes Console tab and then showing the logs of the pod

Any logs, error output, etc?

java.lang.NoSuchMethodError: 'com.redhat.devtools.intellij.telemetry.core.service.TelemetryMessageBuilder$Message com.redhat.devtools.intellij.telemetry.core.service.TelemetryMessageBuilder$ActionMessage.property(java.lang.String, java.lang.String)'
	at com.redhat.devtools.intellij.kubernetes.telemetry.TelemetryService.sendTelemetry(TelemetryService.kt:44)
	at com.redhat.devtools.intellij.kubernetes.actions.RefreshAction.actionPerformed$lambda$0(RefreshAction.kt:31)
	at com.redhat.devtools.intellij.kubernetes.actions.ExtensionsKt$run$1.run(Extensions.kt:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:434)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:132)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$5(CoreProgressManager.java:484)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:248)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:73)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:192)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:610)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:685)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:641)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:609)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:78)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:179)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:73)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:248)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:498)
	at com.intellij.util.concurrency.ChildContext$runAsCoroutine$1.invoke(propagation.kt:81)
	at com.intellij.util.concurrency.ChildContext$runAsCoroutine$1.invoke(propagation.kt:81)
	at com.intellij.util.concurrency.ChildContext.runAsCoroutine(propagation.kt:86)
	at com.intellij.util.concurrency.ChildContext.runAsCoroutine(propagation.kt:81)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:464)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base/java.lang.Thread.run(Thread.java:840)

@adietish adietish self-assigned this Jan 8, 2024
@adietish
Copy link
Contributor

adietish commented Jan 8, 2024

Hi @fizdiq

Thanks for submitting this issue.
It is caused by the Telemetry 1.1.0 plugin that is binary incompatible. We're releasing a new version of the openshift plugin to fix this (#649).
In the meantime you can fix this by downgrading the telemetry plugin to 1.0.0. See redhat-developer/intellij-quarkus#1301 (comment)

@adietish
Copy link
Contributor

adietish commented Jan 8, 2024

fixed by #649

@adietish
Copy link
Contributor

adietish commented Jan 8, 2024

@fizdiq fixed build v1.7.1 was submitted to marketplace awaiting approval. It should become available within 48h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants