[JBoss JIRA] (JBIDE-23757) Thread deadlock when starting Eclipse
by Daniel Melo (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23757?page=com.atlassian.jira.plugi... ]
Daniel Melo commented on JBIDE-23757:
-------------------------------------
I ran into this issue with Neon.2 and JBoss Tools 4.4.2.Final. Most of the times it would be stuck on _Building workspace (100%)_ though.
I can confirm that JBoss Tools 4.4.3.AM2 did fix the issue.
> Thread deadlock when starting Eclipse
> -------------------------------------
>
> Key: JBIDE-23757
> URL: https://issues.jboss.org/browse/JBIDE-23757
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.4.2.Final
> Environment: MacOS Sierra, JDK 1.8.0_112
> Reporter: Jon Kranes
> Assignee: Rob Stryker
> Fix For: 4.4.3.AM2
>
>
> Steps to reproduce:
> * Install latest Eclipse (Neon 4.6.2) (also tested with Spring ToolSuite 3.8.3 with same result)
> * Install JBoss AS, Wildfly & EAP Server Tools from JBoss Tools 4.4.2 Final
> * Add Wildfly 10.x runtime to Eclipse (tested 10.0 and 10.1 with same results)
> * Add Wildfly 10.x server to Eclipse
> * Create a default Maven Web App project
> * Add the web app project to the Wildfly server
> * Exit Eclipse and restart
> Eclipse hangs on startup with a thread deadlock. Eclipse "Progress" window shows "Registering Listeners" which never completes and blocks other Eclipse startup tasks. At this point Eclipse cannot exit and must be force-quit.
> Thread dump output from jvisualvm shows a thread deadlock:
> Found one Java-level deadlock:
> =============================
> "Thread-8":
> waiting to lock monitor 0x000000011fe4e758 (object 0x0000000782b7aa00, a org.eclipse.wst.server.core.internal.Server),
> which is held by "Worker-0"
> "Worker-0":
> waiting to lock monitor 0x0000000101a566e8 (object 0x0000000782b7aa70, a org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager),
> which is held by "Thread-8"
> Java stack information for the threads listed above:
> ===================================================
> "Thread-8":
> at org.eclipse.wst.server.core.internal.Server.getServerNotificationManager(Server.java:1034)
> - waiting to lock <0x0000000782b7aa00> (a org.eclipse.wst.server.core.internal.Server)
> at org.eclipse.wst.server.core.internal.Server.removeServerListener(Server.java:697)
> at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.protectAddManagerAsListeners(UnitedServerListenerManager.java:152)
> - locked <0x0000000782b7aa70> (a org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager)
> at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.initializeManager(UnitedServerListenerManager.java:81)
> at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.access$1(UnitedServerListenerManager.java:73)
> at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager$1.run(UnitedServerListenerManager.java:68)
> "Worker-0":
> at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.addListener(UnitedServerListenerManager.java:109)
> - waiting to lock <0x0000000782b7aa70> (a org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager)
> at org.jboss.ide.eclipse.as.core.JBossServerCorePlugin.start(JBossServerCorePlugin.java:74)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
> at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
> at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
> at org.eclipse.osgi.container.Module.doStart(Module.java:581)
> at org.eclipse.osgi.container.Module.start(Module.java:449)
> at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:470)
> at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
> at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:529)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:325)
> at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:345)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:423)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:372)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:364)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:564)
> at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
> at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
> at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
> at org.eclipse.wst.server.core.internal.ServerType.createServerDelegate(ServerType.java:91)
> at org.eclipse.wst.server.core.internal.Server.getDelegate(Server.java:506)
> - locked <0x0000000782b7aa00> (a org.eclipse.wst.server.core.internal.Server)
> at org.eclipse.wst.server.core.internal.Server.getChildModules(Server.java:2634)
> at org.eclipse.wst.server.core.internal.Server.visitModule(Server.java:3058)
> at org.eclipse.wst.server.core.internal.Server.visit(Server.java:3039)
> at org.eclipse.wst.server.core.internal.Server.getAllModules(Server.java:1542)
> at org.eclipse.wst.server.ui.internal.cnf.ServersView2$3.run(ServersView2.java:189)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Found 1 deadlock.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBDS-4274) Fix marketplace categories for devstudio and jbosstools
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4274?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-4274:
--------------------------------
Assignee: Jeff MAURY
> Fix marketplace categories for devstudio and jbosstools
> -------------------------------------------------------
>
> Key: JBDS-4274
> URL: https://issues.jboss.org/browse/JBDS-4274
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: marketplace
> Affects Versions: 10.3.0.GA
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Fix For: 10.3.0.GA
>
>
> Here's what we currently use for JBoss Tools:
> {code}Application Server
> Database Development
> General Purpose Tools
> IDE
> J2EE Development Platform{code}
> And here's what we have for Devstudio:
> {code}Application Server
> Database Development
> General Purpose Tools
> IDE
> J2EE Development Platform{code}
> And for Devstudio IS:
> {code}
> Database Development
> IDE
> SOA Development
> Tools{code}
> Maybe we want to remove "General Purpose Tools" and "IDE", and use
> "Web, XML, Java EE and OSGi Enterprise Development" and "Mobile and
> Device Development" instead? Or include "Linux Tools" since we have
> Docker/Vagrant stuff?
> For Integration Stack, we could drop "IDE" and "Tools" and use instead
> "Database Persistence", "Web Services", "Business Intelligence,
> Reporting and Charting" ?
> What do you think?
> Here's the current full list of categories.
> {code}Application Development Frameworks
> Application Management
> Application Server
> BIRT
> Build and Deploy
> Business Intelligence, Reporting and Charting
> Code Management
> Collaboration
> Database
> Database Development
> Database Persistence
> Documentation
> Eclipse Kura
> Eclipse SmartHome
> EclipseRT Target Platform Components
> Editor
> Entertainment
> General Purpose Tools
> Graphics
> IDE
> Internet of Things (IoT)
> J2EE Development Platform
> J2ME
> Languages
> Linux Tools
> Logging
> Mobile and Device Development
> Modeling
> Modeling Tools
> Mylyn Connectors
> Network
> Other
> Process
> Profiling
> Programming Languages
> Reporting
> Rich Client Applications
> SCM
> Search
> SOA Development
> Source Code Analyzer
> Systems Development
> Team Development
> Testing
> Tools
> UI
> UML
> Web
> Web Services
> Web, XML, Java EE and OSGi Enterprise Development
> XML{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBDS-4274) Fix marketplace categories for devstudio and jbosstools
by Nick Boldt (JIRA)
Nick Boldt created JBDS-4274:
--------------------------------
Summary: Fix marketplace categories for devstudio and jbosstools
Key: JBDS-4274
URL: https://issues.jboss.org/browse/JBDS-4274
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: marketplace
Affects Versions: 10.3.0.GA
Reporter: Nick Boldt
Here's what we currently use for JBoss Tools:
{code}Application Server
Database Development
General Purpose Tools
IDE
J2EE Development Platform{code}
And here's what we have for Devstudio:
{code}Application Server
Database Development
General Purpose Tools
IDE
J2EE Development Platform{code}
And for Devstudio IS:
{code}
Database Development
IDE
SOA Development
Tools{code}
Maybe we want to remove "General Purpose Tools" and "IDE", and use
"Web, XML, Java EE and OSGi Enterprise Development" and "Mobile and
Device Development" instead? Or include "Linux Tools" since we have
Docker/Vagrant stuff?
For Integration Stack, we could drop "IDE" and "Tools" and use instead
"Database Persistence", "Web Services", "Business Intelligence,
Reporting and Charting" ?
What do you think?
Here's the current full list of categories.
{code}Application Development Frameworks
Application Management
Application Server
BIRT
Build and Deploy
Business Intelligence, Reporting and Charting
Code Management
Collaboration
Database
Database Development
Database Persistence
Documentation
Eclipse Kura
Eclipse SmartHome
EclipseRT Target Platform Components
Editor
Entertainment
General Purpose Tools
Graphics
IDE
Internet of Things (IoT)
J2EE Development Platform
J2ME
Languages
Linux Tools
Logging
Mobile and Device Development
Modeling
Modeling Tools
Mylyn Connectors
Network
Other
Process
Profiling
Programming Languages
Reporting
Rich Client Applications
SCM
Search
SOA Development
Source Code Analyzer
Systems Development
Team Development
Testing
Tools
UI
UML
Web
Web Services
Web, XML, Java EE and OSGi Enterprise Development
XML{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBDS-4274) Fix marketplace categories for devstudio and jbosstools
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4274?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4274:
-----------------------------
Fix Version/s: 10.3.0.GA
> Fix marketplace categories for devstudio and jbosstools
> -------------------------------------------------------
>
> Key: JBDS-4274
> URL: https://issues.jboss.org/browse/JBDS-4274
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: marketplace
> Affects Versions: 10.3.0.GA
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Fix For: 10.3.0.GA
>
>
> Here's what we currently use for JBoss Tools:
> {code}Application Server
> Database Development
> General Purpose Tools
> IDE
> J2EE Development Platform{code}
> And here's what we have for Devstudio:
> {code}Application Server
> Database Development
> General Purpose Tools
> IDE
> J2EE Development Platform{code}
> And for Devstudio IS:
> {code}
> Database Development
> IDE
> SOA Development
> Tools{code}
> Maybe we want to remove "General Purpose Tools" and "IDE", and use
> "Web, XML, Java EE and OSGi Enterprise Development" and "Mobile and
> Device Development" instead? Or include "Linux Tools" since we have
> Docker/Vagrant stuff?
> For Integration Stack, we could drop "IDE" and "Tools" and use instead
> "Database Persistence", "Web Services", "Business Intelligence,
> Reporting and Charting" ?
> What do you think?
> Here's the current full list of categories.
> {code}Application Development Frameworks
> Application Management
> Application Server
> BIRT
> Build and Deploy
> Business Intelligence, Reporting and Charting
> Code Management
> Collaboration
> Database
> Database Development
> Database Persistence
> Documentation
> Eclipse Kura
> Eclipse SmartHome
> EclipseRT Target Platform Components
> Editor
> Entertainment
> General Purpose Tools
> Graphics
> IDE
> Internet of Things (IoT)
> J2EE Development Platform
> J2ME
> Languages
> Linux Tools
> Logging
> Mobile and Device Development
> Modeling
> Modeling Tools
> Mylyn Connectors
> Network
> Other
> Process
> Profiling
> Programming Languages
> Reporting
> Rich Client Applications
> SCM
> Search
> SOA Development
> Source Code Analyzer
> Systems Development
> Team Development
> Testing
> Tools
> UI
> UML
> Web
> Web Services
> Web, XML, Java EE and OSGi Enterprise Development
> XML{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23871) install-grinder failure: "The widget (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') was not enabled."
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23871?page=com.atlassian.jira.plugi... ]
Nick Boldt resolved JBIDE-23871.
--------------------------------
Fix Version/s: 4.4.3.Final
Assignee: Nick Boldt
Resolution: Done
Build is blue for installs into Eclipse platform .. .and fails for installs into EPP bundles. So... I'll close this.
> install-grinder failure: "The widget (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') was not enabled."
> ------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23871
> URL: https://issues.jboss.org/browse/JBIDE-23871
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: install-tests
> Affects Versions: 4.4.3.AM2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.3.Final
>
>
> {code}
> 12:14:33 Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException:
> Timeout after: 5000 ms.:
> The widget (of type 'Button' and with mnemonic 'Finish' and with
> style 'SWT.PUSH') was not enabled.
> {code}
> {code}
> 12:14:33 Testcase: testInstall took 103.682 sec
> 12:14:33 Caused an ERROR
> 12:14:33 Internal error
> 12:14:33 java.lang.RuntimeException: Internal error
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.continueInstall(InstallTest.java:213)
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.continueInstall(InstallTest.java:147)
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.installFromSite(InstallTest.java:133)
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.testInstall(InstallTest.java:78)
> 12:14:33 at org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:47)
> 12:14:33 at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:76)
> 12:14:33 at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:61)
> 12:14:33 at org.eclipse.swtbot.eclipse.junit.headless.EclipseTestRunner.run(EclipseTestRunner.java:350)
> 12:14:33 at org.eclipse.swtbot.eclipse.junit.headless.EclipseTestRunner.run(EclipseTestRunner.java:208)
> 12:14:33 at org.eclipse.swtbot.eclipse.junit.headless.UITestApplication.runTests(UITestApplication.java:117)
> 12:14:33 at org.eclipse.e4.ui.internal.workbench.swt.E4Testable$1.run(E4Testable.java:73)
> 12:14:33 at java.lang.Thread.run(Thread.java:745)
> 12:14:33 Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: The widget (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') was not enabled.
> 12:14:33 at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:522)
> 12:14:33 at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:496)
> 12:14:33 at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:484)
> 12:14:33 at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.waitForEnabled(AbstractSWTBot.java:650)
> 12:14:33 at org.eclipse.swtbot.swt.finder.widgets.SWTBotButton.click(SWTBotButton.java:65)
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.continueInstall(InstallTest.java:154){code}
> -- https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-install-g...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23871) install-grinder failure: "The widget (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') was not enabled."
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23871?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-23871.
------------------------------
> install-grinder failure: "The widget (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') was not enabled."
> ------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23871
> URL: https://issues.jboss.org/browse/JBIDE-23871
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: install-tests
> Affects Versions: 4.4.3.AM2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.3.Final
>
>
> {code}
> 12:14:33 Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException:
> Timeout after: 5000 ms.:
> The widget (of type 'Button' and with mnemonic 'Finish' and with
> style 'SWT.PUSH') was not enabled.
> {code}
> {code}
> 12:14:33 Testcase: testInstall took 103.682 sec
> 12:14:33 Caused an ERROR
> 12:14:33 Internal error
> 12:14:33 java.lang.RuntimeException: Internal error
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.continueInstall(InstallTest.java:213)
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.continueInstall(InstallTest.java:147)
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.installFromSite(InstallTest.java:133)
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.testInstall(InstallTest.java:78)
> 12:14:33 at org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:47)
> 12:14:33 at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:76)
> 12:14:33 at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:61)
> 12:14:33 at org.eclipse.swtbot.eclipse.junit.headless.EclipseTestRunner.run(EclipseTestRunner.java:350)
> 12:14:33 at org.eclipse.swtbot.eclipse.junit.headless.EclipseTestRunner.run(EclipseTestRunner.java:208)
> 12:14:33 at org.eclipse.swtbot.eclipse.junit.headless.UITestApplication.runTests(UITestApplication.java:117)
> 12:14:33 at org.eclipse.e4.ui.internal.workbench.swt.E4Testable$1.run(E4Testable.java:73)
> 12:14:33 at java.lang.Thread.run(Thread.java:745)
> 12:14:33 Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: The widget (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') was not enabled.
> 12:14:33 at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:522)
> 12:14:33 at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:496)
> 12:14:33 at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:484)
> 12:14:33 at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.waitForEnabled(AbstractSWTBot.java:650)
> 12:14:33 at org.eclipse.swtbot.swt.finder.widgets.SWTBotButton.click(SWTBotButton.java:65)
> 12:14:33 at org.jboss.tools.tests.installation.InstallTest.continueInstall(InstallTest.java:154){code}
> -- https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-install-g...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23884) [jolokia] some read requests fail
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23884?page=com.atlassian.jira.plugi... ]
Rob Stryker reassigned JBIDE-23884:
-----------------------------------
Assignee: Rob Stryker
> [jolokia] some read requests fail
> ---------------------------------
>
> Key: JBIDE-23884
> URL: https://issues.jboss.org/browse/JBIDE-23884
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server
> Affects Versions: 4.4.3.Final
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.4.3.Final
>
> Attachments: JBIDE-23884.png
>
>
> Some attribute read requests fail when issued one at a time rather than in a bulk list.
> {code}
> org.jboss.tools.jmx.core.JMXException: Error executing JMX request.
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:342)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper.getValue(MBeanAttributeInfoWrapper.java:47)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.update(AttributeDetails.java:216)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.selectionChanged(AttributeDetails.java:184)
> at org.eclipse.ui.forms.DetailsPart$1.run(DetailsPart.java:269)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.forms.DetailsPart.showPage(DetailsPart.java:255)
> at org.eclipse.ui.forms.DetailsPart.update(DetailsPart.java:228)
> at org.eclipse.ui.forms.DetailsPart.selectionChanged(DetailsPart.java:213)
> at org.eclipse.ui.forms.ManagedForm.fireSelectionChanged(ManagedForm.java:125)
> at org.jboss.tools.jmx.ui.internal.editors.AttributesSection$1.selectionChanged(AttributesSection.java:57)
> at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:158)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:155)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2191)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1229)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1258)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:236)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:405)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> Caused by: java.lang.ClassCastException: org.jolokia.client.request.J4pReadResponse cannot be cast to java.util.List
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttributes(JolokiaMBeanServerConnection.java:224)
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttribute(JolokiaMBeanServerConnection.java:203)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper$1.run(MBeanAttributeInfoWrapper.java:50)
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:338)
> ... 48 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23884) [jolokia] some read requests fail
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23884?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-23884:
--------------------------------
Attachment: JBIDE-23884.png
> [jolokia] some read requests fail
> ---------------------------------
>
> Key: JBIDE-23884
> URL: https://issues.jboss.org/browse/JBIDE-23884
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server
> Affects Versions: 4.4.3.Final
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.4.3.Final
>
> Attachments: JBIDE-23884.png
>
>
> Some attribute read requests fail when issued one at a time rather than in a bulk list.
> {code}
> org.jboss.tools.jmx.core.JMXException: Error executing JMX request.
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:342)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper.getValue(MBeanAttributeInfoWrapper.java:47)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.update(AttributeDetails.java:216)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.selectionChanged(AttributeDetails.java:184)
> at org.eclipse.ui.forms.DetailsPart$1.run(DetailsPart.java:269)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.forms.DetailsPart.showPage(DetailsPart.java:255)
> at org.eclipse.ui.forms.DetailsPart.update(DetailsPart.java:228)
> at org.eclipse.ui.forms.DetailsPart.selectionChanged(DetailsPart.java:213)
> at org.eclipse.ui.forms.ManagedForm.fireSelectionChanged(ManagedForm.java:125)
> at org.jboss.tools.jmx.ui.internal.editors.AttributesSection$1.selectionChanged(AttributesSection.java:57)
> at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:158)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:155)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2191)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1229)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1258)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:236)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:405)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> Caused by: java.lang.ClassCastException: org.jolokia.client.request.J4pReadResponse cannot be cast to java.util.List
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttributes(JolokiaMBeanServerConnection.java:224)
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttribute(JolokiaMBeanServerConnection.java:203)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper$1.run(MBeanAttributeInfoWrapper.java:50)
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:338)
> ... 48 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23884) [jolokia] some read requests fail
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23884?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-23884:
--------------------------------
Fix Version/s: 4.4.3.Final
> [jolokia] some read requests fail
> ---------------------------------
>
> Key: JBIDE-23884
> URL: https://issues.jboss.org/browse/JBIDE-23884
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server
> Affects Versions: 4.4.3.Final
> Reporter: Rob Stryker
> Fix For: 4.4.3.Final
>
> Attachments: JBIDE-23884.png
>
>
> Some attribute read requests fail when issued one at a time rather than in a bulk list.
> {code}
> org.jboss.tools.jmx.core.JMXException: Error executing JMX request.
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:342)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper.getValue(MBeanAttributeInfoWrapper.java:47)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.update(AttributeDetails.java:216)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.selectionChanged(AttributeDetails.java:184)
> at org.eclipse.ui.forms.DetailsPart$1.run(DetailsPart.java:269)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.forms.DetailsPart.showPage(DetailsPart.java:255)
> at org.eclipse.ui.forms.DetailsPart.update(DetailsPart.java:228)
> at org.eclipse.ui.forms.DetailsPart.selectionChanged(DetailsPart.java:213)
> at org.eclipse.ui.forms.ManagedForm.fireSelectionChanged(ManagedForm.java:125)
> at org.jboss.tools.jmx.ui.internal.editors.AttributesSection$1.selectionChanged(AttributesSection.java:57)
> at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:158)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:155)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2191)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1229)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1258)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:236)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:405)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> Caused by: java.lang.ClassCastException: org.jolokia.client.request.J4pReadResponse cannot be cast to java.util.List
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttributes(JolokiaMBeanServerConnection.java:224)
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttribute(JolokiaMBeanServerConnection.java:203)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper$1.run(MBeanAttributeInfoWrapper.java:50)
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:338)
> ... 48 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23884) [jolokia] some read requests fail
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23884?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-23884:
--------------------------------
Attachment: _20100321_temp.patch
> [jolokia] some read requests fail
> ---------------------------------
>
> Key: JBIDE-23884
> URL: https://issues.jboss.org/browse/JBIDE-23884
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server
> Affects Versions: 4.4.3.Final
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.4.3.Final
>
> Attachments: JBIDE-23884.png
>
>
> Some attribute read requests fail when issued one at a time rather than in a bulk list.
> {code}
> org.jboss.tools.jmx.core.JMXException: Error executing JMX request.
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:342)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper.getValue(MBeanAttributeInfoWrapper.java:47)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.update(AttributeDetails.java:216)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.selectionChanged(AttributeDetails.java:184)
> at org.eclipse.ui.forms.DetailsPart$1.run(DetailsPart.java:269)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.forms.DetailsPart.showPage(DetailsPart.java:255)
> at org.eclipse.ui.forms.DetailsPart.update(DetailsPart.java:228)
> at org.eclipse.ui.forms.DetailsPart.selectionChanged(DetailsPart.java:213)
> at org.eclipse.ui.forms.ManagedForm.fireSelectionChanged(ManagedForm.java:125)
> at org.jboss.tools.jmx.ui.internal.editors.AttributesSection$1.selectionChanged(AttributesSection.java:57)
> at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:158)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:155)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2191)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1229)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1258)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:236)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:405)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> Caused by: java.lang.ClassCastException: org.jolokia.client.request.J4pReadResponse cannot be cast to java.util.List
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttributes(JolokiaMBeanServerConnection.java:224)
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttribute(JolokiaMBeanServerConnection.java:203)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper$1.run(MBeanAttributeInfoWrapper.java:50)
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:338)
> ... 48 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month