[JBoss JIRA] (TOOLSDOC-700) JBDS 9.1 Beta2: Additional docker functionality
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-700?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-700:
-------------------------------
Description:
Docker (in 9.0.0, adding CDK target and usability improvements):
- [Server Adapter to start/stop/restart/auto-configure the CDK's Vagrant VM|https://issues.jboss.org/browse/JBIDE-20153]
- docker run
- docker build
- docker logs
- run/build as launch configurations so users can rerun
was:
Docker (in 9.0.0, adding CDK target and usability improvements):
- Server Adapter to start/stop/restart/auto-configure the CDK's Vagrant VM
- docker run
- docker build
- docker logs
- run/build as launch configurations so users can rerun
> JBDS 9.1 Beta2: Additional docker functionality
> -----------------------------------------------
>
> Key: TOOLSDOC-700
> URL: https://issues.jboss.org/browse/TOOLSDOC-700
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: General documentation issues
> Affects Versions: 9.1 Beta2
> Reporter: Misha Ali
> Assignee: Misha Ali
> Labels: Docker
>
> Docker (in 9.0.0, adding CDK target and usability improvements):
> - [Server Adapter to start/stop/restart/auto-configure the CDK's Vagrant VM|https://issues.jboss.org/browse/JBIDE-20153]
> - docker run
> - docker build
> - docker logs
> - run/build as launch configurations so users can rerun
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (TOOLSDOC-700) JBDS 9.1 Beta2: Additional docker functionality
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-700?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-700:
-------------------------------
Description:
Docker (in 9.0.0, adding CDK target and usability improvements):
- Server Adapter to start/stop/restart/auto-configure the CDK's Vagrant VM
- docker run
- docker build
- docker logs
- run/build as launch configurations so users can rerun
> JBDS 9.1 Beta2: Additional docker functionality
> -----------------------------------------------
>
> Key: TOOLSDOC-700
> URL: https://issues.jboss.org/browse/TOOLSDOC-700
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: General documentation issues
> Affects Versions: 9.1 Beta2
> Reporter: Misha Ali
> Assignee: Misha Ali
> Labels: Docker
>
> Docker (in 9.0.0, adding CDK target and usability improvements):
> - Server Adapter to start/stop/restart/auto-configure the CDK's Vagrant VM
> - docker run
> - docker build
> - docker logs
> - run/build as launch configurations so users can rerun
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21424) Server adapter editor: IP in host name of a server adapter overview has cut off digit
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21424?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-21424:
-------------------------------------
The problem is in UrlUtils.getHost(String url) :
{code:java}
public static String getHost(String url) {
if (isEmpty(url)) {
return url;
}
int beginIndex = getHostIndex(url);
if (beginIndex == -1) {
beginIndex = 0;
}
int endIndex = url.length() - 1;
if (url.endsWith("/")) {
endIndex -= 1;
}
return url.substring(beginIndex, endIndex);
}
{code}
It should be _int endIndex = url.length()_
> Server adapter editor: IP in host name of a server adapter overview has cut off digit
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-21424
> URL: https://issues.jboss.org/browse/JBIDE-21424
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Labels: openshift_v3, server_adapter_editor
> Fix For: 4.3.1.Beta2
>
>
> In a server adapter overview there is a text widget for a host name, where IP address of a service is filled in. Problem is that the IP address is missing last digit. See following screenshot.
> First one contains IP address listed in service details:
> !service_details.png!
> and second one show host name (IP) in a server adapter overview:
> !service_adapter_overview.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21424) Server adapter editor: IP in host name of a server adapter overview has cut off digit
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21424?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-21424:
-------------------------------------
Indeed
!http://content.screencast.com/users/fbricon/folders/Jing/media/ee802179-78de-48eb-ae59-dece619a2579/00000275.png|width=800!
> Server adapter editor: IP in host name of a server adapter overview has cut off digit
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-21424
> URL: https://issues.jboss.org/browse/JBIDE-21424
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Labels: openshift_v3, server_adapter_editor
> Fix For: 4.3.1.Beta2
>
>
> In a server adapter overview there is a text widget for a host name, where IP address of a service is filled in. Problem is that the IP address is missing last digit. See following screenshot.
> First one contains IP address listed in service details:
> !service_details.png!
> and second one show host name (IP) in a server adapter overview:
> !service_adapter_overview.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21431) [OpenShift Explorer] Occasionally, ConnectionNotFoundExceptions are thrown
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21431?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-21431:
--------------------------------
Workaround Description: Refresh the openshift connection
Workaround: Workaround Exists
> [OpenShift Explorer] Occasionally, ConnectionNotFoundExceptions are thrown
> --------------------------------------------------------------------------
>
> Key: JBIDE-21431
> URL: https://issues.jboss.org/browse/JBIDE-21431
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Priority: Critical
> Fix For: 4.3.1.Beta2
>
>
> Occasionally, I haven't found a pattern yet, an exception is thrown when trying to access some of the resources in the openshift explorer. Simply click on a resource and boom :
> {noformat}
> org.jboss.tools.openshift.core.connection.ConnectionNotFoundException: Unable to find the connection for a Project named tac
> at org.jboss.tools.openshift.core.connection.ConnectionsRegistryUtil.getConnectionFor(ConnectionsRegistryUtil.java:41)
> at org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:71)
> at org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:66)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:187)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21431) [OpenShift Explorer] Occasionally, ConnectionNotFoundExceptions are thrown
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21431?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-21431:
--------------------------------
Fix Version/s: 4.3.1.Beta2
> [OpenShift Explorer] Occasionally, ConnectionNotFoundExceptions are thrown
> --------------------------------------------------------------------------
>
> Key: JBIDE-21431
> URL: https://issues.jboss.org/browse/JBIDE-21431
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Priority: Critical
> Fix For: 4.3.1.Beta2
>
>
> Occasionally, I haven't found a pattern yet, an exception is thrown when trying to access some of the resources in the openshift explorer. Simply click on a resource and boom :
> {noformat}
> org.jboss.tools.openshift.core.connection.ConnectionNotFoundException: Unable to find the connection for a Project named tac
> at org.jboss.tools.openshift.core.connection.ConnectionsRegistryUtil.getConnectionFor(ConnectionsRegistryUtil.java:41)
> at org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:71)
> at org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:66)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:187)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21431) [OpenShift Explorer] Occasionally, ConnectionNotFoundExceptions are thrown
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-21431:
-----------------------------------
Summary: [OpenShift Explorer] Occasionally, ConnectionNotFoundExceptions are thrown
Key: JBIDE-21431
URL: https://issues.jboss.org/browse/JBIDE-21431
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Fred Bricon
Occasionally, I haven't found a pattern yet, an exception is thrown when trying to access some of the resources in the openshift explorer. Simply click on a resource and boom :
{noformat}
org.jboss.tools.openshift.core.connection.ConnectionNotFoundException: Unable to find the connection for a Project named tac
at org.jboss.tools.openshift.core.connection.ConnectionsRegistryUtil.getConnectionFor(ConnectionsRegistryUtil.java:41)
at org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:71)
at org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:66)
at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:187)
at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21431) [OpenShift Explorer] Occasionally, ConnectionNotFoundExceptions are thrown
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21431?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-21431:
--------------------------------
Priority: Critical (was: Major)
> [OpenShift Explorer] Occasionally, ConnectionNotFoundExceptions are thrown
> --------------------------------------------------------------------------
>
> Key: JBIDE-21431
> URL: https://issues.jboss.org/browse/JBIDE-21431
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Priority: Critical
> Fix For: 4.3.1.Beta2
>
>
> Occasionally, I haven't found a pattern yet, an exception is thrown when trying to access some of the resources in the openshift explorer. Simply click on a resource and boom :
> {noformat}
> org.jboss.tools.openshift.core.connection.ConnectionNotFoundException: Unable to find the connection for a Project named tac
> at org.jboss.tools.openshift.core.connection.ConnectionsRegistryUtil.getConnectionFor(ConnectionsRegistryUtil.java:41)
> at org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:71)
> at org.jboss.tools.openshift.internal.core.WatchManager.startWatch(WatchManager.java:66)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:187)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months