[jbosstools-issues] [JBoss JIRA] (JBIDE-21313) No web console URL for connection, project and resources
Fred Bricon (JIRA)
issues at jboss.org
Mon Dec 14 08:38:00 EST 2015
[ https://issues.jboss.org/browse/JBIDE-21313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13140791#comment-13140791 ]
Fred Bricon commented on JBIDE-21313:
-------------------------------------
This is a regression caused by https://github.com/jbosstools/jbosstools-openshift/commit/740300f67d65f26a1d0d5f4776c25208b043bed8#diff-6567f7e23a24fc10bdeda424c7c7e76dR52
{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)
More information about the jbosstools-issues
mailing list