[JBoss JIRA] (JBIDE-24899) Deploy Docker Image wizard: Image not found
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-24899?page=com.atlassian.jira.plugi... ]
André Dietisheim reassigned JBIDE-24899:
----------------------------------------
Assignee: (was: André Dietisheim)
> Deploy Docker Image wizard: Image not found
> -------------------------------------------
>
> Key: JBIDE-24899
> URL: https://issues.jboss.org/browse/JBIDE-24899
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, docker, openshift
> Affects Versions: 4.5.1.AM1
> Reporter: Josef Kopriva
> Priority: Major
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.14.x
>
> Attachments: image-2017-08-29-09-50-20-927.png
>
>
> Exception in Error log:
> {code:java}
> Failed to inspect image: '172.30.1.1:5000/test/hola:latest'
> com.spotify.docker.client.exceptions.ImageNotFoundException: Image not found: 172.30.1.1:5000/test/hola:latest
> at com.spotify.docker.client.DefaultDockerClient.inspectImage(DefaultDockerClient.java:1330)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImageInfo(DockerConnection.java:896)
> at org.jboss.tools.openshift.internal.ui.wizard.deployimage.DeployImageWizardModel.lookupImageMetadata(DeployImageWizardModel.java:655)
> at org.jboss.tools.openshift.internal.ui.wizard.deployimage.DeployImageWizardModel.initializeContainerInfo(DeployImageWizardModel.java:354)
> at org.jboss.tools.openshift.internal.ui.wizard.deployimage.DeployImagePage$1ImageValidatorJob.run(DeployImagePage.java:154)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> Caused by: com.spotify.docker.client.exceptions.DockerRequestException: Request error: GET https://192.168.42.121:2376/images/172.30.1.1:5000/test/hola:latest/json: 404
> at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2084)
> at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2023)
> at com.spotify.docker.client.DefaultDockerClient.inspectImage(DefaultDockerClient.java:1326)
> ... 5 more
> Caused by: javax.ws.rs.NotFoundException: HTTP 404 Not Found
> at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:1008)
> at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:816)
> at org.glassfish.jersey.client.JerseyInvocation.access$700(JerseyInvocation.java:92)
> at org.glassfish.jersey.client.JerseyInvocation$5.completed(JerseyInvocation.java:773)
> at org.glassfish.jersey.client.ClientRuntime.processResponse(ClientRuntime.java:198)
> at org.glassfish.jersey.client.ClientRuntime.access$300(ClientRuntime.java:79)
> at org.glassfish.jersey.client.ClientRuntime$2.run(ClientRuntime.java:180)
> at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
> at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
> at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
> at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
> at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
> at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:340)
> at org.glassfish.jersey.client.ClientRuntime$3.run(ClientRuntime.java:210)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> eclipse.buildId=11.1.0.AM1-v20170824-1835-B873
> java.version=1.8.0_141
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26807) Add missing templates of the OSes used in CodeReady Studio certification matrix into PSI jenkins
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26807?page=com.atlassian.jira.plugi... ]
Ondrej Dockal commented on JBIDE-26807:
---------------------------------------
Sooo. Two masters, one mac seems to work, though I would like not to share them, I think that masters do not see what's being built on it.
I changed the ssh verification strategy to manual provided key. It is a key from known_hosts file with its encryption alg. used.
> Add missing templates of the OSes used in CodeReady Studio certification matrix into PSI jenkins
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26807
> URL: https://issues.jboss.org/browse/JBIDE-26807
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: integration-tests, qa
> Affects Versions: 4.13.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Josef Kopriva
> Priority: Major
> Labels: jenkins
> Fix For: 4.14.0.AM1
>
>
> Add missing jenkins cloud templates into new PSI jenkins with proper flavors and label (medium, x64, jbds, etc). OSes missing:
> * fedora 29, 30
> * static macs: bigmek, domek, zamek, dev-platform-mac1, dev-platform-mac2
> * ubuntu 19.04, 18.04
> Update ci.nested.virt flavors
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26947) CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26947?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26947:
------------------------------------
Description:
When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
h3. See the Project Facets with the CDI 1.2 settings (window accessible during creating new CDI Web Project):
* !Project Facets with CDI 1.2 settings.png|thumbnail!
h3. See the beans.xml with the CDI 1.1 settings:
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
was:
When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
See the Project Facets with the CDI 1.2 settings (window accessible during creating new CDI Web Project):
* !Project Facets with CDI 1.2 settings.png|thumbnail!
See the beans.xml with the CDI 1.1 settings:
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
> CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26947
> URL: https://issues.jboss.org/browse/JBIDE-26947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions
> Affects Versions: 4.13.0.Final
> Environment: OS X
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.13.0.Final
>
> Attachments: Project Facets with CDI 1.2 settings.png, beans.xml-gui.png, beans.xml-source.png
>
>
> When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
> h3. See the Project Facets with the CDI 1.2 settings (window accessible during creating new CDI Web Project):
> * !Project Facets with CDI 1.2 settings.png|thumbnail!
> h3. See the beans.xml with the CDI 1.1 settings:
> * beans.xml GUI:
> * !beans.xml-gui.png|thumbnail!
> * beans.xml text source code:
> * !beans.xml-source.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26947) CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26947?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26947:
------------------------------------
Description:
When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
See the Project Facets with the CDI 1.2 settings (window accessible during creating new CDI Web Project):
* !Project Facets with CDI 1.2 settings.png|thumbnail!
See the beans.xml with the CDI 1.1 settings:
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
was:
When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
See the Project Facets with the CDI 1.2 settings:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
See the beans.xml with the CDI 1.1 settings:
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
> CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26947
> URL: https://issues.jboss.org/browse/JBIDE-26947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions
> Affects Versions: 4.13.0.Final
> Environment: OS X
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.13.0.Final
>
> Attachments: Project Facets with CDI 1.2 settings.png, beans.xml-gui.png, beans.xml-source.png
>
>
> When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
> See the Project Facets with the CDI 1.2 settings (window accessible during creating new CDI Web Project):
> * !Project Facets with CDI 1.2 settings.png|thumbnail!
> See the beans.xml with the CDI 1.1 settings:
> * beans.xml GUI:
> * !beans.xml-gui.png|thumbnail!
> * beans.xml text source code:
> * !beans.xml-source.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26947) CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26947?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26947:
------------------------------------
Description:
When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
See the Project Facets with the CDI 1.2 settings:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
See the beans.xml with the CDI 1.1 settings:
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
was:
When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
See the Project Facets with the CDI 1.2 settings:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
See the beans.xml with the CDI 1.1 settings:
* beans.xml GUI: !beans.xml-gui.png|thumbnail!
* beans.xml text source code: !beans.xml-source.png|thumbnail!
> CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26947
> URL: https://issues.jboss.org/browse/JBIDE-26947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions
> Affects Versions: 4.13.0.Final
> Environment: OS X
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.13.0.Final
>
> Attachments: Project Facets with CDI 1.2 settings.png, beans.xml-gui.png, beans.xml-source.png
>
>
> When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
> See the Project Facets with the CDI 1.2 settings:
> * !Project Facets with CDI 1.2 settings.png|thumbnail!
> See the beans.xml with the CDI 1.1 settings:
> * beans.xml GUI:
> * !beans.xml-gui.png|thumbnail!
> * beans.xml text source code:
> * !beans.xml-source.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26947) CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26947?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26947:
------------------------------------
Steps to Reproduce:
h2. 1) Create new CDI Web Project and set the CDI version to 1.2 in the Project Facets settings
* !Project Facets with CDI 1.2 settings.png|thumbnail!
h2. 2) Open the beans.xml and see, that there is set version 1.1 instead of 1.2
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
was:
h2. 1) Create new CDI Web Project and set the CDI version to 1.2 in the Project Facets settings
* Project Facets with the CDI 1.2 set:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
h2. 2) Open the beans.xml and see, that there is set version 1.1 instead of 1.2
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
> CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26947
> URL: https://issues.jboss.org/browse/JBIDE-26947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions
> Affects Versions: 4.13.0.Final
> Environment: OS X
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.13.0.Final
>
> Attachments: Project Facets with CDI 1.2 settings.png, beans.xml-gui.png, beans.xml-source.png
>
>
> When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
> See the Project Facets with the CDI 1.2 settings:
> * !Project Facets with CDI 1.2 settings.png|thumbnail!
> See the beans.xml with the CDI 1.1 settings:
> * beans.xml GUI: !beans.xml-gui.png|thumbnail!
> * beans.xml text source code: !beans.xml-source.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26947) CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26947?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26947:
------------------------------------
Steps to Reproduce:
h2. 1) Create new CDI Web Project and set the CDI to version 1.2 in the Project Facets settings
* Project Facets with the CDI 1.2 set:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
h2. 2) Open the beans.xml and see, that there is set version 1.1 instead of 1.2
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
was:
1) Create new CDI Web Project and set the CDI to version 1.2 in the Project Facets settings
* Project Facets with the CDI 1.2 set:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
2) Open the beans.xml and see, that there is set version 1.1 instead of 1.2
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
> CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26947
> URL: https://issues.jboss.org/browse/JBIDE-26947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions
> Affects Versions: 4.13.0.Final
> Environment: OS X
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.13.0.Final
>
> Attachments: Project Facets with CDI 1.2 settings.png, beans.xml-gui.png, beans.xml-source.png
>
>
> When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
> See the Project Facets with the CDI 1.2 settings:
> * !Project Facets with CDI 1.2 settings.png|thumbnail!
> See the beans.xml with the CDI 1.1 settings:
> * beans.xml GUI: !beans.xml-gui.png|thumbnail!
> * beans.xml text source code: !beans.xml-source.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26947) CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26947?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26947:
------------------------------------
Steps to Reproduce:
h2. 1) Create new CDI Web Project and set the CDI version to 1.2 in the Project Facets settings
* Project Facets with the CDI 1.2 set:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
h2. 2) Open the beans.xml and see, that there is set version 1.1 instead of 1.2
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
was:
h2. 1) Create new CDI Web Project and set the CDI to version 1.2 in the Project Facets settings
* Project Facets with the CDI 1.2 set:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
h2. 2) Open the beans.xml and see, that there is set version 1.1 instead of 1.2
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
> CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26947
> URL: https://issues.jboss.org/browse/JBIDE-26947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions
> Affects Versions: 4.13.0.Final
> Environment: OS X
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.13.0.Final
>
> Attachments: Project Facets with CDI 1.2 settings.png, beans.xml-gui.png, beans.xml-source.png
>
>
> When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
> See the Project Facets with the CDI 1.2 settings:
> * !Project Facets with CDI 1.2 settings.png|thumbnail!
> See the beans.xml with the CDI 1.1 settings:
> * beans.xml GUI: !beans.xml-gui.png|thumbnail!
> * beans.xml text source code: !beans.xml-source.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26947) CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26947?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26947:
------------------------------------
Steps to Reproduce:
1) Create new CDI Web Project and set the CDI to version 1.2 in the Project Facets settings
* Project Facets with the CDI 1.2 set:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
2) Open the beans.xml and see, that there is set version 1.1 instead of 1.2
* beans.xml GUI:
* * !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
was:
1) Create new CDI Web Project and set the CDI to version 1.2 in the Project Facets settings
* Project Facets with the CDI 1.2 set:
* !Project Facets with CDI 1.2 settings.png|thumbnail!
2) Open the beans.xml and see, that there is set version 1.1 instead of 1.2
* beans.xml GUI:
* !beans.xml-gui.png|thumbnail!
* beans.xml text source code:
* !beans.xml-source.png|thumbnail!
> CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26947
> URL: https://issues.jboss.org/browse/JBIDE-26947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions
> Affects Versions: 4.13.0.Final
> Environment: OS X
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.13.0.Final
>
> Attachments: Project Facets with CDI 1.2 settings.png, beans.xml-gui.png, beans.xml-source.png
>
>
> When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
> See the Project Facets with the CDI 1.2 settings:
> * !Project Facets with CDI 1.2 settings.png|thumbnail!
> See the beans.xml with the CDI 1.1 settings:
> * beans.xml GUI: !beans.xml-gui.png|thumbnail!
> * beans.xml text source code: !beans.xml-source.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months