Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Started GET "/app/flex" for 127.0.0.1 at Wed Sep 21 17:21:20 -0400 2011
- [Barista] Compiling all scripts for barista
- [Barista] Compiling all coffeescripts
- [Barista] Copying all javascripts
- Processing by ProductController#flex as HTML
- Checking for logout request
- Not a logout request, checking for cookie
- rh_sso cookie = ''
- Clearing out login_workflow since user didn't actually login
- ---------------
- setup_login_workflow
- ---------------
- Called from: /home/fotios/li/site/app/controllers/product_controller#set_workflow
- Workflow:
- Referrer: https://openshift.redhat.com/app/flex
- Workflow: https://openshift.redhat.com/app/flex
- ---------------
- ---------------
- workflow_redirect
- ---------------
- Called from: /home/fotios/li/site/app/controllers/product_controller#flex
- wf:
- ---------------
- Rendered layouts/_flashes.html.haml (1.1ms)
- Rendered layouts/_stylesheets.html.haml (0.9ms)
- Rendered layouts/_head.html.haml (4.1ms)
- Rendered layouts/_main_navigation.html.haml (2.5ms)
- Rendered layouts/_header.html.haml (8.3ms)
- Rendered layouts/_footer.html.haml (5.9ms)
- Rendered layouts/_javascripts.html.haml (1.0ms)
- Rendered shared/_omniture_code.html.haml (2.2ms)
- Rendered layouts/_flashes.html.haml (0.8ms)
- Rendered login/_signin_form.html.haml (6.7ms)
- Rendered layouts/_close_button.html.haml (1.0ms)
- Rendered layouts/_signin_dialog.html.haml (11.0ms)
- Rendered user/_signup_form.html.haml (64.3ms)
- Rendered layouts/_close_button.html.haml (1.2ms)
- Rendered layouts/_signup_dialog.html.haml (67.9ms)
- Rendered layouts/application.html.haml (109.6ms)
- Rendered product/flex.html.haml within layouts/product (174.3ms)
- Completed 200 OK in 177ms (Views: 176.2ms)
- Started POST "/app/login/ajax" for 127.0.0.1 at Wed Sep 21 17:21:28 -0400 2011
- [Barista] Compiling all scripts for barista
- [Barista] Compiling all coffeescripts
- [Barista] Copying all javascripts
- Processing by LoginController#ajax as JS
- Parameters: {"errorUrl"=>"", "authenticity_token"=>"joG2jeOIztGMCFu4O8j0hG/uqRsStAd9Hgr/7KYQWQo=", "utf8"=>"✓", "password"=>"[FILTERED]", "login"=>"flindiak@redhat.com", "redirectUrl"=>""}
- Checking for logout request
- Not a logout request, checking for cookie
- rh_sso cookie = ''
- ---------------
- setup_login_workflow
- ---------------
- Called from: /home/fotios/li/site/app/controllers/login_controller#ajax
- Workflow:
- Referrer: https://openshift.redhat.com/app/login/ajax
- Workflow: /app/express
- ---------------
- Non integrated environment - faking login
- Completed 200 OK in 7ms (Views: 1.0ms)
- Started GET "/app" for 127.0.0.1 at Wed Sep 21 17:21:28 -0400 2011
- [Barista] Compiling all scripts for barista
- [Barista] Compiling all coffeescripts
- [Barista] Copying all javascripts
- Processing by HomeController#index as HTML
- Checking for logout request
- Not a logout request, checking for cookie
- rh_sso cookie = 'test'
- User has an authenticated session
- Session ticket matches current ticket
- User flindiak@redhat.com is missing access. Requesting access...
- Non integrated environment - adding role
- Access request successful for user flindiak@redhat.com
- Index controller
- Session workflow in HomeController#index: /app/express
- ---------------
- workflow_redirect
- ---------------
- Called from: /home/fotios/li/site/app/controllers/home_controller#index
- wf: /app/express
- ---------------
- Redirecting to workflow: /app/express
- Redirected to https://openshift.redhat.com/app/express
- Completed 302 Found in 3ms
- Started GET "/app/express" for 127.0.0.1 at Wed Sep 21 17:21:28 -0400 2011
- [Barista] Compiling all scripts for barista
- [Barista] Compiling all coffeescripts
- [Barista] Copying all javascripts
- Processing by ProductController#express as HTML
- Checking for logout request
- Not a logout request, checking for cookie
- rh_sso cookie = 'test'
- User has an authenticated session
- Session ticket matches current ticket
- ---------------
- setup_login_workflow
- ---------------
- Called from: /home/fotios/li/site/app/controllers/product_controller#set_workflow
- Workflow:
- Referrer: https://openshift.redhat.com/app/express
- Workflow: https://openshift.redhat.com/app/express
- ---------------
- Rendered layouts/_flashes.html.haml (0.9ms)
- Rendered layouts/_stylesheets.html.haml (0.8ms)
- Rendered layouts/_head.html.haml (3.8ms)
- Rendered layouts/_main_navigation.html.haml (3.3ms)
- Rendered layouts/_header.html.haml (52.6ms)
- Rendered layouts/_footer.html.haml (6.3ms)
- Rendered layouts/_javascripts.html.haml (1.2ms)
- Rendered shared/_omniture_code.html.haml (2.3ms)
- Rendered layouts/_flashes.html.haml (0.9ms)
- Rendered login/_signin_form.html.haml (7.2ms)
- Rendered layouts/_close_button.html.haml (1.2ms)
- Rendered layouts/_signin_dialog.html.haml (10.9ms)
- Rendered user/_signup_form.html.haml (10.6ms)
- Rendered layouts/_close_button.html.haml (1.2ms)
- Rendered layouts/_signup_dialog.html.haml (14.1ms)
- Rendered layouts/application.html.haml (100.1ms)
- Rendered product/express.html.haml within layouts/product (138.6ms)
- Completed 200 OK in 144ms (Views: 140.8ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement