Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catalog service throws exception #90

Open
amitkrout opened this issue Oct 9, 2017 · 0 comments
Open

catalog service throws exception #90

amitkrout opened this issue Oct 9, 2017 · 0 comments

Comments

@amitkrout
Copy link

amitkrout commented Oct 9, 2017

Running on branch : 1.0.x
Steps to reproduce :

  1. Download latest minishift and enable xpass addons (./minishift )
./minishift addons install --defaults
./minishift addons enable xpaas

NOTE : xpaas addons consist of jboss image streams and can be found in minishift repo

  1. ./minishift start --memory 4096
  2. oc new-project coolstore
  3. oc create -f coolstore.yaml
  4. oc new-app --template=coolstore
  5. Wait till successful deployment of all services
  6. oc get pods -o name -l app=coolstore-gw
  7. Use the above command output here in this command
oc rsh $(output) curl -sSL http://catalog:8080/api/products
  1. Result encountered with "threw exception"
'<!DOCTYPE html><html><head><title>Error report</title></head><body><h1>HTTP Status 500 - Servlet.init() for servlet com.redhat.coolstore.rest.RestApplication threw exception</h1></body></html>'

All the above steps are run through the coolstore.reature file

This failure is a critical blocker for minishhift ci test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant