[JBoss JIRA] (JBIDE-25855) as.core should have openshift.core as its friend
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25855?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25855:
------------------------------------------
[~rob.stryker] alternatively one could even argue that StandardFileSystemPublishController shouldn't be internal since it may be extended by 3rd parties, like org.jboss.tools.openshift. Nevertheless, the suggested PR is the least intrusive, workable fix for the warnings that we currently have in org.jboss.tools.openshift.
> as.core should have openshift.core as its friend
> ------------------------------------------------
>
> Key: JBIDE-25855
> URL: https://issues.jboss.org/browse/JBIDE-25855
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Affects Versions: 4.5.2.AM3
> Reporter: Andre Dietisheim
> Fix For: 4.5.3.Final
>
>
> The server adapters in org.jboss.tools.openshift.core extends the StandardFileSystemPublishController in org.jboss.ide.eclipse.as.core. The latter should therefore have the former as its friend in MANIFEST to fix warnings.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25855) as.core should have openshift.core as its friend
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-25855:
----------------------------------------
Summary: as.core should have openshift.core as its friend
Key: JBIDE-25855
URL: https://issues.jboss.org/browse/JBIDE-25855
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: server
Affects Versions: 4.5.2.AM3
Reporter: Andre Dietisheim
The server adapters in org.jboss.tools.openshift.core extends the StandardFileSystemPublishController in org.jboss.ide.eclipse.as.core. The latter should therefore have the former as its friend in MANIFEST to fix warnings.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25854) JMX error after start of devstudio: "Update timer canceled."
by Josef Kopriva (JIRA)
Josef Kopriva created JBIDE-25854:
-------------------------------------
Summary: JMX error after start of devstudio: "Update timer canceled."
Key: JBIDE-25854
URL: https://issues.jboss.org/browse/JBIDE-25854
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx
Affects Versions: 4.5.3.AM3
Environment: F28 + Java8 + DevStudio 11.3.0.AM3-v20180322-1027-B2194
Reporter: Josef Kopriva
Assignee: Rob Stryker
{code:java}
eclipse.buildId=11.3.0.AM3-v20180322-1027-B2194
java.version=1.8.0_161
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -data file:/home/jkopriva/devstudio_B2194_4/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
org.jboss.tools.jmx.jvmmonitor.tools
Error
Fri Mar 23 09:53:59 CET 2018
Update timer canceled.
java.lang.ArrayIndexOutOfBoundsException: 0
at org.jboss.tools.common.jdt.debug.JavaUtilities.getMajorMinor(JavaUtilities.java:55)
at org.jboss.tools.common.jdt.debug.JavaUtilities.isJigsawRunning(JavaUtilities.java:33)
at org.jboss.tools.common.jdt.debug.tools.internal.Tools.getToolsLoader(Tools.java:110)
at org.jboss.tools.common.jdt.debug.tools.internal.Tools.reset(Tools.java:101)
at org.jboss.tools.common.jdt.debug.tools.internal.Tools.<init>(Tools.java:69)
at org.jboss.tools.common.jdt.debug.tools.internal.Tools.getInstance(Tools.java:60)
at org.jboss.tools.common.jdt.debug.tools.ToolsCore.getActiveProcessIds(ToolsCore.java:181)
at org.jboss.tools.jmx.jvmmonitor.internal.tools.JvmAttachHandler.updatesActiveJvms(JvmAttachHandler.java:100)
at org.jboss.tools.jmx.jvmmonitor.internal.tools.JvmAttachHandler$1.run(JvmAttachHandler.java:78)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22725) Provided wrong credentials, CDK adapter creates openshift connection with a strange IP
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22725?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-22725.
---------------------------------
I think most importantly this was related to vagrant, hence cdk 2, so it's outdated. I have seen something similar with cdk 3 where cdk didn't start correctly and there was a strange ip address used for the openshift connection (and it didn't work), but it seemed to be an odd one-off failure - I don't know how to reproduce. Closing this issue.
> Provided wrong credentials, CDK adapter creates openshift connection with a strange IP
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-22725
> URL: https://issues.jboss.org/browse/JBIDE-22725
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.4.1.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.3.Final
>
>
> When you start CDK with wrong credentials, service manager will return this strange IP:
> {code}
> # docker env:
> # Copying TLS certificates to /Users/rasp/jbossqa/cdk2.1/cdk2.1.rc5/components/rhel/misc/shared_folder/rhel-ose/.vagrant/machines/default/virtualbox/docker
> # Set the following environment variables to enable access to the docker daemon running inside of the vagrant virtual machine:
> export DOCKER_HOST=tcp://10.0.2.15:2376
> export DOCKER_CERT_PATH=/Users/rasp/jbossqa/cdk2.1/cdk2.1.rc5/components/rhel/misc/shared_folder/rhel-ose/.vagrant/machines/default/virtualbox/docker
> export DOCKER_TLS_VERIFY=1
> export DOCKER_API_VERSION=1.21
> # run following command to configure your shell:
> # eval "$(vagrant service-manager env)"
> {code}
> This has been reported upstream here:
> https://github.com/projectatomic/vagrant-service-manager/issues/299
> Let's use this JIRA to track the upstream issue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25834) CDK Server adapter wizard: correct layout to be more consistent
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25834?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25834 at 3/22/18 5:13 PM:
-------------------------------------------------------------------
[~rob.stryker] lol, on the contrary, you should thank me for helping us to have nice looking UI ;)
was (Author: adietish):
[~rob.stryker] lol, you should thank me for helping us to have nice looking UI ;)
> CDK Server adapter wizard: correct layout to be more consistent
> ---------------------------------------------------------------
>
> Key: JBIDE-25834
> URL: https://issues.jboss.org/browse/JBIDE-25834
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: cdk, openshift
> Affects Versions: 4.5.2.AM3
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Priority: Minor
> Labels: cdk_server_adapter_wizard, ux
> Fix For: 4.5.3.Final
>
> Attachments: image-2018-03-21-14-33-52-603.png
>
>
> * "Browse"-buttons are not aligned to anything else. They should span to the right border of the form
> * All buttons have disparate sizes, there's no consistency
> * "Download and install runtime..." should be starting at the left border of the form, because that's where you're looking at when looking at the form: you start on the left upper corner, look at each line starting on the left and going to the right.
> !image-2018-03-21-14-33-52-603.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25834) CDK Server adapter wizard: correct layout to be more consistent
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25834?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25834:
------------------------------------------
[~rob.stryker] lol, you should thank me for helping us to have nice looking UI ;)
> CDK Server adapter wizard: correct layout to be more consistent
> ---------------------------------------------------------------
>
> Key: JBIDE-25834
> URL: https://issues.jboss.org/browse/JBIDE-25834
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: cdk, openshift
> Affects Versions: 4.5.2.AM3
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Priority: Minor
> Labels: cdk_server_adapter_wizard, ux
> Fix For: 4.5.3.Final
>
> Attachments: image-2018-03-21-14-33-52-603.png
>
>
> * "Browse"-buttons are not aligned to anything else. They should span to the right border of the form
> * All buttons have disparate sizes, there's no consistency
> * "Download and install runtime..." should be starting at the left border of the form, because that's where you're looking at when looking at the form: you start on the left upper corner, look at each line starting on the left and going to the right.
> !image-2018-03-21-14-33-52-603.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months