[JBoss JIRA] (JBIDE-25504) Support hot deploy for workspace dependencies for SpringBoot applications on OpenShift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25504?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25504:
-------------------------------------
Fix Version/s: 4.5.3.AM3
(was: 4.5.3.AM2)
> Support hot deploy for workspace dependencies for SpringBoot applications on OpenShift
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-25504
> URL: https://issues.jboss.org/browse/JBIDE-25504
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.AM2
> Reporter: Jeff MAURY
> Assignee: Andre Dietisheim
> Labels: openshift, openshift_v3, server_adapter
> Fix For: 4.5.3.AM3
>
> Attachments: springboot-dependencies.zip
>
>
> When a SpringBoot application is being deployed on OpenShift with the server adapter, we should support the following use case:
> * the SpringBoot app has a dependency which is avalailable in the workspace
> * when a modifiction is done on the dependency code, it should be synced to OpenShift by the server adapter
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25672) Server adapter: spring-boot-camel-xml adapter throws "null" error when starting (open.paas.redhat.com)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25672?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25672:
-------------------------------------
Fix Version/s: 4.5.3.AM3
(was: 4.5.3.AM2)
> Server adapter: spring-boot-camel-xml adapter throws "null" error when starting (open.paas.redhat.com)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25672
> URL: https://issues.jboss.org/browse/JBIDE-25672
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.5.3.AM3
>
> Attachments: image-2018-01-29-15-48-29-101.png
>
>
> # ASSERT: have a connection to open.paas.redhat.com
> # EXEC: create a new app based on the "s2i-spring-boot-camel-xml" template. Have the project imported to your workspace and the server adapter created
> # ASSERT: a server adapter "s2i-spring-boot-camel-xml" is created
> # EXEC: wait for the adapter to get "[started]"
> Result:
> After some waiting time the adapter throws the following error:
> !image-2018-01-29-15-48-29-101.png!
> In the Eclipse log you find the following:
> {code}
> !MESSAGE Could not launch server s2i-spring-boot-camel-xml (DeploymentConfig) at OpenShift 3 (open.paas.redhat.com)
> !STACK 0
> org.eclipse.core.runtime.AssertionFailedException: null argument:
> at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
> at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
> at org.jboss.tools.openshift.internal.core.server.debug.DebugContext.<init>(DebugContext.java:64)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.createDebugContext(OpenShiftLaunchController.java:199)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.launch(OpenShiftLaunchController.java:93)
> at org.jboss.ide.eclipse.as.wtp.core.server.launch.ControllableServerLaunchConfiguration.launch(ControllableServerLaunchConfiguration.java:52)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
> at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3566)
> at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3502)
> at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:377)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25707) "Access is denied" when publishing on OpenShift (CDK)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25707?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25707:
------------------------------------------
[~jkopriva] I couldn't and can'r reproduce this but then I'm on Mac. This is Winows only, as indicated in the jira. Correct? Are you still able to reproduce this after the windows related fixes that we had (linked to this jira)?
> "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
> Priority: Critical
> Fix For: 4.5.3.AM3
>
>
> 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, 1 month
[JBoss JIRA] (JBIDE-25707) "Access is denied" when publishing on OpenShift (CDK)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25707?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25707 at 3/5/18 6:08 AM:
------------------------------------------------------------------
[~jkopriva] I couldn't and can'r reproduce this but then I'm on Mac. This is Winows only, as indicated in the jira. Correct? Are you still able to reproduce this after the windows related fixes that we had (linked to this jira)?
I would think/hope that JBIDE-25743 fixed this.
was (Author: adietish):
[~jkopriva] I couldn't and can'r reproduce this but then I'm on Mac. This is Winows only, as indicated in the jira. Correct? Are you still able to reproduce this after the windows related fixes that we had (linked to this jira)?
> "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
> Priority: Critical
> Fix For: 4.5.3.AM3
>
>
> 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, 1 month
[JBoss JIRA] (JBIDE-25707) "Access is denied" when publishing on OpenShift (CDK)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25707?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25707:
-------------------------------------
Fix Version/s: 4.5.x
> "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
> Fix For: 4.5.3.AM3
>
>
> 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, 1 month
[JBoss JIRA] (JBIDE-25707) "Access is denied" when publishing on OpenShift (CDK)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25707?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25707:
-------------------------------------
Fix Version/s: 4.5.3.AM3
(was: 4.5.x)
> "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
> Fix For: 4.5.3.AM3
>
>
> 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, 1 month
[JBoss JIRA] (JBIDE-25707) "Access is denied" when publishing on OpenShift (CDK)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25707?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25707:
-------------------------------------
Priority: Critical (was: Major)
> "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
> Priority: Critical
> Fix For: 4.5.3.AM3
>
>
> 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, 1 month
[JBoss JIRA] (JBIDE-25691) Need to override 'oc' location for Workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25691?page=com.atlassian.jira.plugi... ]
Andre Dietisheim closed JBIDE-25691.
------------------------------------
> Need to override 'oc' location for Workspace
> --------------------------------------------
>
> Key: JBIDE-25691
> URL: https://issues.jboss.org/browse/JBIDE-25691
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Environment: Eclipse Java EE IDE for Web Developers.
> Version: Oxygen.2 Release (4.7.2)
> Build id: 20171218-0600
> OS: Linux, v.4.10.8-100.fc24.x86_64, x86_64 / gtk 3.20.10, WebKit 2.4.11
> JBoss Tools 4.5.2.Final
> $ openshift version
> openshift v3.9.0-0.38.0
> kubernetes v1.9.1+a0ce1bc657
> etcd 3.2.8
> Reporter: Junqi Zhao
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.5.3.AM2
>
> Attachments: Screenshot from 2018-02-07 08-48-53.png
>
>
> After installed JBoss Tools 4.5.2.Final on eclipse and connected to OpenShift, there is one error: "The workspace setting for the OC binary is not set. Please update the workspace setting or override the location here in the 'Advanced' section.". See the attached picture
> Click "Workspace OC Settings", could show the 'oc' executable location, select the "Override 'oc' location" checkbox and enter oc location path, then can connect to Openshift
> Not sure it is one change or defect, since the last JBoss Tools 4.5.1 does not have this issue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25691) Need to override 'oc' location for Workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25691?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25691:
------------------------------------------
This is duplicate to JBIDE-25703. Resolving keeping JBIDE-25703 for fixing.
> Need to override 'oc' location for Workspace
> --------------------------------------------
>
> Key: JBIDE-25691
> URL: https://issues.jboss.org/browse/JBIDE-25691
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Environment: Eclipse Java EE IDE for Web Developers.
> Version: Oxygen.2 Release (4.7.2)
> Build id: 20171218-0600
> OS: Linux, v.4.10.8-100.fc24.x86_64, x86_64 / gtk 3.20.10, WebKit 2.4.11
> JBoss Tools 4.5.2.Final
> $ openshift version
> openshift v3.9.0-0.38.0
> kubernetes v1.9.1+a0ce1bc657
> etcd 3.2.8
> Reporter: Junqi Zhao
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.5.3.AM2
>
> Attachments: Screenshot from 2018-02-07 08-48-53.png
>
>
> After installed JBoss Tools 4.5.2.Final on eclipse and connected to OpenShift, there is one error: "The workspace setting for the OC binary is not set. Please update the workspace setting or override the location here in the 'Advanced' section.". See the attached picture
> Click "Workspace OC Settings", could show the 'oc' executable location, select the "Override 'oc' location" checkbox and enter oc location path, then can connect to Openshift
> Not sure it is one change or defect, since the last JBoss Tools 4.5.1 does not have this issue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25691) Need to override 'oc' location for Workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25691?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25691:
-------------------------------------
Fix Version/s: 4.5.3.AM2
> Need to override 'oc' location for Workspace
> --------------------------------------------
>
> Key: JBIDE-25691
> URL: https://issues.jboss.org/browse/JBIDE-25691
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Environment: Eclipse Java EE IDE for Web Developers.
> Version: Oxygen.2 Release (4.7.2)
> Build id: 20171218-0600
> OS: Linux, v.4.10.8-100.fc24.x86_64, x86_64 / gtk 3.20.10, WebKit 2.4.11
> JBoss Tools 4.5.2.Final
> $ openshift version
> openshift v3.9.0-0.38.0
> kubernetes v1.9.1+a0ce1bc657
> etcd 3.2.8
> Reporter: Junqi Zhao
> Priority: Minor
> Fix For: 4.5.3.AM2
>
> Attachments: Screenshot from 2018-02-07 08-48-53.png
>
>
> After installed JBoss Tools 4.5.2.Final on eclipse and connected to OpenShift, there is one error: "The workspace setting for the OC binary is not set. Please update the workspace setting or override the location here in the 'Advanced' section.". See the attached picture
> Click "Workspace OC Settings", could show the 'oc' executable location, select the "Override 'oc' location" checkbox and enter oc location path, then can connect to Openshift
> Not sure it is one change or defect, since the last JBoss Tools 4.5.1 does not have this issue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month