Bug 854144 - Caught "NoMethodError in ApplicationsController#show" when trying to access jenkins application details page after enabling jenkins.
Summary: Caught "NoMethodError in ApplicationsController#show" when trying to access j...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Website
Version: 2.x
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-04 07:41 UTC by Yujie Zhang
Modified: 2015-05-15 01:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-17 21:28:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Details log. (2.03 KB, text/plain)
2012-09-04 07:42 UTC, Yujie Zhang
no flags Details

Description Yujie Zhang 2012-09-04 07:41:20 UTC
Description of problem:

After I created an application and enabled the jenkins or created an jenkins application directly, I clicked the jenkins application name on "My Applications" page, and tried to access the jenkins application details page, but I caught "NoMethodError in ApplicationsController#show" error.

Version-Release number of selected component (if applicable):

fork_ami_opensource_console_65

How reproducible:always


Steps to Reproduce:
1.Go to openshift website and login
2.Create an application and enabled the jenkins , or create an jenkins application directly
3.Click the jenkins application name from "My Applications" page
  
Actual results:

Caught "NoMethodError in ApplicationsController#show" error when trying to access jenkins application details page.The detail logs please see in attachment.

Expected results:

The jenkins application details page should be accessible.

Additional info:

This issue just exist on fork_ami_opensource_console_65, does not exist on today's latest build devenv_2109.

Comment 1 Yujie Zhang 2012-09-04 07:42:26 UTC
Created attachment 609571 [details]
Details log.

Comment 2 Clayton Coleman 2012-09-04 17:38:42 UTC
Broker was returning :builds tag for both jenkins and jenkins-client carts, which conflicts with what the console uses.  Updated crankcase in https://github.com/openshift/crankcase/pull/450, updated li in https://github.com/smarterclayton/li/commit/150dc677975e8a9a9450d9ccbd5fbe959a1da532.

Changes should be in fork_ami_opensource_console 66, unless the build breaks.

Comment 3 Yujie Zhang 2012-09-05 06:11:08 UTC
(In reply to comment #2)
Tested this issue on fork_ami_opensource_console_66, it does not exist now, thanks.


Note You need to log in before you can comment on or make changes to this bug.