[JBoss JIRA] (JBIDE-25670) Delete Resources: replication controllers and pods are not deleted (on OpenShift Online)
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25670?page=com.atlassian.jira.plugi... ]
Josef Kopriva edited comment on JBIDE-25670 at 2/13/18 6:39 AM:
----------------------------------------------------------------
Hi [~adietish], I have followed your steps, but after ~3 minutes, pod and replication controllers are still there:
!Screenshot_20180213_123635.png|thumbnail!
One of error messages:
{code:java}
eclipse.buildId=11.3.0.AM1-v20180209-1312-B2027
java.version=1.8.0_161
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: -data file:/home/jkopriva/devstudio_B2027_11.3.AM1_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
org.jboss.tools.openshift.core
Error
Tue Feb 13 12:29:59 CET 2018
Error deleting Pod named nodejs-mongo-persistent-1-build.
com.openshift.restclient.NotFoundException: pods "nodejs-mongo-persistent-1-build" not found pods "nodejs-mongo-persistent-1-build" not found
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:112)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:257)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:221)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:209)
at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:320)
at org.jboss.tools.openshift.core.connection.Connection.deleteResource(Connection.java:545)
at org.jboss.tools.openshift.internal.core.job.AbstractDeleteResourceJob.delete(AbstractDeleteResourceJob.java:45)
at org.jboss.tools.openshift.internal.core.job.DeleteResourcesJob.lambda$0(DeleteResourcesJob.java:46)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at org.jboss.tools.openshift.internal.core.job.DeleteResourcesJob.doRun(DeleteResourcesJob.java:47)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
{code}
was (Author: jkopriva):
Hi [~adietish], I have followed your steps, but after ~3 minutes, pod and replication controllers are still there:
!Screenshot_20180213_123635.png|thumbnail!
> Delete Resources: replication controllers and pods are not deleted (on OpenShift Online)
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-25670
> URL: https://issues.jboss.org/browse/JBIDE-25670
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: delete_resources
> Fix For: 4.5.3.AM1
>
> Attachments: Screenshot_20180213_123635.png, image-2018-01-29-09-34-08-598.png
>
>
> This is most likely a timing issue, thus it is usually not observable when using a local CDK but always reproducible on OpenShift Online:
> steps:
> # ASSERT: have an application - with deployment configs, replication controllers, pods, etc.) running in OpenShift Online (ex. created via nodejs-mongo-persistent)
> # EXEC: launch "Delete Resources" wizard
> # ASSERT: you see deployment configs, replication controllers, pods etc.
> # EXEC: select all resources and hit "Finish"
> # ASSERT: wait for all removal jobs to be finished
> # EXEC: launch "Delete Resource" wizard again and inspect the resources that are still there
> Result:
> !image-2018-01-29-09-34-08-598.png!
> Replication controller(s) and pods are left in place, they were not deleted.
> Some pods may be in terminating state and disappear eventually.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25670) Delete Resources: replication controllers and pods are not deleted (on OpenShift Online)
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25670?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-25670:
----------------------------------
Attachment: Screenshot_20180213_123635.png
> Delete Resources: replication controllers and pods are not deleted (on OpenShift Online)
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-25670
> URL: https://issues.jboss.org/browse/JBIDE-25670
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: delete_resources
> Fix For: 4.5.3.AM1
>
> Attachments: Screenshot_20180213_123635.png, image-2018-01-29-09-34-08-598.png
>
>
> This is most likely a timing issue, thus it is usually not observable when using a local CDK but always reproducible on OpenShift Online:
> steps:
> # ASSERT: have an application - with deployment configs, replication controllers, pods, etc.) running in OpenShift Online (ex. created via nodejs-mongo-persistent)
> # EXEC: launch "Delete Resources" wizard
> # ASSERT: you see deployment configs, replication controllers, pods etc.
> # EXEC: select all resources and hit "Finish"
> # ASSERT: wait for all removal jobs to be finished
> # EXEC: launch "Delete Resource" wizard again and inspect the resources that are still there
> Result:
> !image-2018-01-29-09-34-08-598.png!
> Replication controller(s) and pods are left in place, they were not deleted.
> Some pods may be in terminating state and disappear eventually.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25670) Delete Resources: replication controllers and pods are not deleted (on OpenShift Online)
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25670?page=com.atlassian.jira.plugi... ]
Josef Kopriva edited comment on JBIDE-25670 at 2/13/18 6:38 AM:
----------------------------------------------------------------
Hi [~adietish], I have followed your steps, but after ~3 minutes, pod and replication controllers are still there:
!Screenshot_20180213_123635.png|thumbnail!
was (Author: jkopriva):
Hi [~adietish], I have followed your steps, but after ~3 minutes, pod and replication controllers are still there:
> Delete Resources: replication controllers and pods are not deleted (on OpenShift Online)
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-25670
> URL: https://issues.jboss.org/browse/JBIDE-25670
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: delete_resources
> Fix For: 4.5.3.AM1
>
> Attachments: Screenshot_20180213_123635.png, image-2018-01-29-09-34-08-598.png
>
>
> This is most likely a timing issue, thus it is usually not observable when using a local CDK but always reproducible on OpenShift Online:
> steps:
> # ASSERT: have an application - with deployment configs, replication controllers, pods, etc.) running in OpenShift Online (ex. created via nodejs-mongo-persistent)
> # EXEC: launch "Delete Resources" wizard
> # ASSERT: you see deployment configs, replication controllers, pods etc.
> # EXEC: select all resources and hit "Finish"
> # ASSERT: wait for all removal jobs to be finished
> # EXEC: launch "Delete Resource" wizard again and inspect the resources that are still there
> Result:
> !image-2018-01-29-09-34-08-598.png!
> Replication controller(s) and pods are left in place, they were not deleted.
> Some pods may be in terminating state and disappear eventually.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-22773) Openshift server adapter can't start with eap64-basic-s2i template on Windows: can't copy MANIFEST.MF reported
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22773?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-22773.
---------------------------------
This error message is not shown anymore, but during verification I have found out different error: JBIDE-25707
Verified in:
Red Hat JBoss Developer Studio
Version: 11.3.0.AM1
Build id: AM1-v20180209-1312-B2027
Build date: 20180209-1312
> Openshift server adapter can't start with eap64-basic-s2i template on Windows: can't copy MANIFEST.MF reported
> --------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22773
> URL: https://issues.jboss.org/browse/JBIDE-22773
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.4.1.AM2
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Labels: server
> Fix For: 4.5.3.AM1
>
> Attachments: screenshot-1.png, similarErrorWithFuseTemplates.png
>
>
> When starting the Openshift server adapter created from the eap64-basic-s2i template, the rsync phase reports the following error:
> [^screenshot-1.png]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25707) "Access is denied" when publishing on OpenShift (CDK)
by Josef Kopriva (JIRA)
Josef Kopriva created JBIDE-25707:
-------------------------------------
Summary: "Access is denied" when publishing on OpenShift (CDK)
Key: JBIDE-25707
URL: https://issues.jboss.org/browse/JBIDE-25707
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift, server
Affects Versions: 4.5.2.Final
Environment: Win10
Reporter: Josef Kopriva
Errors in error log:
{code:java}
!ENTRY org.jboss.ide.eclipse.as.core 4 1644298244 2018-02-13 11:51:11.164
!MESSAGE Full publish failed for module jboss-kitchensink
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/META-INF/MANIFEST.MF: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/WEB-INF/classes/META-INF/persistence.xml: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/WEB-INF/classes/import.sql: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/WEB-INF/beans.xml: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/WEB-INF/faces-config.xml: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/WEB-INF/kitchensink-quickstart-ds.xml: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/WEB-INF/templates/default.xhtml: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/index.html: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/index.xhtml: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/resources/css/screen.css: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/resources/gfx/asidebkg.png: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/resources/gfx/banner.png: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/resources/gfx/bkg-blkheader.png: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/resources/gfx/headerbkg.png: Access is denied
!SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2018-02-13 11:51:11.164
!MESSAGE Error copying file C:/Users/jbossqa/workspace_B2027/.metadata/.plugins/org.jboss.ide.eclipse.as.core/test@eap-app/deploy/ROOT.war/resources/gfx/rhjb_eap_logo.png: Access is denied
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25706) First screenshot on RHEL is always blank (white)
by Lukáš Valach (JIRA)
Lukáš Valach created JBIDE-25706:
------------------------------------
Summary: First screenshot on RHEL is always blank (white)
Key: JBIDE-25706
URL: https://issues.jboss.org/browse/JBIDE-25706
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: integration-tests
Affects Versions: 4.5.3.AM2
Reporter: Lukáš Valach
Assignee: Lukáš Valach
Fix For: 4.5.3.AM2
Integration tests capture a screenshot when some problem happens, but on RHEL the first screenshot is always blank (the picture is all white). So when there is some problem I can't see what happened.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years