[JBoss JIRA] (JBIDE-22177) Docker Image host is missing from Deployment Config when deploying from a private registry
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22177?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-22177:
---------------------------------------
Added logic similar to 'oc new-app'. Deploying an image does the following.
# Search the current project for a matching ImageStream.
# Search the 'openshift' project for a matching ImageStream
# If neither of the previous steps matches, create a new ImageStream if the cluster determines it can pull the image.
# Warn the user if the Image does not match an ImageStream or is visible by the cluster.
ImageStream is matched if the IS.dockerImageRegistry username/name matches the username/name of the image being deployed.
The image is 'visible' if the cluster is capable of a successful ImageStreamImport
> Docker Image host is missing from Deployment Config when deploying from a private registry
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-22177
> URL: https://issues.jboss.org/browse/JBIDE-22177
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Jeff Cantrill
> Fix For: 4.4.0.Alpha2
>
>
> If you deploy a docker image from myregistry:5000/example/myimage, the deployment config is generated with only example/myimage, so can't find the image to deploy
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22307) XML validation exclude group accidentally not working
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22307?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-22307:
----------------------------------
Component/s: jsp/jsf/xml/html-source-editing
upstream
> XML validation exclude group accidentally not working
> -----------------------------------------------------
>
> Key: JBIDE-22307
> URL: https://issues.jboss.org/browse/JBIDE-22307
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html-source-editing, upstream
> Environment: Eclipse Mars.2
> Reporter: Leonid Rozenblyum
>
> The problem started to occur after recent JBoss Tools update:
> Windows -> Preferences -> Validation -> XML,
> Add a directory to exclude group.
> A directory contains a lot of xml files.
> Accidentally after SVN update or anything else the XML files inside the directory become validated and therefor a lot of XML errors are shown in Markers view.
> The problem is not stable to reproduce, however occurs rather often.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22307) XML validation exclude group accidentally not working
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22307?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22307:
------------------------------------
What version of Eclipse? Jboss tools? Svnkit? Subclipse? Java? What OS and version?
Need details! ;)
> XML validation exclude group accidentally not working
> -----------------------------------------------------
>
> Key: JBIDE-22307
> URL: https://issues.jboss.org/browse/JBIDE-22307
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Environment: Eclipse Mars.2
> Reporter: Leonid Rozenblyum
>
> The problem started to occur after recent JBoss Tools update:
> Windows -> Preferences -> Validation -> XML,
> Add a directory to exclude group.
> A directory contains a lot of xml files.
> Accidentally after SVN update or anything else the XML files inside the directory become validated and therefor a lot of XML errors are shown in Markers view.
> The problem is not stable to reproduce, however occurs rather often.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22310) NullPointer when trying to create a new app
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22310?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22310:
--------------------------------
Fix Version/s: 4.4.0.Alpha2
(was: 4.4.0.Alpha3)
> NullPointer when trying to create a new app
> -------------------------------------------
>
> Key: JBIDE-22310
> URL: https://issues.jboss.org/browse/JBIDE-22310
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Fix For: 4.4.0.Alpha2
>
>
> java.lang.NullPointerException
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:128)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:88)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22310) NullPointer when trying to create a new app
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22310?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22310:
--------------------------------
Description:
java.lang.NullPointerException
at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:128)
at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:88)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
was:
java.lang.NullPointerException
at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:128)
at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:88)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Sprint: devex #114 May 2017
> NullPointer when trying to create a new app
> -------------------------------------------
>
> Key: JBIDE-22310
> URL: https://issues.jboss.org/browse/JBIDE-22310
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Fix For: 4.4.0.Alpha2
>
>
> java.lang.NullPointerException
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:128)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:88)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22310) NullPointer when trying to create a new app
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22310?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-22310:
---------------------------------------
During investigation it looks like this is only the case when using the context menu and starting from the project node.
> NullPointer when trying to create a new app
> -------------------------------------------
>
> Key: JBIDE-22310
> URL: https://issues.jboss.org/browse/JBIDE-22310
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Fix For: 4.4.0.Alpha3
>
>
> java.lang.NullPointerException
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:128)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:88)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months