[
https://issues.jboss.org/browse/JBIDE-21313?page=com.atlassian.jira.plugi...
]
Fred Bricon commented on JBIDE-21313:
-------------------------------------
This is a regression caused by
https://github.com/jbosstools/jbosstools-openshift/commit/740300f67d65f26...
{code}
- openInBrowser(HandlerUtil.getActiveShell(event) , url);
+ if (!StringUtils.isEmpty(url)) {
+ MessageDialog.openWarning(HandlerUtil.getActiveShell(event),
+ "No Web Console Url",
+ NLS.bind("Could not determine the url for the web console on {0}",
connection.getHost()));
+ }
{code}
No web console URL for connection, project and resources
--------------------------------------------------------
Key: JBIDE-21313
URL:
https://issues.jboss.org/browse/JBIDE-21313
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Marián Labuda
Attachments: no_web_console_url.png
When trying to open OpenShift 3 connection, project or any resource in web console via
context menu Show In - Web Console, there is following error:
!no_web_console_url.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)