Bug 489976 - ESC: Security Officer Enrollment throws error message GetCoolKeyPolicy() failed.
Summary: ESC: Security Officer Enrollment throws error message GetCoolKeyPolicy() failed.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Dogtag Certificate System
Classification: Retired
Component: ESC
Version: unspecified
Hardware: All
OS: Linux
urgent
high
Target Milestone: ---
Assignee: Jack Magne
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 443788
TreeView+ depends on / blocked
 
Reported: 2009-03-12 18:31 UTC by Asha Akkiangady
Modified: 2015-01-04 23:37 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-22 23:33:02 UTC
Embargoed:


Attachments (Terms of Use)
Screenshot for the Error message (117.65 KB, image/jpeg)
2009-03-12 18:36 UTC, Asha Akkiangady
no flags Details
The same error message is thrown during user key is enrollment as well. (148.97 KB, image/jpeg)
2009-03-12 22:47 UTC, Asha Akkiangady
no flags Details

Description Asha Akkiangady 2009-03-12 18:31:09 UTC
Description of problem:
Security Officer enrollment in Windows vista throws error "coolkey.GetCoolKeyPolicy() failed! undefined(undefined)".

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

How reproducible:


Steps to Reproduce:
1.Enroll a smart card through ESC security officer mode. 
2.
3.
  
Actual results:


Expected results:
Should not throw GetCoolKeyPolicy() failed error message. 

Additional info:
After closing the error message window, the enrollment of smart card is complete.

Comment 1 Asha Akkiangady 2009-03-12 18:36:06 UTC
Created attachment 334991 [details]
Screenshot for the Error message

Comment 2 Asha Akkiangady 2009-03-12 22:47:45 UTC
Created attachment 335027 [details]
The same error message is thrown during user key is enrollment as well.

Comment 3 Jack Magne 2009-03-13 02:02:25 UTC
This should be a pretty easy fix. Both the Security Officer and Security Officer Workstation UI pages use similar Javascript files that can be altered to remove this error.

Comment 4 Jack Magne 2009-03-29 00:39:59 UTC
Index: src/app/xul/esc/chrome/content/esc/ESC.js
===================================================================
RCS file: /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc/ESC.js,v
retrieving revision 1.21
diff -r1.21 ESC.js

647c666
<     ReportException(getBundleString("errorCoolKeyGetPolicy"), e);
---
>     //ReportException(getBundleString("errorCoolKeyGetPolicy"), e);
Index: src/app/xul/esc/defaults/preferences/esc-prefs.js

Comment 5 Matthew Harmsen 2009-03-29 00:41:01 UTC
Comment #4 +mharmsen

Comment 6 Jack Magne 2009-03-29 00:44:32 UTC
Simple fix checked with the fix for bug#491003.

Comment 7 Asha Akkiangady 2009-05-28 18:49:59 UTC
Verified.


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