[JBoss JIRA] (JBIDE-25595) Job examples.javaee.it.weekly consumes all the space on device
by Vojtech Prusa (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25595?page=com.atlassian.jira.plugi... ]
Vojtech Prusa resolved JBIDE-25595.
-----------------------------------
Fix Version/s: 4.5.3.AM1
Resolution: Done
fixed by quickstarts devel
> Job examples.javaee.it.weekly consumes all the space on device
> --------------------------------------------------------------
>
> Key: JBIDE-25595
> URL: https://issues.jboss.org/browse/JBIDE-25595
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, qa
> Affects Versions: 4.5.2.Final
> Reporter: Ondrej Dockal
> Assignee: Vojtech Prusa
> Fix For: 4.5.3.AM1
>
>
> {code}
> [hudson@rhel7-x64-1482 javaee7-samples-master]$ pwd
> /mnt/hudson_workspace/workspace/examples.javaee.it.weekly/jdk/openjdk-1.8/label/rhel7/jbosstools-integration-tests/tests/org.jboss.tools.examples.ui.bot.test/target/javaee7-samples-master
> [hudson@rhel7-x64-1482 javaee7-samples-master]$ du -hs *
> 2.3G batch
> 3.7G cdi
> 616M concurrency
> 4.0K Dockerfile
> 232K ejb
> 154M el
> 154M interceptor
> 154M jacc
> 2.3G jaspic
> 154M javamail
> 4.1G jaxrs
> 308M jaxws
> 308M jca
> 616M jms
> 4.3G jpa
> 2.8G jsf
> 616M json
> 462M jta
> 40K LICENSE
> 72K pom.xml
> 16K README.md
> 2.9G servlet
> 136K test-utils
> 154M util
> 308M validation
> 4.4G websocket
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25700) Hot deploy of Spring Boot on OpenShift is not working with OpenShift Online
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25700?page=com.atlassian.jira.plugi... ]
Aurélien Pupier updated JBIDE-25700:
------------------------------------
Description:
neither with open.paas.redhat.com
so only when using the CDK.
it seems to be due to the fact that the user in the pod are not the same.
Jeff said:
{quote}
For SpringBoot deployments, the application file is called a fat jar and it placed in the /deployments folder (images are upstream fabric8/s2i-java or imagestream redhat-openjdk18-openshift). In order to get live update the file is then unzipped to the /deployments folder leaded to new sub folders BOOT-INF and META-INF
The user permissions on those folders are the following:
/deployments: writable by user jboss and group root
/deployments/BOOT-INF: writable by user jboss readable only by group root
/deployments/META-INF: writable by user jboss readable only by group root
The rsync process with create some sub folders under /deployments/BOOT-INF. The problem that we have is that the user that is assigned for the rsync operation (or when you open a terminal in the OpenShift console) is not jboss (as opposed to Minishift/CDK) and thus we have permissions errors during the rsync operation.
{quote}
was:
neither with open.paas.redhat.com
so only when using the CDK.
it seems to be due to the fact that the user in the pod are not the same.
> Hot deploy of Spring Boot on OpenShift is not working with OpenShift Online
> ---------------------------------------------------------------------------
>
> Key: JBIDE-25700
> URL: https://issues.jboss.org/browse/JBIDE-25700
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Aurélien Pupier
> Priority: Critical
>
> neither with open.paas.redhat.com
> so only when using the CDK.
> it seems to be due to the fact that the user in the pod are not the same.
> Jeff said:
> {quote}
> For SpringBoot deployments, the application file is called a fat jar and it placed in the /deployments folder (images are upstream fabric8/s2i-java or imagestream redhat-openjdk18-openshift). In order to get live update the file is then unzipped to the /deployments folder leaded to new sub folders BOOT-INF and META-INF
> The user permissions on those folders are the following:
> /deployments: writable by user jboss and group root
> /deployments/BOOT-INF: writable by user jboss readable only by group root
> /deployments/META-INF: writable by user jboss readable only by group root
> The rsync process with create some sub folders under /deployments/BOOT-INF. The problem that we have is that the user that is assigned for the rsync operation (or when you open a terminal in the OpenShift console) is not jboss (as opposed to Minishift/CDK) and thus we have permissions errors during the rsync operation.
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years