Bug 1273767

Summary: Met "Internal Server Error" when access dancer quickstart
Product: OKD Reporter: XiuJuan Wang <xiuwang>
Component: TemplatesAssignee: Ben Parees <bparees>
Status: CLOSED CURRENTRELEASE QA Contact: XiuJuan Wang <xiuwang>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, bparees, mmccomas
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-23 21:12: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:

Description XiuJuan Wang 2015-10-21 08:09:54 UTC
Description of problem:
Met "Internal Server Error" when access dancer quickstart.

Version-Release number of selected component (if applicable):
openshift v3.0.2.901-61-g568adb6
https://github.com/openshift/dancer-ex/
perl-516-rhel7(dddacd1007ae)
perl-520-rhel7(f3ed77ae8490)

How reproducible:
always

Steps to Reproduce:
1.oc new-app openshift/templates/dancer.json 
2.Wait builder image deploy successfully,access app
3.

Actual results:
step2:
$oc  get  pods 
NAME                     READY     STATUS    RESTARTS   AGE
dancer-example-1-6nhq9   1/1       Running   0          52m
dancer-example-1-build   0/1       Error     0          59m
$oc  get svc
NAME             CLUSTER_IP      EXTERNAL_IP   PORT(S)    SELECTOR              AGE
dancer-example   172.30.240.37   <none>        8080/TCP   name=dancer-example   1h
$oc rsh dancer-example-1-6nhq9 
bash-4.2$ curl 172.30.240.37:8080
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at 
 root@localhost to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>
bash-4.2$ 


Expected results:


Additional info:

Comment 1 Ben Parees 2015-10-27 14:59:49 UTC
This should be working now, i cleaned up an issue in the dancer repo.

Comment 2 XiuJuan Wang 2015-10-28 02:46:39 UTC
Test in devenv-fedora_2567 with https://github.com/openshift/dancer-ex/ repo.
Could access dancer quickstart application now.
Thanks!