[JBoss JIRA] (JBIDE-26037) Deploy Docker Wizard: always prompt to create a new connection, does not preselect most recently used connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26037?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-26037:
-------------------------------------
Labels: deploy_docker_wizard (was: )
> Deploy Docker Wizard: always prompt to create a new connection, does not preselect most recently used connection
> ----------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26037
> URL: https://issues.jboss.org/browse/JBIDE-26037
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.6.0.AM2
> Reporter: Andre Dietisheim
> Labels: deploy_docker_wizard
> Attachments: image-2018-05-23-22-51-38-221.png
>
>
> steps:
> # ASSERT: make sure that you have at least 1 connection to a OpenShift server defined
> # ASSERT: do some operations involving your existing connection (ex. open children for it in OpenShift Explorer)
> # EXEC: in "Docker Explorer": select an image and pick in the context menu "Deploy to OpenShift..."
> Result:
> You get prompted to create a <New Connection>
> !image-2018-05-23-22-51-38-221.png!
> If you unfold the "Connection" combo box to list all connections you discover your connection and can pick it instead of the suggested <New Connection>
> Expected result:
> The connection page shows up with the most recently connection preselected.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-26036) Update bundled minishift.yaml file in resources folder to correspond with stack version
by Ondrej Dockal (JIRA)
Ondrej Dockal created JBIDE-26036:
-------------------------------------
Summary: Update bundled minishift.yaml file in resources folder to correspond with stack version
Key: JBIDE-26036
URL: https://issues.jboss.org/browse/JBIDE-26036
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: cdk
Affects Versions: 4.6.0.AM2
Reporter: Ondrej Dockal
Assignee: Ondrej Dockal
Edit minishift.yaml file that resides in jbosstools-openshift/plugins/org.jboss.tools.openshift.cdk.server/resources to have corresponding content as jboss-stack/minishift.yaml file. We want to have the same content available when something fails to read stack's yaml file.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25677) Server adapter: Timers are incorrectly managed
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25677?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25677:
------------------------------------------
cannot reproduce this any more. Resolving.
> Server adapter: Timers are incorrectly managed
> ----------------------------------------------
>
> Key: JBIDE-25677
> URL: https://issues.jboss.org/browse/JBIDE-25677
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Jeff MAURY
> Assignee: Andre Dietisheim
> Labels: openshift, openshift_v3, server_adapter
> Fix For: 4.6.0.AM2
>
>
> Timers are incorrectly managed in OpenShift server adapter. I tried to create a NodeJS server adapter on OpenShift Online Starter. As the first rsync is long (thanks to .npm and node_modules), it may take more than 5mns as OpenShift Online Starter is resource limited. I think we should rather monitor the activity of the rsync operation (through messages) and set a timer related to this activity.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25677) Server adapter: Timers are incorrectly managed
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25677?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-25677.
--------------------------------------
Resolution: Cannot Reproduce
> Server adapter: Timers are incorrectly managed
> ----------------------------------------------
>
> Key: JBIDE-25677
> URL: https://issues.jboss.org/browse/JBIDE-25677
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Reporter: Jeff MAURY
> Assignee: Andre Dietisheim
> Labels: openshift, openshift_v3, server_adapter
> Fix For: 4.6.0.AM2
>
>
> Timers are incorrectly managed in OpenShift server adapter. I tried to create a NodeJS server adapter on OpenShift Online Starter. As the first rsync is long (thanks to .npm and node_modules), it may take more than 5mns as OpenShift Online Starter is resource limited. I think we should rather monitor the activity of the rsync operation (through messages) and set a timer related to this activity.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25700) Server adapter: hot deploy of Spring Boot errors with permission issues when rsyncing local->pod (OS Online and CDK)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25700?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25700:
------------------------------------------
upstream issue in the oc binary isn't resolved yet, bumping to 4.6.0.AM3 and keep waiting.
> Server adapter: hot deploy of Spring Boot errors with permission issues when rsyncing local->pod (OS Online and CDK)
> --------------------------------------------------------------------------------------------------------------------
>
> 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
> Assignee: Andre Dietisheim
> Labels: server_adapter, springboot
> Fix For: 4.6.0.AM3
>
> Attachments: permission-error-rsync-fc26.png, server-adapter-rebublish-state.png
>
>
> 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)
7 years, 10 months
[JBoss JIRA] (JBIDE-25553) Cannot create Hibernate Console Configuration for projects with java 9
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25553?page=com.atlassian.jira.plugi... ]
Koen Aers edited comment on JBIDE-25553 at 5/23/18 12:26 PM:
-------------------------------------------------------------
[~nickboldt] Wouldn't that be different issue though?
But to answer your question, the project builds just fine with Java 9 on my machine...
And looking at the build log, it seems to be an unsatisfied dependency on the build machine rather than an issue with java 9 if I am not mistaken:
{quote}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.9:unpack (default-cli) on project standalone-pom: Unable to find artifact.: Could not find artifact org.jboss.tools.releng:jbosstools-releng-publish:tar.gz:4.6.0.AM1-SNAPSHOT in jboss-releases{quote}
was (Author: koen.aers):
[~nickboldt] Wouldn't that be different issue though?
But to answer your question, the project builds just fine with Java 9 on my machine...
And looking at the build log, it seems to be an unsatisfied dependency on the build machine rather then an issue with java 9 if I am not mistaken:
{quote}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.9:unpack (default-cli) on project standalone-pom: Unable to find artifact.: Could not find artifact org.jboss.tools.releng:jbosstools-releng-publish:tar.gz:4.6.0.AM1-SNAPSHOT in jboss-releases{quote}
> Cannot create Hibernate Console Configuration for projects with java 9
> ----------------------------------------------------------------------
>
> Key: JBIDE-25553
> URL: https://issues.jboss.org/browse/JBIDE-25553
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.5.2.AM2
> Reporter: Rastislav Wagner
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.6.0.AM2
>
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25553) Cannot create Hibernate Console Configuration for projects with java 9
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25553?page=com.atlassian.jira.plugi... ]
Koen Aers edited comment on JBIDE-25553 at 5/23/18 12:25 PM:
-------------------------------------------------------------
[~nickboldt] Wouldn't that be different issue though?
But to answer your question, the project builds just fine with Java 9 on my machine...
And looking at the build log, it seems to be an unsatisfied dependency on the build machine rather then an issue with java 9 if I am not mistaken:
{quote}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.9:unpack (default-cli) on project standalone-pom: Unable to find artifact.: Could not find artifact org.jboss.tools.releng:jbosstools-releng-publish:tar.gz:4.6.0.AM1-SNAPSHOT in jboss-releases{quote}
was (Author: koen.aers):
[~nickboldt] Wouldn't that be different issue though? And looking at the build log, it seems to be an unsatisfied dependency on the build machine rather then an issue with java 9 if I am not mistaken:
{quote}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.9:unpack (default-cli) on project standalone-pom: Unable to find artifact.: Could not find artifact org.jboss.tools.releng:jbosstools-releng-publish:tar.gz:4.6.0.AM1-SNAPSHOT in jboss-releases{quote}
> Cannot create Hibernate Console Configuration for projects with java 9
> ----------------------------------------------------------------------
>
> Key: JBIDE-25553
> URL: https://issues.jboss.org/browse/JBIDE-25553
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.5.2.AM2
> Reporter: Rastislav Wagner
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.6.0.AM2
>
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25700) Server adapter: hot deploy of Spring Boot errors with permission issues when rsyncing local->pod (OS Online and CDK)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25700?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25700:
-------------------------------------
Fix Version/s: 4.6.0.AM3
(was: 4.6.0.AM2)
> Server adapter: hot deploy of Spring Boot errors with permission issues when rsyncing local->pod (OS Online and CDK)
> --------------------------------------------------------------------------------------------------------------------
>
> 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
> Assignee: Andre Dietisheim
> Labels: server_adapter, springboot
> Fix For: 4.6.0.AM3
>
> Attachments: permission-error-rsync-fc26.png, server-adapter-rebublish-state.png
>
>
> 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)
7 years, 10 months
[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 resolved JBIDE-25504.
--------------------------------------
Resolution: Done
[~jeffmaury] please report issues that you experienced (and neither me nor [~jkopriva] experienced) to JIRA so that I can address them in latter sprints.
Merged into master after [~jkopriva] +1'ed my PR.
> 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: Feature Request
> Components: openshift
> Affects Versions: 4.5.2.AM2
> Reporter: Jeff MAURY
> Assignee: Andre Dietisheim
> Labels: openshift, openshift_v3, server_adapter
> Fix For: 4.6.0.AM2
>
> 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)
7 years, 10 months
[JBoss JIRA] (JBIDE-25553) Cannot create Hibernate Console Configuration for projects with java 9
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25553?page=com.atlassian.jira.plugi... ]
Koen Aers commented on JBIDE-25553:
-----------------------------------
[~nickboldt] Wouldn't that be different issue though? And looking at the build log, it seems to be an unsatisfied dependency on the build machine rather then an issue with java 9 if I am not mistaken:
{quote}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.9:unpack (default-cli) on project standalone-pom: Unable to find artifact.: Could not find artifact org.jboss.tools.releng:jbosstools-releng-publish:tar.gz:4.6.0.AM1-SNAPSHOT in jboss-releases{quote}
> Cannot create Hibernate Console Configuration for projects with java 9
> ----------------------------------------------------------------------
>
> Key: JBIDE-25553
> URL: https://issues.jboss.org/browse/JBIDE-25553
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.5.2.AM2
> Reporter: Rastislav Wagner
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.6.0.AM2
>
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months