Bug 1070604
| Summary: | Fail to create dancer quickstart | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Yan Du <yadu> |
| Component: | Templates | Assignee: | Dan McPherson <dmcphers> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | jhadvig, mfojtik |
| 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: | 2014-03-12 03:08:48 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: | |||
|
Description
Yan Du
2014-02-27 08:38:12 UTC
This appear to be a problem in devenv_4429 not just fork. Found out that the problem not appears to be on the cartridge side. When creating dancer app from simple perl app: rhc app create dancer perl-5.10 cd dancer git rm -r perl git commit -a -m "Remove stock perl dir to prepare for Dancer" git remote add upstream -m master git://github.com/openshift/dancer-example.git git pull -s recursive -X theirs upstream master remote: Stopping Perl cartridge remote: Waiting for stop to finish remote: Building git ref 'master', commit d81c9cf remote: Building Perl cartridge remote: --> Working on Dancer .... remote: --> Working on Time::HiRes remote: Fetching http://mirror.ops.rhcloud.com/mirror/perl/CPAN/authors/id/Z/ZE/ZEFRAM/Time-HiRes-1.9726.tar.gz ... OK remote: Configuring Time-HiRes-1.9726 ... Connection to dancer-jhadvig.dev.rhcloud.com closed by remote host. fatal: The remote end hung up unexpectedly error: error in sideband demultiplexer I think this was a temporary issue. I tried to recreate and wasn't able to. Please try again and let me know if you still have the problem. Test on devenv_4436, dancer can be created successufully. Move to verified. [root@localhost test]# rhc app create dancer perl-5.10 --from-code=https://github.com/openshift-quickstart/dancer-example --no-git Application Options ------------------- Domain: 111 Cartridges: perl-5.10 Source Code: https://github.com/openshift-quickstart/dancer-example Gear Size: default Scaling: no Creating application 'dancer' ... done Waiting for your DNS name to be available ... done Your application 'dancer' is now available. URL: http://dancer-111.dev.rhcloud.com/ SSH to: 5310240ce12c49d649000034.rhcloud.com Git remote: ssh://5310240ce12c49d649000034.rhcloud.com/~/git/dancer.git/ Run 'rhc show-app dancer' for more details about your app. |