[JBoss JIRA] (JBIDE-21871) Weird message in error log when connecting to cdk openshift - Unauthorized
by Martin Malina (JIRA)
Martin Malina created JBIDE-21871:
-------------------------------------
Summary: Weird message in error log when connecting to cdk openshift - Unauthorized
Key: JBIDE-21871
URL: https://issues.jboss.org/browse/JBIDE-21871
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Martin Malina
Everytime I start cdk and then want to connect to the openshift instance in OpenShift Explorer view, I get this info message in Error Log:
Unauthorized. Trying to reauthenticate
All the time I was thinking that the connection is actually not working, but then I tried to create a project and it worked.
I can see a few issues here:
1. Why is this info message displayed even though the connection is actually established? It's confusing.
2. There is no clear indication if a connection is established or not - could we do something about it? If there is an existing project, then you can see it. But currently there is none for the openshift-dev user by default. What makes is worse is the fact that once you start cdk, there is a little arrow next to the openshift connection as if you could expand it. When you do that, it will expand 1 line with "Loading.." and then it will suddenly disappear, so it really looks like something is wrong.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3600) include AERI in JBDS 10
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3600?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-3600:
-------------------------------------------
the serverUrl is fine to use if you need to use it for testing the setup which is what was being discussed *before* we added "org.eclipse.epp.logging.aeri.ide.servers" to our usage plugin in 4.3.x: https://github.com/jbosstools/jbosstools-base/blob/jbosstools-4.3.x/usage...
This needs being back ported from 4.3.x.
> include AERI in JBDS 10
> -----------------------
>
> Key: JBDS-3600
> URL: https://issues.jboss.org/browse/JBDS-3600
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: aeri, build, target-platform
> Affects Versions: 10.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 10.0.0.Alpha1
>
> Attachments: aeri-in-jbds10.png, error-prefs-jbds.png, error-prefs-jbt.png, error-reporting.png
>
>
> Include required bundles for AERI in JBDS. Details TBD.
> Maybe need these?
> {code}
> org.eclipse.epp.logging.aeri.feature_1.0.1.v20150913-0716
> org.eclipse.epp.logging.aeri.ide_1.0.1.v20150913-0657.jar
> org.eclipse.epp.logging.aeri.ui_1.0.1.v20150913-0716.jar
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3566) include AERI in JBDS 9.1
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3566?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-3566:
-------------------------------------------
if it is not showing up in JBDS builds then we must be bundling old version of aeri or jboss tools usage that don't include the aeri extension point.
Thus:
a) check the version of aeri is correct (what is in Mars.2)
b) check that the org.jboss.tools.usage plugin plugin.xml has the aeri extension point listed.
> include AERI in JBDS 9.1
> ------------------------
>
> Key: JBDS-3566
> URL: https://issues.jboss.org/browse/JBDS-3566
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: aeri, build, target-platform
> Affects Versions: 9.1.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Attachments: aeri-in-jbds91.png, error-prefs-jbds.png, error-prefs-jbt.png, error-reporting.png
>
>
> Include required bundles for AERI in JBDS. Details TBD.
> Maybe need these?
> {code}
> org.eclipse.epp.logging.aeri.feature_1.0.1.v20150913-0716
> org.eclipse.epp.logging.aeri.ide_1.0.1.v20150913-0657.jar
> org.eclipse.epp.logging.aeri.ui_1.0.1.v20150913-0716.jar
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3671) sshd needs to be installed and started
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3671?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3671:
-------------------------------------
We seems cannot get rid of cygwin. Mingw based ssh doesn't work with latest Vagrant, some ssh/rsync options incompatibility. I discovered that when was testing vagrant detection in installer.
> sshd needs to be installed and started
> --------------------------------------
>
> Key: JBDS-3671
> URL: https://issues.jboss.org/browse/JBDS-3671
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: installer
> Reporter: Hardy Ferentschik
> Labels: havoc
> Fix For: 9.1.0.CR1
>
>
> As parts of the Docker story we need to be able to mount the users home directory into the VM (as docker-machine does as well). Only this way the user can then use Docker mounts to mount for example project directories into a Docker container.
> docker-machine uses the vbguest additions for that, but we still need to determine whether this is possible for us due to potential licensing issues.
> An alternative approach is to use [sshfs|https://github.com/dustymabe/vagrant-sshfs/] and use ssh to mount the user's home directory into the VM. sshfs, however, requires a running sshd on the host. On Windows I am aware of two ways of doing that
> * Cygwin - http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cyg...
> * Win32-OpenSSH - https://github.com/PowerShell/Win32-OpenSSH
> I think the Windows ssh port would be the preferred solution, however, when testing it, the connection failed when using sshfs. I was able to simple ssh from the guest (CDK) to the host (Windows), but when using sshfs the connection would just abort. More investigation is required for using vagrant-sshfs with Win32-OpenSSH. It might just be that the Windows port is not fully functional which would leave use with the cygwin approach.
> Bottom line, if we want to use the sshfs approach as an alternative for vbguest additions, we need to get sshd installed one way or the other.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3671) sshd needs to be installed and started
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3671?page=com.atlassian.jira.plugin.... ]
Denis Golovin edited comment on JBDS-3671 at 3/15/16 12:22 PM:
---------------------------------------------------------------
We seem cannot get rid of cygwin. Mingw based ssh doesn't work with latest Vagrant, some ssh/rsync options incompatibility. I discovered that when was testing vagrant detection in installer.
was (Author: dgolovin):
We seems cannot get rid of cygwin. Mingw based ssh doesn't work with latest Vagrant, some ssh/rsync options incompatibility. I discovered that when was testing vagrant detection in installer.
> sshd needs to be installed and started
> --------------------------------------
>
> Key: JBDS-3671
> URL: https://issues.jboss.org/browse/JBDS-3671
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: installer
> Reporter: Hardy Ferentschik
> Labels: havoc
> Fix For: 9.1.0.CR1
>
>
> As parts of the Docker story we need to be able to mount the users home directory into the VM (as docker-machine does as well). Only this way the user can then use Docker mounts to mount for example project directories into a Docker container.
> docker-machine uses the vbguest additions for that, but we still need to determine whether this is possible for us due to potential licensing issues.
> An alternative approach is to use [sshfs|https://github.com/dustymabe/vagrant-sshfs/] and use ssh to mount the user's home directory into the VM. sshfs, however, requires a running sshd on the host. On Windows I am aware of two ways of doing that
> * Cygwin - http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cyg...
> * Win32-OpenSSH - https://github.com/PowerShell/Win32-OpenSSH
> I think the Windows ssh port would be the preferred solution, however, when testing it, the connection failed when using sshfs. I was able to simple ssh from the guest (CDK) to the host (Windows), but when using sshfs the connection would just abort. More investigation is required for using vagrant-sshfs with Win32-OpenSSH. It might just be that the Windows port is not fully functional which would leave use with the cygwin approach.
> Bottom line, if we want to use the sshfs approach as an alternative for vbguest additions, we need to get sshd installed one way or the other.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21386) Create and use Neon M5 target platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21386?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-21386 at 3/15/16 12:02 PM:
--------------------------------------------------------------
Installation via composite site install test is failing due to wrong version of o.e.osgi plugin...
{code}
[p2.dir] Software being installed: Eclipse e4 Rich Client Platform 1.5.0.v20151209-1900 (org.eclipse.e4.rcp.feature.group 1.5.0.v20151209-1900)
[p2.dir] Software being installed: OSGi System Bundle 3.11.0.v20160121-2005 (org.eclipse.osgi 3.11.0.v20160121-2005)
[p2.dir] Only one of the following can be installed at once:
[p2.dir] OSGi System Bundle 3.11.0.v20160121-2005 (org.eclipse.osgi 3.11.0.v20160121-2005)
[p2.dir] OSGi System Bundle 3.10.200.v20151207-2221 (org.eclipse.osgi 3.10.200.v20151207-2221)
[p2.dir] Cannot satisfy dependency:
[p2.dir] From: Eclipse e4 Rich Client Platform 1.5.0.v20151209-1900 (org.eclipse.e4.rcp.feature.group 1.5.0.v20151209-1900)
[p2.dir] To: org.eclipse.osgi [3.10.200.v20151207-2221]
{code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
So here's a fix with some bonus cleanup/sync of comments across JBT/JBDS TPs:
https://github.com/jbosstools/jbosstools-target-platforms/pull/198/files#...
was (Author: nickboldt):
Installation via composite site install test is failing due to wrong version of o.e.osgi plugin, so here's a fix with some bonus cleanup/sync of comments across JBT/JBDS TPs:
https://github.com/jbosstools/jbosstools-target-platforms/pull/198/files#...
> Create and use Neon M5 target platform
> --------------------------------------
>
> Key: JBIDE-21386
> URL: https://issues.jboss.org/browse/JBIDE-21386
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform, upstream
> Affects Versions: 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.4.0.Alpha1
>
> Attachments: jbds-tp-p2diff-460-summary.txt, jbds-tp-p2diff-460.txt, jbt-tp-p2diff-460-summary.txt, jbt-tp-p2diff-460.txt, jbtcentral-p2diff_460.txt, p2diff.JBIDE-21386.summary.txt, p2diff.JBIDE-21386.txt
>
>
> Prepare TP to use Neon M5 bits. Cloned from JBIDE-20976 so I can start a fresh issue.
> https://wiki.eclipse.org/index.php?title=Neon/Simultaneous_Release_Plan#S...
> Story points: 21 (fibonacci)
> * jbt tp,
> * jbds tp,
> * central tp;
> * jbt-build-sites,
> * jbds site build;
> * update install/matrix jobs to use new Eclipse JEE/platform binary;
> * mailing list announcements
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21386) Create and use Neon M5 target platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21386?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-21386:
------------------------------------
Installation via composite site install test is failing due to wrong version of o.e.osgi plugin, so here's a fix with some bonus cleanup/sync of comments across JBT/JBDS TPs:
https://github.com/jbosstools/jbosstools-target-platforms/pull/198/files#...
> Create and use Neon M5 target platform
> --------------------------------------
>
> Key: JBIDE-21386
> URL: https://issues.jboss.org/browse/JBIDE-21386
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform, upstream
> Affects Versions: 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.4.0.Alpha1
>
> Attachments: jbds-tp-p2diff-460-summary.txt, jbds-tp-p2diff-460.txt, jbt-tp-p2diff-460-summary.txt, jbt-tp-p2diff-460.txt, jbtcentral-p2diff_460.txt, p2diff.JBIDE-21386.summary.txt, p2diff.JBIDE-21386.txt
>
>
> Prepare TP to use Neon M5 bits. Cloned from JBIDE-20976 so I can start a fresh issue.
> https://wiki.eclipse.org/index.php?title=Neon/Simultaneous_Release_Plan#S...
> Story points: 21 (fibonacci)
> * jbt tp,
> * jbds tp,
> * central tp;
> * jbt-build-sites,
> * jbds site build;
> * update install/matrix jobs to use new Eclipse JEE/platform binary;
> * mailing list announcements
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years