Bug 442754

Summary: Java crash in Config Wizard
Product: [Retired] Dogtag Certificate System Reporter: Bob Lord <blord>
Component: CAAssignee: Jack Magne <jmagne>
Status: CLOSED NOTABUG QA Contact: Chandrasekar Kannan <ckannan>
Severity: low Docs Contact:
Priority: low    
Version: 1.0CC: benl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-28 19:33:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 443788    
Attachments:
Description Flags
HTML in my browser when I click Next
none
/var/log/pki-ca/debug
none
/var/log/pki-ca/catalina.out none

Description Bob Lord 2008-04-16 16:41:48 UTC
Description of problem:
I'm trying to recreate a CA instance on my desktop.  I've done it successfully
many times, but now I'm getting an HTTP 500 error.  I'm able to get to the
wizard screen called "Requests and Certificates", but when I hit "Next" it dies.
 I'll attach some log output.

Version-Release number of selected component (if applicable):
pki-ca-1.0.0-1.fc8

How reproducible:
Always

Steps to Reproduce:
1. Install the CA
2. Go through install wizard
3. At the "Requests and Certificates" page, click Next.
  
Actual results:
Java errors

Expected results:
I should be landing on the next page of the wizard.

Additional info:

Comment 1 Bob Lord 2008-04-16 16:44:17 UTC
Created attachment 302637 [details]
HTML in my browser when I click Next

Comment 2 Bob Lord 2008-04-16 16:45:29 UTC
Created attachment 302639 [details]
/var/log/pki-ca/debug

Comment 3 Bob Lord 2008-04-16 16:45:53 UTC
Created attachment 302640 [details]
/var/log/pki-ca/catalina.out

Comment 4 Jack Magne 2008-04-23 16:58:20 UTC
In case others see this problem, there currently is a workaround:

1. After observing the crash, restart the server:
/etc/init.d/pki-ca restart
2. Retry the wizard from the very beginning using the URL shown on the screen
when originally installing the instance.
If the wizard's pin is needed it can be found here:
/var/lib/pki-ca/alias/CS.cfg
Look for the entry:

preop.pin=XXXXXXXXX

3. This time the wizard should complete successfully and the server should work
just fine.