[JBoss JIRA] (JBIDE-22709) Application Wizard: Prompt to create a new project if there is none is not shown
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22709?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-22709.
---------------------------------
Verified in devstudio 10.0.1.AM2 AM2-v20160720-1632-B5674.
> Application Wizard: Prompt to create a new project if there is none is not shown
> --------------------------------------------------------------------------------
>
> Key: JBIDE-22709
> URL: https://issues.jboss.org/browse/JBIDE-22709
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.AM2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.1.AM2
>
>
> When I have an OpenShift 3 connection without any projects on it, there was a prompt to create a new project (New Project dialog has been opened upon opening of New OpenShift Application wizard). Now when I open a New OpenShift Application Wizard on a connection without any project there is no prompt to create it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22651) No favicons for credentials domains on Mac or Windows
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22651?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22651:
------------------------------------
[~jeffmaury] I don't understand your comment. If this is fixed, there's nothing blocking us from doing an AM2 release... especially now that Jenkins is working again w/ the new load balancer / DNS.
> No favicons for credentials domains on Mac or Windows
> -----------------------------------------------------
>
> Key: JBIDE-22651
> URL: https://issues.jboss.org/browse/JBIDE-22651
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.4.0.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.4.1.AM2
>
>
> Supposedly there should be favicons displayed for our jboss.org and redhat.com domains in the credentials preferences:
> Preferences -> JBoss Tools -> Credentials
> I only noticed this problem after reviewing JBIDE-22468 . And [~jkopriva] just showed me on his Linux box that he has the icons there. I don't have any icons on Mac or Windows.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22686) Can't push image to docker registry
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22686?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-22686.
---------------------------------
Closed as cannot reproduce.
> Can't push image to docker registry
> -----------------------------------
>
> Key: JBIDE-22686
> URL: https://issues.jboss.org/browse/JBIDE-22686
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, openshift
> Affects Versions: 4.4.0.Final
> Environment: Fedora 23
> Reporter: Dmitry Bocharov
> Assignee: Dmitry Bocharov
> Fix For: 4.4.1.AM2
>
> Attachments: DeployDockerImageToOS.webm, DeployedSuccessfully.webm
>
>
> The screencast of the last steps is attached.
> Properties and settings of the cdk haven't been changed. Everything is dowloaded and installed in a usual way.
> Possibly something is with the dns - maybe it wasn't configured correctly while cdk installation. Because we to push to the valid url, while OS connection only an IP in its settings.
> _exception:_
> org.eclipse.linuxtools.docker.core.DockerException: com.spotify.docker.client.DockerException: org.eclipse.linuxtools.docker.core.DockerImagePushFailedException: Image push failed: hub.openshift.rhel-cdk.10.1.2.2.xip.io/sample-project/aloha: unable to ping registry endpoint https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v0/
> v2 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v2/: dial tcp 10.1.2.2:443: connection refused
> v1 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v1/_ping: dial tcp 10.1.2.2:443: connection refused
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.pushImage(DockerConnection.java:1047)
> at org.jboss.tools.openshift.internal.ui.dockerutils.PushImageToRegistryJob.doRun(PushImageToRegistryJob.java:67)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.spotify.docker.client.DockerException: org.eclipse.linuxtools.docker.core.DockerImagePushFailedException: Image push failed: hub.openshift.rhel-cdk.10.1.2.2.xip.io/sample-project/aloha: unable to ping registry endpoint https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v0/
> v2 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v2/: dial tcp 10.1.2.2:443: connection refused
> v1 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v1/_ping: dial tcp 10.1.2.2:443: connection refused
> at org.eclipse.linuxtools.internal.docker.core.DockerProgressHandler.progress(DockerProgressHandler.java:42)
> at com.spotify.docker.client.ProgressStream.tail(ProgressStream.java:74)
> at com.spotify.docker.client.DefaultDockerClient.push(DefaultDockerClient.java:821)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.pushImage(DockerConnection.java:1043)
> ... 3 more
> Caused by: org.eclipse.linuxtools.docker.core.DockerImagePushFailedException: Image push failed: hub.openshift.rhel-cdk.10.1.2.2.xip.io/sample-project/aloha: unable to ping registry endpoint https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v0/
> v2 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v2/: dial tcp 10.1.2.2:443: connection refused
> v1 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v1/_ping: dial tcp 10.1.2.2:443: connection refused
> at org.eclipse.linuxtools.internal.docker.ui.views.ImagePushProgressHandler.processMessage(ImagePushProgressHandler.java:49)
> at org.eclipse.linuxtools.internal.docker.core.DockerProgressHandler.progress(DockerProgressHandler.java:40)
> ... 6 more
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22632) Spurious message due to incorrect I18N
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22632?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-22632.
---------------------------------
Verified in devstudio 10.0.1.AM2 AM2-v20160720-1632-B5674.
> Spurious message due to incorrect I18N
> --------------------------------------
>
> Key: JBIDE-22632
> URL: https://issues.jboss.org/browse/JBIDE-22632
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Priority: Minor
> Fix For: 4.4.1.AM2
>
>
> When JBossTools Openshift is starting, a spurious message is written in the Eclipse log:{{
> Warning: NLS missing message: ProjectDeletionDialogTitle in: org.jboss.tools.openshift.internal.ui.OpenShiftUIMessages}}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months