Description of problem: When starting pkiconsole for a subsystem (like the ca) the login and/or main window never appears. The console appears to be dying silently. Version-Release number of selected component (if applicable): CS 8.0 ALpha How reproducible: Always Steps to Reproduce: 1. Start the console with a correct path, port and subsystem. 2. 3. Actual results: Login and then console start.. Expected results: nothing appears to happen. System process the command for a few seconds then the shell prompt returns. Additional info: I know the console is installed because it will give me a correct error message when I try to start an unrecognized subsystem.
can you paste here the full command line you are using to launch pkiconsole with details on the port number ..?
can you attach this log file to the bug or the mailing list - /var/log/pki-ca-install.log ?
Created attachment 335919 [details] Ca install log
The startup is pkiconsole https://codeblue:9443/ca ...using the FQDN doesn't make a difference. -jzb
try this... pkiconsole https://hostname:9445/ca
Created attachment 335922 [details] Strace of the Java command for PKICONSOLE I edited the pkiconsole script and added strace before the java command. Attached is the output from this trial.
The 9445 worked. I wasn't aware of the 9445 port, I've seen and used 9443 and 9444. Where did I miss this 9445 port being defined or configured? -jzb
Created attachment 335927 [details] Port definition
I need to confirm with our doc writer to see if the above definitions are already documented or not.
There are a couple of places this is mentioned specifically in the admin guide. For example: * The default instance information, which lists the default directories, etc., for each subsystem. http://elladeon.fedorapeople.org/RHCS/8.0/admin/ConfigFiles.html#default.ca.settings * The "configuring ports" section: http://elladeon.fedorapeople.org/RHCS/8.0/admin/Administration_Guide-Administrative_Basics-Ports.html All of the examples, etc. have been updated with the new port numbers. This is also mentioned in the install guide, which mentions the default instance information and has information on using pkicreate to create an instance with a single SSL Port or separated ports (http://elladeon.fedorapeople.org/RHCS/8.0/install/AdditionalInstallOptions.html#Installation_and_Configuration-Creating_Additional_Subsystem_Instances) and in the agent guide for how to access agent services (http://elladeon.fedorapeople.org/RHCS/8.0/agent/Agent_Services-Accessing_Agent_Services.html). If you didn't already know about port separation, though, it is easy to miss it in the docs. I'll expand the mention in the release notes to include the list of default port numbers and how they've changed and mention how that affects opening the console, and I'll do the same in the install guide. For the admin guide, I'll include the list of defaults in the intro to the "changing ports" section, and make it more obvious in the section on CS interfaces at http://elladeon.fedorapeople.org/RHCS/8.0/admin/Admin_Console.html.
This item should be considered solved.