[JBoss JIRA] (JBIDE-25864) JMX Navigator does not show Local Processes
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25864?page=com.atlassian.jira.plugi... ]
Rob Stryker reassigned JBIDE-25864:
-----------------------------------
Assignee: Rob Stryker
> JMX Navigator does not show Local Processes
> -------------------------------------------
>
> Key: JBIDE-25864
> URL: https://issues.jboss.org/browse/JBIDE-25864
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.5.3.AM3
> Environment: DevStudio 11.3.0.AM3
> Reporter: Tomáš Sedmík
> Assignee: Rob Stryker
> Priority: Critical
> Attachments: local-procceses.png
>
>
> _Local Processes_ in JMX Navigator are empty no matter what. There is no error in _Error Log_.
> For Example:
> If I create a New Fuse Integration Project and run it as Local Camel Context, I should be able to access the running process via JMX Navigator. Unfortunately, the process is not listed under _Local Processes_.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-13936) Server Adapter: Support deployment on multiple applications (eg: test vs prod)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13936?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-13936.
--------------------------------------
Assignee: Andre Dietisheim
Resolution: Won't Fix
Resolving all OpenShift 2 issues since support for OpenShift 2 faded out.
> Server Adapter: Support deployment on multiple applications (eg: test vs prod)
> -------------------------------------------------------------------------------
>
> Key: JBIDE-13936
> URL: https://issues.jboss.org/browse/JBIDE-13936
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Alpha2
> Reporter: Xavier Coulon
> Assignee: Andre Dietisheim
> Labels: openshift_v2, server_adapter
> Fix For: 4.5.3.Final
>
>
> could we support multiple platforms and have a workflow of the following kind:
> 1 - user deploys to a 'test' platform/application
> 2 - user tests/check it's all good
> 3 - if so, he can deploy on the 'production' platform/application
> This would mean, for example, having 2 server adapters and being able to support 2 'git remotes'
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-13936) Server Adapter: Support deployment on multiple applications (eg: test vs prod)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13936?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13936:
-------------------------------------
Labels: openshift_v2 server_adapter (was: server_adapter)
> Server Adapter: Support deployment on multiple applications (eg: test vs prod)
> -------------------------------------------------------------------------------
>
> Key: JBIDE-13936
> URL: https://issues.jboss.org/browse/JBIDE-13936
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Alpha2
> Reporter: Xavier Coulon
> Labels: openshift_v2, server_adapter
> Fix For: 4.5.3.Final
>
>
> could we support multiple platforms and have a workflow of the following kind:
> 1 - user deploys to a 'test' platform/application
> 2 - user tests/check it's all good
> 3 - if so, he can deploy on the 'production' platform/application
> This would mean, for example, having 2 server adapters and being able to support 2 'git remotes'
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-13303) errors in error log when navigating openshift explorer and no connection setup
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13303?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-13303.
--------------------------------------
Assignee: Andre Dietisheim
Resolution: Won't Fix
Resolving all OpenShift 2 issues since support for OpenShift 2 faded out.
> errors in error log when navigating openshift explorer and no connection setup
> ------------------------------------------------------------------------------
>
> Key: JBIDE-13303
> URL: https://issues.jboss.org/browse/JBIDE-13303
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Max Rydahl Andersen
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: connection_wizard, openshift_v2
> Fix For: 4.5.3.Final
>
>
> Open openshift explorer with properties view and no connection open and no network attached.
> com.openshift.client.OpenShiftEndpointException: Could not request /api: java.net.UnknownHostException: openshift.redhat.com
> at com.openshift.internal.client.RestService.request(RestService.java:103)
> at com.openshift.internal.client.RestService.request(RestService.java:91)
> at com.openshift.internal.client.RestService.request(RestService.java:72)
> at com.openshift.internal.client.AbstractOpenShiftConnectionFactory.getConnection(AbstractOpenShiftConnectionFactory.java:34)
> at com.openshift.client.OpenShiftConnectionFactory.getConnection(OpenShiftConnectionFactory.java:135)
> at com.openshift.client.OpenShiftConnectionFactory.getConnection(OpenShiftConnectionFactory.java:104)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.createUser(Connection.java:219)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.connect(Connection.java:199)
> at org.jboss.tools.openshift.express.internal.ui.property.UserPropertySource$1.run(UserPropertySource.java:112)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: java.net.UnknownHostException: openshift.redhat.com
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:194)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:99)
> at com.openshift.internal.client.RestService.request(RestService.java:139)
> at com.openshift.internal.client.RestService.request(RestService.java:97)
> ... 9 more
> Caused by: java.net.UnknownHostException: openshift.redhat.com
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> ... 12 more
> Caused by: java.net.UnknownHostException: openshift.redhat.com
> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
> at java.net.Socket.connect(Socket.java:529)
> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:570)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
> at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:272)
> at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:329)
> at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:172)
> at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:911)
> at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:158)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1172)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:94)
> ... 11 more
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-25864) JMX Navigator does not show Local Processes
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25864?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-25864:
-------------------------------------
!ENTRY org.jboss.tools.jmx.jvmmonitor.tools 4 0 2018-03-28 15:42:15.796
!MESSAGE Update timer canceled.
!STACK 0
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)
> JMX Navigator does not show Local Processes
> -------------------------------------------
>
> Key: JBIDE-25864
> URL: https://issues.jboss.org/browse/JBIDE-25864
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.5.3.AM3
> Environment: DevStudio 11.3.0.AM3
> Reporter: Tomáš Sedmík
> Priority: Critical
> Attachments: local-procceses.png
>
>
> _Local Processes_ in JMX Navigator are empty no matter what. There is no error in _Error Log_.
> For Example:
> If I create a New Fuse Integration Project and run it as Local Camel Context, I should be able to access the running process via JMX Navigator. Unfortunately, the process is not listed under _Local Processes_.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-13303) errors in error log when navigating openshift explorer and no connection setup
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13303?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13303:
-------------------------------------
Fix Version/s: 4.5.3.Final
(was: LATER)
> errors in error log when navigating openshift explorer and no connection setup
> ------------------------------------------------------------------------------
>
> Key: JBIDE-13303
> URL: https://issues.jboss.org/browse/JBIDE-13303
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Max Rydahl Andersen
> Priority: Minor
> Labels: connection_wizard, openshift_v2
> Fix For: 4.5.3.Final
>
>
> Open openshift explorer with properties view and no connection open and no network attached.
> com.openshift.client.OpenShiftEndpointException: Could not request /api: java.net.UnknownHostException: openshift.redhat.com
> at com.openshift.internal.client.RestService.request(RestService.java:103)
> at com.openshift.internal.client.RestService.request(RestService.java:91)
> at com.openshift.internal.client.RestService.request(RestService.java:72)
> at com.openshift.internal.client.AbstractOpenShiftConnectionFactory.getConnection(AbstractOpenShiftConnectionFactory.java:34)
> at com.openshift.client.OpenShiftConnectionFactory.getConnection(OpenShiftConnectionFactory.java:135)
> at com.openshift.client.OpenShiftConnectionFactory.getConnection(OpenShiftConnectionFactory.java:104)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.createUser(Connection.java:219)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.connect(Connection.java:199)
> at org.jboss.tools.openshift.express.internal.ui.property.UserPropertySource$1.run(UserPropertySource.java:112)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: java.net.UnknownHostException: openshift.redhat.com
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:194)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:99)
> at com.openshift.internal.client.RestService.request(RestService.java:139)
> at com.openshift.internal.client.RestService.request(RestService.java:97)
> ... 9 more
> Caused by: java.net.UnknownHostException: openshift.redhat.com
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> ... 12 more
> Caused by: java.net.UnknownHostException: openshift.redhat.com
> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
> at java.net.Socket.connect(Socket.java:529)
> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:570)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
> at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:272)
> at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:329)
> at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:172)
> at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:911)
> at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:158)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1172)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:94)
> ... 11 more
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-13303) errors in error log when navigating openshift explorer and no connection setup
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13303?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13303:
-------------------------------------
Labels: connection_wizard openshift_v2 (was: connection_wizard)
> errors in error log when navigating openshift explorer and no connection setup
> ------------------------------------------------------------------------------
>
> Key: JBIDE-13303
> URL: https://issues.jboss.org/browse/JBIDE-13303
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Max Rydahl Andersen
> Priority: Minor
> Labels: connection_wizard, openshift_v2
> Fix For: 4.5.3.Final
>
>
> Open openshift explorer with properties view and no connection open and no network attached.
> com.openshift.client.OpenShiftEndpointException: Could not request /api: java.net.UnknownHostException: openshift.redhat.com
> at com.openshift.internal.client.RestService.request(RestService.java:103)
> at com.openshift.internal.client.RestService.request(RestService.java:91)
> at com.openshift.internal.client.RestService.request(RestService.java:72)
> at com.openshift.internal.client.AbstractOpenShiftConnectionFactory.getConnection(AbstractOpenShiftConnectionFactory.java:34)
> at com.openshift.client.OpenShiftConnectionFactory.getConnection(OpenShiftConnectionFactory.java:135)
> at com.openshift.client.OpenShiftConnectionFactory.getConnection(OpenShiftConnectionFactory.java:104)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.createUser(Connection.java:219)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.connect(Connection.java:199)
> at org.jboss.tools.openshift.express.internal.ui.property.UserPropertySource$1.run(UserPropertySource.java:112)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: java.net.UnknownHostException: openshift.redhat.com
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:194)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:99)
> at com.openshift.internal.client.RestService.request(RestService.java:139)
> at com.openshift.internal.client.RestService.request(RestService.java:97)
> ... 9 more
> Caused by: java.net.UnknownHostException: openshift.redhat.com
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> ... 12 more
> Caused by: java.net.UnknownHostException: openshift.redhat.com
> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
> at java.net.Socket.connect(Socket.java:529)
> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:570)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
> at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:272)
> at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:329)
> at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:172)
> at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:911)
> at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:158)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1172)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:94)
> ... 11 more
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-13193) Allow git operations over https instead of ssh
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13193?page=com.atlassian.jira.plugi... ]
Andre Dietisheim closed JBIDE-13193.
------------------------------------
> Allow git operations over https instead of ssh
> ----------------------------------------------
>
> Key: JBIDE-13193
> URL: https://issues.jboss.org/browse/JBIDE-13193
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Xavier Coulon
> Assignee: Andre Dietisheim
> Labels: openshift_v2
> Fix For: 4.5.3.Final
>
>
> If the user has some required proxy settings, he may need to tweek his git global config to be able run clone/push/pull git operations.
> Furthermore, in some corporate environments, proxies may not allow for ssh usage .
> The OpenShift tooling could offer an alternative by switching to https instead of ssh protocol, provided that openshift.com itself supports the former one.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-13193) Allow git operations over https instead of ssh
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13193?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-13193.
--------------------------------------
Assignee: Andre Dietisheim
Resolution: Won't Fix
Resolving all OpenShift 2 issues since support for OpenShift 2 faded out.
> Allow git operations over https instead of ssh
> ----------------------------------------------
>
> Key: JBIDE-13193
> URL: https://issues.jboss.org/browse/JBIDE-13193
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Xavier Coulon
> Assignee: Andre Dietisheim
> Labels: openshift_v2
> Fix For: 4.5.3.Final
>
>
> If the user has some required proxy settings, he may need to tweek his git global config to be able run clone/push/pull git operations.
> Furthermore, in some corporate environments, proxies may not allow for ssh usage .
> The OpenShift tooling could offer an alternative by switching to https instead of ssh protocol, provided that openshift.com itself supports the former one.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-13193) Allow git operations over https instead of ssh
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13193?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13193:
-------------------------------------
Fix Version/s: 4.5.3.Final
> Allow git operations over https instead of ssh
> ----------------------------------------------
>
> Key: JBIDE-13193
> URL: https://issues.jboss.org/browse/JBIDE-13193
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Xavier Coulon
> Labels: openshift_v2
> Fix For: 4.5.3.Final
>
>
> If the user has some required proxy settings, he may need to tweek his git global config to be able run clone/push/pull git operations.
> Furthermore, in some corporate environments, proxies may not allow for ssh usage .
> The OpenShift tooling could offer an alternative by switching to https instead of ssh protocol, provided that openshift.com itself supports the former one.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months