Hide Forgot
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: