[JBoss JIRA] (JBIDE-11270) Remote branch to use should be a text-field with autocomplete (OpenShift server editor and import/creation wizard)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11270?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-11270:
-------------------------------------
Fix Version/s: 4.1.0.Alpha1
(was: LATER)
> Remote branch to use should be a text-field with autocomplete (OpenShift server editor and import/creation wizard)
> ------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-11270
> URL: https://issues.jboss.org/browse/JBIDE-11270
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.Beta1
> Reporter: Lucia Jelinkova
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.1.0.Alpha1
>
> Attachments: egit-remote-branches.png, remote-disabled.png, server_detail.jpg
>
>
> When you open the detail of OpenShift server adapter you can change the Git remote name by typing the new value. Could you change the text field to combo box filled with remote names that are actually configured for the OpenShift project?
> !server_detail.jpg!
> We decided to match what EGit provides: a text-field which allows freely typed entries (which would create new branches) but also offers auto-completion to match existing branches.
> !egit-remote-branches.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-12122) Openshift : deploy existing project automatically on OS app creation
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12122?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-12122:
-------------------------------------
Fix Version/s: 4.1.0.Alpha1
(was: 4.0.x)
> Openshift : deploy existing project automatically on OS app creation
> --------------------------------------------------------------------
>
> Key: JBIDE-12122
> URL: https://issues.jboss.org/browse/JBIDE-12122
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 3.3.0.CR1
> Reporter: Fred Bricon
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.0.Alpha1
>
>
> When creating an new openshift application from an existing workspace project, I expect my project to be deployed automatically once the Openshift app is created.
> Since not all projects are openshift-ready, we should have a checkbox on the openshift wizard (enabled when using an existing project) that basically says "deploy my app once created".
> The state of that checkbox should be stored in the workspace preferences.
> And obviously, when the box is checked, the local git repo would be pushed after the openshift app is created.
> Workflow should be :
> - create a project 'myapp' from JBoss Central (say HTML5)
> - create a new OpenShift application 'myapp', based on the jbossas7 cartridge, using the existing 'myapp' project
> - check the deploy checkbox
> - once the myapp.<mydomain>.rhcloud.com server is ready, Opening http://myapp.<mydomain>.rhcloud.com should display the HTML5 app
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-12265) OpenShift scaled application goes down on republishing
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12265?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-12265:
-------------------------------------
Fix Version/s: 4.1.0.Alpha1
(was: 4.0.x)
> OpenShift scaled application goes down on republishing
> ------------------------------------------------------
>
> Key: JBIDE-12265
> URL: https://issues.jboss.org/browse/JBIDE-12265
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.Final
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.1.0.Alpha1
>
>
> Using Java EE Web application from JBoss Central:
> * Import Java EE Web project from Central and as target runtime select EAP6. (enterprise=true)
> * Create a new application on OpenShift with scaling enabled, don't create a new project - use the existing Java EE Web project and deploy it to OpenShift
> * Publish local git repo - application should be running.
> * Change e.g. index.xhtml and republish it.
> * Result: application is down (only haproxy status is on index, showing that the gear is down).
> Part of build output
> {code}
> Stopping application...
> /usr/libexec/stickshift/cartridges/abstract/info/lib/util: line 767: /var/lib/stickshift/28debff7fc5840b39a57cadfd0f42a92/app-root/runtime/repo/.openshift/action_hooks/post_stop_jbosseap-6.0: Permission denied
> Done
> ~/git/j2eeweb.git ~/git/j2eeweb.git
> ~/git/j2eeweb.git
> Found pom.xml... attempting to build with 'mvn -e clean package -Popenshift -DskipTests'
> Apache Maven 3.0.3 (r1075437; 2011-06-20 13:22:37-0400)
> Maven home: /etc/alternatives/maven-3.0
> Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre
> Default locale: en_US, platform encoding: ANSI_X3.4-1968
> OS name: "linux", version: "2.6.32-279.el6.x86_64", arch: "i386", family: "unix"
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Java EE 6 webapp project 0.0.1-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-javaee6-webapp ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-javaee6-webapp ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ jboss-javaee6-webapp ---
> [INFO] Compiling 7 source files to /var/lib/stickshift/28debff7fc5840b39a57cadfd0f42a92/app-root/runtime/repo/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ jboss-javaee6-webapp ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ jboss-javaee6-webapp ---
> [INFO] Compiling 1 source file to /var/lib/stickshift/28debff7fc5840b39a57cadfd0f42a92/app-root/runtime/repo/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ jboss-javaee6-webapp ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jboss-javaee6-webapp ---
> [INFO] Packaging webapp
> [INFO] Assembling webapp [jboss-javaee6-webapp] in [/var/lib/stickshift/28debff7fc5840b39a57cadfd0f42a92/app-root/runtime/repo/target/jboss-javaee6-webapp]
> [INFO] Processing war project
> [INFO] Copying webapp resources [/var/lib/stickshift/28debff7fc5840b39a57cadfd0f42a92/app-root/runtime/repo/src/main/webapp]
> [INFO] Webapp assembled in [398 msecs]
> [INFO] Building war: /var/lib/stickshift/28debff7fc5840b39a57cadfd0f42a92/app-root/runtime/repo/deployments/ROOT.war
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 49.190s
> [INFO] Finished at: Wed Jun 27 09:38:38 EDT 2012
> [INFO] Final Memory: 18M/159M
> [INFO] ------------------------------------------------------------------------
> SSH_CMD: ssh b4397afc711140bf8277daa379b99435(a)10.113.17.228
> ++ date
> + echo 'Syncing to gear: b4397afc711140bf8277daa379b99435@10.113.17.228:b4397afc71 @ ' Wed Jun 27 09:38:39 EDT 2012
> Syncing to gear: b4397afc711140bf8277daa379b99435@10.113.17.228:b4397afc71 @ Wed Jun 27 09:38:39 EDT 2012
> + for rpccall in '"${OPENSHIFT_SYNC_GEARS_PRE[@]}"'
> + ssh b4397afc711140bf8277daa379b99435(a)10.113.17.228 'ctl_all stop'
> *********************************************************************
> You are accessing a service that is for use only by authorized users.
> If you do not have authorization, discontinue use at once.
> Any use of the services is subject to the applicable terms of the
> agreement which can be found at:
> https://openshift.redhat.com/app/legal
> *********************************************************************
> Welcome to OpenShift shell
> This shell will assist you in managing OpenShift applications.
> !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!
> Shell access is quite powerful and it is possible for you to
> accidentally damage your application. Proceed with care!
> If worse comes to worst, destroy your application with 'rhc app destroy'
> and recreate it
> !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!
> Type "help" for more info.
> WARNING: This ssh terminal was started without a tty.
> It is highly recommended to login with: ssh -t
> + /var/lib/stickshift/b4397afc711140bf8277daa379b99435/jbosseap-6.0/b4397afc71_ctl.sh stop
> Starting application...
> /usr/libexec/stickshift/cartridges/abstract/info/lib/util: line 767: /var/lib/stickshift/28debff7fc5840b39a57cadfd0f42a92/app-root/runtime/repo/.openshift/action_hooks/post_start_jbosseap-6.0: Permission denied
> Done
> {code}
> * Change the application and republish once more.
> * Application is running again.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months