Bug 1028394

Summary: [JBT]Fail to create dancer-example quickstart app sucessfully in the Jboss Tools
Product: OpenShift Container Platform Reporter: Nan Wei <nwei>
Component: ContainersAssignee: Brenton Leanhardt <bleanhar>
Status: CLOSED WONTFIX QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 2.0.0CC: libra-onpremise-devel, xtian
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-09-12 19:11:25 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:

Description Nan Wei 2013-11-08 11:04:45 UTC
Description of problem:
When create a dancer-example quickstart app via the Jboss Tools against ose env, it return success. However, the app can't be visited and restart, and it throws 503 error. There is no obvious error message in the log when creating it.
I try the folliwng testing:
1. Create other quick-start (such as: djanog ) using Jboss Tools against OSE env -  PASS
2. Create dancer quick-start using Jboss Tools against online env -  PASS
3. Create dancer quick-start using RHC client tools against OSE env -  PASS
Version-Release number of selected component (if applicable):
OpenShift Enterprise puddle: [2.0/2013-11-05.1]
Eclipse Kepler (4.3) Packages
JBoss Tools 4.1 Stable Release
How reproducible:
always
Steps to Reproduce:
1.create a perl with perl-5.10 app with source code 'https://github.com/openshift-quickstart/dancer-example.git'
2.Click Advanced
3.Add Source Code
Actual results:
It can finish to create the dancer-quickstart app, but app can't be visit and throws 503 error.
Expected results:
App create and visit successfully.
Additional info: