[JBoss JIRA] (JBIDE-22761) Connection to local EAP 7 via jmx fails
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22761?page=com.atlassian.jira.plugi... ]
Martin Malina edited comment on JBIDE-22761 at 7/19/16 10:07 AM:
-----------------------------------------------------------------
For the record, this works for me on Mac - I tried again just to be sure.
And [~jkopriva] confirms it works for him on Linux too.
was (Author: mmalina):
For the record, this works for me on Mac - I tried again just to be sure.
> Connection to local EAP 7 via jmx fails
> ---------------------------------------
>
> Key: JBIDE-22761
> URL: https://issues.jboss.org/browse/JBIDE-22761
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.4.1.AM2
> Reporter: Martin Malina
>
> This was spotted by Radim on linux today - he added EAP 7 via runtime detection, then started it and then tried to connect via jmx and it failed for him.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22627) Docker image tag is ignored in Deploy Image to OpenShift wizard
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22627?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-22627:
-----------------------------------
Story Points: 1
Sprint: devex #117 July 2016
Assignee: Viacheslav Kabanovich
> Docker image tag is ignored in Deploy Image to OpenShift wizard
> ---------------------------------------------------------------
>
> Key: JBIDE-22627
> URL: https://issues.jboss.org/browse/JBIDE-22627
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: docker, openshift_v3
> Fix For: 4.4.1.AM2
>
> Attachments: docker_explorer.png
>
>
> When deploying a docker image from docker explorer by selecting context menu item Deploy to OpenShift..., image name in opened Deploy Image to OpenShift wizard does not contain tag of the image. This requires manual addition of image tag, otherwise latest tag is presumed by default, what does not have to be desired at some scenarios.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22549) "Result" dialog enhancements
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22549?page=com.atlassian.jira.plugi... ]
Martin Malina resolved JBIDE-22549.
-----------------------------------
Resolution: Partially Completed
I'm changing this to Partially Complete, because I can't copy using Cmd+C. I created a follow-up JIRA here: JBIDE-22762
> "Result" dialog enhancements
> ----------------------------
>
> Key: JBIDE-22549
> URL: https://issues.jboss.org/browse/JBIDE-22549
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jmx
> Affects Versions: 4.4.0.Final
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.4.1.AM1
>
> Attachments: Screenshot 2016-06-07 11.35.28.png
>
>
> When executing a JMX remote operation, the "Result" dialog displays a single column that cannot be expanded, and the row content cannot be copied into the clipboard.
> See the attached screenshot for visual explanations.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22549) "Result" dialog enhancements
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22549?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-22549.
---------------------------------
Closing. Verified in devstudio 10.0.1.AM2 B5663
> "Result" dialog enhancements
> ----------------------------
>
> Key: JBIDE-22549
> URL: https://issues.jboss.org/browse/JBIDE-22549
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jmx
> Affects Versions: 4.4.0.Final
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.4.1.AM1
>
> Attachments: Screenshot 2016-06-07 11.35.28.png
>
>
> When executing a JMX remote operation, the "Result" dialog displays a single column that cannot be expanded, and the row content cannot be copied into the clipboard.
> See the attached screenshot for visual explanations.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22762) JMX remote call results (and others) cannot be copied using Cmd+C
by Martin Malina (JIRA)
Martin Malina created JBIDE-22762:
-------------------------------------
Summary: JMX remote call results (and others) cannot be copied using Cmd+C
Key: JBIDE-22762
URL: https://issues.jboss.org/browse/JBIDE-22762
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx
Affects Versions: 4.4.1.AM2
Reporter: Martin Malina
I was verifying JBIDE-22549 which was supposed to add support for Ctrl+C in JMX remote call results. This doesn't work for me on Mac. Right-click -> Copy does work though.
What I did was:
1. Start EAP 7
2. Connect in JMX Navigator
3. Go to MBeans -> jboss.as -> naming
4. Double click the mbean
5. Execute jndiView
In the result window, I am not able to copy anything using Cmd+C, but I can copy using right-click -> Copy.
I asked [~rhopp] to try this for me on Linux. But he got stuck on failed jmx connection of his local EAP 7 server (reported here: JBIDE-22761). And then I tried a similar thing in the Properties view and it turns out that I can't copy there either. Then I asked Radim to check that and he confirmed he cannot copy from Properties view using Ctrl+C on linux.
Then I tried some more and noticed that in some occasions I can do that:
For example if I select the active JMX connection in JMX Navigator, go to Properties view, expand Memory and select a row, I can copy with Cmd+C. But if I select an MBean and then click a row in the Properties view, I cannot copy with Cmd+C.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22761) Connection to local EAP 7 via jmx fails
by Martin Malina (JIRA)
Martin Malina created JBIDE-22761:
-------------------------------------
Summary: Connection to local EAP 7 via jmx fails
Key: JBIDE-22761
URL: https://issues.jboss.org/browse/JBIDE-22761
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx
Affects Versions: 4.4.1.AM2
Reporter: Martin Malina
This was spotted by Radim on linux today - he added EAP 7 via runtime detection, then started it and then tried to connect via jmx and it failed for him.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBTIS-809) Cannot install Fuse tooling from EA without GA
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-809?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-809:
----------------------------------
Hey [~apodhrad] -
When we decided to add in this DV release I didn't update the TP. The Mars IS TP is currently correct for JBDSIS 9.0.2 (4.3.2.Final) which I don't want to change. So - what I'll do is to create a new JBTIS TP 4.3.2-SNAPSHOT (4.3.3 would screw up Mars mainline) and use that for a 9.0.1.CR2 respin. I can keep all of this on the JBDSIS-9.0.1 branch and not affect Mars mainline.
WDYT?
> Cannot install Fuse tooling from EA without GA
> ----------------------------------------------
>
> Key: JBTIS-809
> URL: https://issues.jboss.org/browse/JBTIS-809
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 9.0.1.GA
> Environment: JBDS-IS 9.0.1.CR2
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
>
> Cannot install Fuse tooling from EA without GA due to the following error
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Fuse Tooling JMX Bundles 8.0.0.Beta3-v20160713-1902-B959 (org.fusesource.ide.jmx.feature.feature.group 8.0.0.Beta3-v20160713-1902-B959)
> Missing requirement: JBoss Fuse Tooling JMX Bundles 8.0.0.Beta3-v20160713-1902-B959 (org.fusesource.ide.jmx.feature.feature.group 8.0.0.Beta3-v20160713-1902-B959) requires 'org.eclipse.gemini.management 2.0.0.RELEASE' but it could not be found
> {code}
> the missing gemini feature is available in GA update site. This is not a critical issue since this is not a common use case.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22760) Cannot install content from Central, connectors not available:
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22760?page=com.atlassian.jira.plugi... ]
Pavol Srna updated JBIDE-22760:
-------------------------------
Description:
{code}
Problems occurred while performing installation: The following connectors are not available: JBoss Seam Tools (id=org.jboss.tools.runtime.seam.detector.feature.feature.group, org.jboss.tools.seam.feature.feature.group, org.jboss.tools.maven.seam.feature.feature.group, org.jboss.tools.project.examples.seam.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Maven Portlet Configurator (id=org.jboss.tools.maven.portlet.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), AngularJS for Web Tools (id=org.jboss.tools.jst.angularjs.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Portlet Tools (id=org.jboss.tools.portlet.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), Mylyn Issue Tracker Connectors (id=org.jboss.tools.common.mylyn.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Maven Seam Configurator (id=org.jboss.tools.maven.seam.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Hybrid Mobile Tools + CordovaSim (id=org.jboss.tools.aerogear.easymport.feature.feature.group, org.jboss.tools.aerogear.thym.feature.feature.group, org.jboss.tools.cordovasim.feature.feature.group, org.jboss.tools.browsersim.feature.feature.group, org.jboss.tools.livereload.feature.feature.group, org.jboss.tools.jst.angularjs.feature.feature.group, org.jboss.tools.feedhenry.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Tools Maven Packaging Configurator (id=org.jboss.tools.maven.jbosspackaging.feature.feature.group, org.jboss.ide.eclipse.as.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...)
The following connectors are not available: JBoss Seam Tools (id=org.jboss.tools.runtime.seam.detector.feature.feature.group, org.jboss.tools.seam.feature.feature.group, org.jboss.tools.maven.seam.feature.feature.group, org.jboss.tools.project.examples.seam.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Maven Portlet Configurator (id=org.jboss.tools.maven.portlet.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), AngularJS for Web Tools (id=org.jboss.tools.jst.angularjs.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Portlet Tools (id=org.jboss.tools.portlet.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), Mylyn Issue Tracker Connectors (id=org.jboss.tools.common.mylyn.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Maven Seam Configurator (id=org.jboss.tools.maven.seam.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Hybrid Mobile Tools + CordovaSim (id=org.jboss.tools.aerogear.easymport.feature.feature.group, org.jboss.tools.aerogear.thym.feature.feature.group, org.jboss.tools.cordovasim.feature.feature.group, org.jboss.tools.browsersim.feature.feature.group, org.jboss.tools.livereload.feature.feature.group, org.jboss.tools.jst.angularjs.feature.feature.group, org.jboss.tools.feedhenry.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Tools Maven Packaging Configurator (id=org.jboss.tools.maven.jbosspackaging.feature.feature.group, org.jboss.ide.eclipse.as.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...)
{code}
was:
{code}
Problems occurred while performing installation: The following connectors are not available: JBoss Hybrid Mobile Tools + CordovaSim (id=org.jboss.tools.aerogear.easymport.feature.feature.group, org.jboss.tools.aerogear.thym.feature.feature.group, org.jboss.tools.cordovasim.feature.feature.group, org.jboss.tools.browsersim.feature.feature.group, org.jboss.tools.livereload.feature.feature.group, org.jboss.tools.jst.angularjs.feature.feature.group, org.jboss.tools.feedhenry.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...)
The following connectors are not available: JBoss Hybrid Mobile Tools + CordovaSim (id=org.jboss.tools.aerogear.easymport.feature.feature.group, org.jboss.tools.aerogear.thym.feature.feature.group, org.jboss.tools.cordovasim.feature.feature.group, org.jboss.tools.browsersim.feature.feature.group, org.jboss.tools.livereload.feature.feature.group, org.jboss.tools.jst.angularjs.feature.feature.group, org.jboss.tools.feedhenry.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...)
{code}
> Cannot install content from Central, connectors not available:
> --------------------------------------------------------------
>
> Key: JBIDE-22760
> URL: https://issues.jboss.org/browse/JBIDE-22760
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, updatesite
> Affects Versions: 4.4.1.AM2
> Reporter: Pavol Srna
> Priority: Blocker
> Fix For: 4.4.1.AM2
>
> Attachments: Screen Shot 2016-07-19 at 12.24.16 PM.png, Screen Shot 2016-07-19 at 12.24.29 PM.png
>
>
> {code}
> Problems occurred while performing installation: The following connectors are not available: JBoss Seam Tools (id=org.jboss.tools.runtime.seam.detector.feature.feature.group, org.jboss.tools.seam.feature.feature.group, org.jboss.tools.maven.seam.feature.feature.group, org.jboss.tools.project.examples.seam.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Maven Portlet Configurator (id=org.jboss.tools.maven.portlet.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), AngularJS for Web Tools (id=org.jboss.tools.jst.angularjs.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Portlet Tools (id=org.jboss.tools.portlet.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), Mylyn Issue Tracker Connectors (id=org.jboss.tools.common.mylyn.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Maven Seam Configurator (id=org.jboss.tools.maven.seam.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Hybrid Mobile Tools + CordovaSim (id=org.jboss.tools.aerogear.easymport.feature.feature.group, org.jboss.tools.aerogear.thym.feature.feature.group, org.jboss.tools.cordovasim.feature.feature.group, org.jboss.tools.browsersim.feature.feature.group, org.jboss.tools.livereload.feature.feature.group, org.jboss.tools.jst.angularjs.feature.feature.group, org.jboss.tools.feedhenry.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Tools Maven Packaging Configurator (id=org.jboss.tools.maven.jbosspackaging.feature.feature.group, org.jboss.ide.eclipse.as.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...)
> The following connectors are not available: JBoss Seam Tools (id=org.jboss.tools.runtime.seam.detector.feature.feature.group, org.jboss.tools.seam.feature.feature.group, org.jboss.tools.maven.seam.feature.feature.group, org.jboss.tools.project.examples.seam.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Maven Portlet Configurator (id=org.jboss.tools.maven.portlet.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), AngularJS for Web Tools (id=org.jboss.tools.jst.angularjs.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Portlet Tools (id=org.jboss.tools.portlet.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), Mylyn Issue Tracker Connectors (id=org.jboss.tools.common.mylyn.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Maven Seam Configurator (id=org.jboss.tools.maven.seam.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Hybrid Mobile Tools + CordovaSim (id=org.jboss.tools.aerogear.easymport.feature.feature.group, org.jboss.tools.aerogear.thym.feature.feature.group, org.jboss.tools.cordovasim.feature.feature.group, org.jboss.tools.browsersim.feature.feature.group, org.jboss.tools.livereload.feature.feature.group, org.jboss.tools.jst.angularjs.feature.feature.group, org.jboss.tools.feedhenry.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...), JBoss Tools Maven Packaging Configurator (id=org.jboss.tools.maven.jbosspackaging.feature.feature.group, org.jboss.ide.eclipse.as.feature.feature.group, site=https://devstudio.redhat.com/10.0/snapshots/builds/jbosstools-discov...)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months