Bug 957117
| Summary: | Got openshift plugin install failed when Setup a app with SeamForge | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | weiwei jiang <wjiang> |
| Component: | Node | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED WONTFIX | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.2.0 | CC: | bleanhar, jinzhang, libra-onpremise-devel, wsun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-28 12:48:53 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 970805, 973219 | ||
| Bug Blocks: | |||
|
Description
weiwei jiang
2013-04-26 11:43:45 UTC
Raise the priority to medium for this bug, as it will block to use all rhc commands next if it's failed to intall the forge.openshift as below: [forge123final1] forge123final1 $ rhc setup ***INFO*** Loaded OpenShift configuration from /root/.openshift/express.conf ? Enter the application name [forge123final1] [forge123final1] forgeapp1 ***INFO*** Using RHLOGIN:zhangjing for https://10.66.105.174 ? Enter your Red Hat Openshift password: ****** ***INFO*** Found OpenShift User: zhangjing Choose a JBoss Cartridge: 1 - [Cartridge [name=jbossews-2.0]]* 2 - [Cartridge [name=jbossews-1.0]] 3 - [Cartridge [name=jbosseap-6.0]] ? Choose an option by typing the number of the selection [*-default] [0] 1 ***INFO*** Using JBoss Cartridge: jbossews-2.0 Initialized empty Git repository in /home/joyce/forge-distribution-1.2.3.Final/bin/forge123final1/.git/ ***INFO*** Waiting for OpenShift to propagate DNS ***INFO*** Trying to contact http://forgeapp1-dmose12.newosetestv2.com/ (attempt 1 of 500) Updating openshift Warning: Permanently added 'forgeapp1-dmose12.newosetestv2.com,10.66.108.168' (RSA) to the list of known hosts. reverse mapping checking getaddrinfo for unused [10.66.108.168] failed - POSSIBLE BREAK-IN ATTEMPT! From ssh://forgeapp1-dmose12.newosetestv2.com/~/git/forgeapp1 * [new branch] master -> openshift/master ***SUCCESS*** Application deployed to http://forgeapp1-dmose12.newosetestv2.com/ ***ERROR*** Failed to install [forge.openshift]; there may be a mess! ***SUCCESS*** OpenShift (rhc) is installed. Wrote /home/joyce/forge-distribution-1.2.3.Final/bin/forge123final1/pom.xml [forge123final1] forge123final1 $ rhc status ***ERROR*** [rhc] Missing command for plugin [rhc], available commands: [setup] [forge123final1] forge123final1 $ rhc list ***ERROR*** [rhc] Missing command for plugin [rhc], available commands: [setup] [forge123final1] forge123final1 $ rhc tail ***ERROR*** [rhc] Missing command for plugin [rhc], available commands: [setup] After working around Bug #970805 I was able to reproduce this bug. After running 'rhc setup --app forge11' I saw the following: ***SUCCESS*** Application deployed to http://forge11-demo.example.com/ ***ERROR*** Failed to install [forge.openshift]; there may be a mess! ***SUCCESS*** OpenShift (rhc) is installed. I wasn't able to find the text 'Failed to install' or 'there may be a mess!' in the forge or plugin-openshift git repositories. |