-
Notifications
You must be signed in to change notification settings - Fork 125
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
0.13.15-2022.2 - still not working with Intellij 2022.3 #413
Comments
I will look at this again Thanks for report Seems that thread within Idea sometimes switch |
I can reproduce it if the job configuratiuon is wrong or the euthentication fails. I will fix it |
Please load following eap: I test it today a while and release it in stable channel too https://plugins.jetbrains.com/plugin/6110-jenkins-control/versions/eap/261229 |
Sadly it is still not working. Test connection needs extremly long and writes the message [Fail] URL malformed. It logs in the idea.log WARN - #c.i.d.PerformanceWatcherImpl - UI was frozen. And dumps the thread: AWT-EventQueue-0" prio=0 tid=0x0 nid=0x0 runnable |
It looks like a different issue but I will check this later. if it says that your URL is malformed. |
Sadly it is our internal server so that you can not test against it. The URL looks like |
I try to reproduce it |
I'm not to reproduce it.
But this seem to be a new issue. Could you fill a new one for this if it still happens |
With the curl our server responed directly with no timeout like in the Idea. Here you could see the log ...
|
By the way the latest plugin versions are also not working in my 2022.2.x Idea. |
The httpclient was removed from plugin because it should delivered from idea Thanks for your logs i will investigate it In my setups (at home and at work) it works with the 0.13.15 versions. Thanks for 2022.2.x versions hint. I test it aganist with this version the day |
But it sounds weired because the plugin loads the url and within parsing it response it seems to fail |
O tested with 2022.2.4 and it works in my new environemnt Can you please share the about dialog or idea.log for more info You can also open a private room at: https://gitter.im/MCMicS |
This is because I switched from older httclient to newer one which is included within idea libraries.
This looks like there is an error during read the Response Header but the http connection got a result |
Do you have any proxy configured on system or in IntelliJ? |
yes I'm working in a company framework with an proxy configuration in Intellij but the configured Jenkins URL is configured in the no proxy for list. |
Ok maybe this is the problem |
I hope I found the error. I currently fix it and try to give you a additional eap to test |
Could you please try following: https://plugins.jetbrains.com/plugin/6110-jenkins-control/versions/eap/263516 I not used the Proxy Exception list so your calls was all routed through your proxy and this will lead into this error. |
https://plugins.jetbrains.com/plugin/6110-jenkins-control/versions/eap/263516 is working in 2022.3. The problem is fixed. Good job !!! |
Thanks for test |
released with 0.13.16 |
Access is allowed from event dispatch thread only
com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false
Current thread: Thread[ApplicationImpl pooled thread 12,4,main] 127561699
SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 1131194491
at com.intellij.openapi.application.impl.ApplicationImpl.throwThreadAccessException(ApplicationImpl.java:1042)
at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:1025)
at com.intellij.ui.SpeedSearchBase.isPopupActive(SpeedSearchBase.java:180)
at com.intellij.ui.speedSearch.SpeedSearchSupply.getSupply(SpeedSearchSupply.java:63)
at com.intellij.ui.speedSearch.SpeedSearchSupply.getSupply(SpeedSearchSupply.java:52)
at com.intellij.ui.speedSearch.SpeedSearchUtil.applySpeedSearchHighlightingFiltered(SpeedSearchUtil.java:185)
at com.intellij.ui.ColoredTreeCellRenderer.rendererComponentInner(ColoredTreeCellRenderer.java:124)
at com.intellij.ui.ColoredTreeCellRenderer.getTreeCellRendererComponent(ColoredTreeCellRenderer.java:53)
at com.intellij.ui.tree.ui.DefaultTreeUI.getRenderer(DefaultTreeUI.java:179)
at com.intellij.ui.tree.ui.DefaultTreeUI$2.getNodeDimensions(DefaultTreeUI.java:553)
at java.desktop/javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:497)
at java.desktop/javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1344)
at java.desktop/javax.swing.tree.VariableHeightLayoutCache.rebuild(VariableHeightLayoutCache.java:723)
at java.desktop/javax.swing.tree.VariableHeightLayoutCache.treeStructureChanged(VariableHeightLayoutCache.java:629)
at java.desktop/javax.swing.plaf.basic.BasicTreeUI$Handler.treeStructureChanged(BasicTreeUI.java:4407)
at java.desktop/javax.swing.tree.DefaultTreeModel.fireTreeStructureChanged(DefaultTreeModel.java:616)
at java.desktop/javax.swing.tree.DefaultTreeModel.reload(DefaultTreeModel.java:320)
at java.desktop/javax.swing.tree.DefaultTreeModel.reload(DefaultTreeModel.java:227)
at org.codinjutsu.tools.jenkins.JenkinsTree.clear(JenkinsTree.java:149)
at org.codinjutsu.tools.jenkins.view.BrowserPanel.clearView(BrowserPanel.java:313)
at org.codinjutsu.tools.jenkins.view.BrowserPanel.setJobsUnavailable(BrowserPanel.java:308)
at org.codinjutsu.tools.jenkins.view.BrowserPanel.handleEmptyConfiguration(BrowserPanel.java:304)
at org.codinjutsu.tools.jenkins.logic.BrowserPanelAuthenticationHandler.loginCancelled(BrowserPanelAuthenticationHandler.java:42)
at com.intellij.util.messages.impl.MessageBusImplKt.invokeMethod(MessageBusImpl.kt:652)
at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:621)
at com.intellij.util.messages.impl.MessageBusImplKt.deliverMessage(MessageBusImpl.kt:395)
at com.intellij.util.messages.impl.MessageBusImplKt.pumpWaiting(MessageBusImpl.kt:374)
at com.intellij.util.messages.impl.MessageBusImplKt.access$pumpWaiting(MessageBusImpl.kt:1)
at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:433)
at jdk.proxy19/jdk.proxy19.$Proxy229.loginCancelled(Unknown Source)
at org.codinjutsu.tools.jenkins.logic.LoginService$1.run(LoginService.java:45)
at org.codinjutsu.tools.jenkins.logic.JenkinsBackgroundTask.run(JenkinsBackgroundTask.java:41)
at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:425)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:114)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$6(CoreProgressManager.java:476)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:252)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:190)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:591)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:666)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:622)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:590)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:177)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
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:833)
The text was updated successfully, but these errors were encountered: