[JBoss JIRA] (JBIDE-24139) Cannot "connect debugger" from JMX Navigator if a project is closed
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24139?page=com.atlassian.jira.plugi... ]
Aurélien Pupier reassigned JBIDE-24139:
---------------------------------------
Assignee: Aurélien Pupier
> Cannot "connect debugger" from JMX Navigator if a project is closed
> -------------------------------------------------------------------
>
> Key: JBIDE-24139
> URL: https://issues.jboss.org/browse/JBIDE-24139
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.4.3.Final, 4.4.4.AM1
> Reporter: Aurélien Pupier
> Assignee: Aurélien Pupier
>
> {noformat}
> !ENTRY org.jboss.tools.jmx.ui 4 0 2017-03-29 14:37:58.659
> !MESSAGE Resource '/217' is not open.
> !STACK 1
> org.eclipse.core.internal.resources.ResourceException: Resource '/217' is not open.
> at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:144)
> at org.eclipse.core.internal.resources.Project.hasNature(Project.java:516)
> at org.jboss.tools.jmx.ui.internal.actions.ConnectDebuggerAction.run(ConnectDebuggerAction.java:59)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
> at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:397)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4418)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4236)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3824)
> 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:693)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
> 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)
> !SUBENTRY 1 org.eclipse.core.resources 4 372 2017-03-29 14:37:58.659
> !MESSAGE Resource '/217' is not open.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24138) Implement queryMbeans for Jolokia
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24138?page=com.atlassian.jira.plugi... ]
Aurélien Pupier commented on JBIDE-24138:
-----------------------------------------
I recommened to review and merge this PR before starting work on this feature
> Implement queryMbeans for Jolokia
> ---------------------------------
>
> Key: JBIDE-24138
> URL: https://issues.jboss.org/browse/JBIDE-24138
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jmx
> Affects Versions: 4.4.4.AM1
> Reporter: Aurélien Pupier
>
> Currently JolokiaMBeanServerConnection.queryMBeans is not implemented
> @Override
> public Set<ObjectInstance> queryMBeans(ObjectName name, QueryExp query) throws IOException {
> // TODO Auto-generated method stub
> return null;
> }
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24138) Implement queryMbeans for Jolokia
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24138?page=com.atlassian.jira.plugi... ]
Aurélien Pupier edited comment on JBIDE-24138 at 3/29/17 6:57 AM:
------------------------------------------------------------------
I recommend to review and merge this PR before starting work on this feature
was (Author: aurelien.pupier):
I recommened to review and merge this PR before starting work on this feature
> Implement queryMbeans for Jolokia
> ---------------------------------
>
> Key: JBIDE-24138
> URL: https://issues.jboss.org/browse/JBIDE-24138
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jmx
> Affects Versions: 4.4.4.AM1
> Reporter: Aurélien Pupier
>
> Currently JolokiaMBeanServerConnection.queryMBeans is not implemented
> @Override
> public Set<ObjectInstance> queryMBeans(ObjectName name, QueryExp query) throws IOException {
> // TODO Auto-generated method stub
> return null;
> }
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24083) Debug NodeJS app is broken - Failed to connect to Standalone V8 VM
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24083?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-24083:
------------------------------------------
I can unfortunately reproduce this. What's weird about it is that the node container is running with debug enabled:
{code}
[vagrant@rhel-cdk ~]$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b6828a744458 172.30.161.61:5000/node/nodejs-mongodb-example@sha256:0235483c33e655752ee6e6222ab887f111b51309eb1197e0e720520838d8c36c "container-entrypoint" 17 minutes ago Up 17 minutes k8s_nodejs-mongodb-example.d080961d_nodejs-mongodb-example-2-717kz_node_6f5f47cb-1147-11e7-bd63-5254002dd172_67bad123
{code}
{code}
docker inspect b6828a744458 | less
[
{
"Id": "b6828a744458ec34754b1c1641b078349ff86ce661732879c310e100d857bb2f",
"Created": "2017-03-25T10:40:18.595686603Z",
...
"Env": [
...
"DEBUG_PORT=8787",
"DEBUG=true",
{code}
> Debug NodeJS app is broken - Failed to connect to Standalone V8 VM
> ------------------------------------------------------------------
>
> Key: JBIDE-24083
> URL: https://issues.jboss.org/browse/JBIDE-24083
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server
> Affects Versions: 4.4.4.AM1
> Reporter: Pavol Srna
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: regression
> Fix For: 4.4.4.AM2
>
> Attachments: jbide-23961-restart-1.png
>
>
> {code}
> java.io.IOException: Failed to get version
> at org.eclipse.wst.jsdt.chromium.internal.v8native.JavascriptVmImpl.newIOException(JavascriptVmImpl.java:114)
> at org.eclipse.wst.jsdt.chromium.internal.standalonev8.StandaloneVmImpl.attachImpl(StandaloneVmImpl.java:132)
> at org.eclipse.wst.jsdt.chromium.internal.standalonev8.StandaloneVmImpl.attach(StandaloneVmImpl.java:79)
> at org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptVmEmbedderFactory$4$1.attach(JavascriptVmEmbedderFactory.java:207)
> at org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl.attach(DebugTargetImpl.java:74)
> at org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTypeBase.launch(LaunchTypeBase.java:101)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.util.concurrent.ExecutionException: java.io.IOException: End of stream
> at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> at java.util.concurrent.FutureTask.get(FutureTask.java:206)
> at org.eclipse.wst.jsdt.chromium.internal.standalonev8.StandaloneVmImpl.attachImpl(StandaloneVmImpl.java:127)
> ... 9 more
> Caused by: java.io.IOException: End of stream
> at org.eclipse.wst.jsdt.chromium.internal.transport.Handshaker$StandaloneV8Impl$HandshakeTaks.call(Handshaker.java:127)
> at org.eclipse.wst.jsdt.chromium.internal.transport.Handshaker$StandaloneV8Impl$HandshakeTaks.call(Handshaker.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at org.eclipse.wst.jsdt.chromium.internal.transport.Handshaker$StandaloneV8Impl.perform(Handshaker.java:104)
> at org.eclipse.wst.jsdt.chromium.internal.transport.SocketConnection$ReaderThread.run(SocketConnection.java:158)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24138) Implement queryMbeans for Jolokia
by Aurélien Pupier (JIRA)
Aurélien Pupier created JBIDE-24138:
---------------------------------------
Summary: Implement queryMbeans for Jolokia
Key: JBIDE-24138
URL: https://issues.jboss.org/browse/JBIDE-24138
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jmx
Affects Versions: 4.4.4.AM1
Reporter: Aurélien Pupier
Currently JolokiaMBeanServerConnection.queryMBeans is not implemented
@Override
public Set<ObjectInstance> queryMBeans(ObjectName name, QueryExp query) throws IOException {
// TODO Auto-generated method stub
return null;
}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-20529) Master JIRA for XML Validation Problems
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20529?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20529:
------------------------------------------
went out of time to tackle this, postponing to 4.4.4.AM3
> Master JIRA for XML Validation Problems
> ---------------------------------------
>
> Key: JBIDE-20529
> URL: https://issues.jboss.org/browse/JBIDE-20529
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: project-examples, server
> Reporter: Rob Stryker
> Assignee: Andre Dietisheim
> Labels: xtriage
> Fix For: 4.4.4.AM3
>
>
> This JIRA is meant to be a master container jira for all xml validation issues. These include identifying projects that are enganging in bad xml behavior, projects that point to namespaces or xsd locations that no longer exist, example projects using relative paths for linking to other xsd, and others.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-20529) Master JIRA for XML Validation Problems
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20529?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20529:
-------------------------------------
Fix Version/s: 4.4.4.AM3
(was: 4.4.4.AM2)
> Master JIRA for XML Validation Problems
> ---------------------------------------
>
> Key: JBIDE-20529
> URL: https://issues.jboss.org/browse/JBIDE-20529
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: project-examples, server
> Reporter: Rob Stryker
> Assignee: Andre Dietisheim
> Labels: xtriage
> Fix For: 4.4.4.AM3
>
>
> This JIRA is meant to be a master container jira for all xml validation issues. These include identifying projects that are enganging in bad xml behavior, projects that point to namespaces or xsd locations that no longer exist, example projects using relative paths for linking to other xsd, and others.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBTIS-1068) Fuse: Fix ComponentTest
by Tomáš Sedmík (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1068?page=com.atlassian.jira.plugin... ]
Tomáš Sedmík updated JBTIS-1068:
--------------------------------
Summary: Fuse: Fix ComponentTest (was: Fix: ComponentTest)
> Fuse: Fix ComponentTest
> -----------------------
>
> Key: JBTIS-1068
> URL: https://issues.jboss.org/browse/JBTIS-1068
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: Fuse IDE, QE
> Affects Versions: 4.4.1.Final
> Reporter: Tomáš Sedmík
> Assignee: Tomáš Sedmík
> Fix For: 4.4.2.Final
>
>
> {code}
> java.lang.AssertionError: There is a problem with this component!
> at org.junit.Assert.fail(Assert.java:88)
> at org.jboss.tools.fuse.ui.bot.test.ComponentTest.testComponents(ComponentTest.java:117)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBTIS-1068) Fix: ComponentTest
by Tomáš Sedmík (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1068?page=com.atlassian.jira.plugin... ]
Tomáš Sedmík commented on JBTIS-1068:
-------------------------------------
There is a problem with the latest version of Camel (2.18.1.redhat-000012). Palette in Camel Editor does not contain _EJB_ component with this version.
> Fix: ComponentTest
> ------------------
>
> Key: JBTIS-1068
> URL: https://issues.jboss.org/browse/JBTIS-1068
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: Fuse IDE, QE
> Affects Versions: 4.4.1.Final
> Reporter: Tomáš Sedmík
> Assignee: Tomáš Sedmík
> Fix For: 4.4.2.Final
>
>
> {code}
> java.lang.AssertionError: There is a problem with this component!
> at org.junit.Assert.fail(Assert.java:88)
> at org.jboss.tools.fuse.ui.bot.test.ComponentTest.testComponents(ComponentTest.java:117)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years