From neill.thornton at mercy.navy.mil Tue May 17 16:25:45 2011 From: neill.thornton at mercy.navy.mil (Thornton, Neill R. CIV) Date: Tue, 17 May 2011 09:25:45 -0700 Subject: [Pki-users] New Dogtag install on F 13/14/15? Message-ID: All, I am at wits end trying to get a new Dogtag install up and running. I have tried so many combinations of Fedora 13, 14, and 15 on i386 and x86_64 I have lost count. My current attempt is with Fedora 13 i386. I did a minimal install, a yum update, yum install 389-ds-base, and then yum install dogtag-pki. It grabbed many dependencies and installed. I ran pkicreate with the default options for a CA, and it looks like it is created, giving me the config URL at the end. However, tomcat never really gets up and running. In catalina.out I have: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap Caused by: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstrap at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334) Could not find the main class: org.apache.catalina.startup.Bootstrap. Program will exit. No ports other than SSH are open, and there are no tomcat processes running. Trying to restart /etc/init.d/pki-cad just repeats the same message in catalina out. I am using Tomcat 6 since the Dogtag package lists it as a dependency, and Java is pointing to /usr/lib/jvm/jre-1.6.0-openjdk/bin/java. I can't easily downgrade to Tomcat 5 since the dogtag package is pinned to Tomcat 6. Trying on Fedora 14 and 15 have varying degrees of success... the closest I got was I believe on F14 the Tomcat processes would start, and the port would open, but I never got the configuration pages to load. Does anyone have ANY idea what is going on here? Thanks, Neill -- Neill Thornton Communications Division - We Work Hard To Make Your Work Easy USNS Mercy (T-AH 19) Medical Treatment Facility Neill.thornton at mercy.navy.mil / neill.thornton at mercy.navy.smil.mil 5557 (internal JDial) (619) 235-3857 (desk) (619) 206-5426 (cell) From joshua.roys at gtri.gatech.edu Tue May 17 17:05:05 2011 From: joshua.roys at gtri.gatech.edu (Joshua Roys) Date: Tue, 17 May 2011 13:05:05 -0400 Subject: [Pki-users] New Dogtag install on F 13/14/15? In-Reply-To: References: Message-ID: <4DD2AAC1.6080106@gtri.gatech.edu> On 05/17/2011 12:25 PM, Thornton, Neill R. CIV wrote: > All, > > I am at wits end trying to get a new Dogtag install up and running. > I have tried so many combinations of Fedora 13, 14, and 15 on i386 > and x86_64 I have lost count. > > My current attempt is with Fedora 13 i386. Hello, I do have a fedora 13 x86_64 install presently running, although I would recommend trying to get the fedora 15 + pki-9.0.x versions working. But in case you're tired of switching installs, read on. I remember at one point I did a `yum update' to latest and had to downgrade things to get it working again, so I'll list off any software that I can think of that is relevant... The big one is that pki-1.3.x uses tomcat5 even if the requirements are on tomcat6. dogtag-pki-ca-ui-1.3.2-1 dogtag-pki-common-ui-1.3.3-1 dogtag-pki-console-ui-1.3.2-2 pki-ca-1.3.6-1 pki-common-1.3.8-1 pki-console-1.3.2-1 pki-java-tools-1.3.1-1 pki-native-tools-1.3.0-5 pki-selinux-1.3.5-1 pki-setup-1.3.4-1 pki-silent-1.3.4-1 pki-symkey-1.3.2-4 pki-util-1.3.2-1 tomcat5-5.5.27-7.4.fc12 tomcat6-6.0.20-2 tomcatjss-1.2.1-1 Why is tomcat5 .fc12? Not sure. See here though, it's tagged into fc12/13/14: http://koji.fedoraproject.org/koji/buildinfo?buildID=123710 With those versions installed, let us know if you have any more luck. If not, I'll try to see if I did any customizations/tweaks post-install to make it work. Good luck, Joshua Roys -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5045 bytes Desc: S/MIME Cryptographic Signature URL: From neill.thornton at mercy.navy.mil Tue May 17 19:46:20 2011 From: neill.thornton at mercy.navy.mil (Thornton, Neill R. CIV) Date: Tue, 17 May 2011 12:46:20 -0700 Subject: [Pki-users] New Dogtag install on F 13/14/15? In-Reply-To: <4DD2AAC1.6080106@gtri.gatech.edu> References: <4DD2AAC1.6080106@gtri.gatech.edu> Message-ID: Got it! That is the magic incantation of version numbers. I am up and running on Fedora 13 x86_64. Thanks Joshua! Neill -- Neill Thornton Communications Division - We Work Hard To Make Your Work Easy USNS Mercy (T-AH 19) Medical Treatment Facility Neill.thornton at mercy.navy.mil / neill.thornton at mercy.navy.smil.mil 5557 (internal JDial) (619) 235-3857 (desk) (619) 206-5426 (cell) -----Original Message----- From: pki-users-bounces at redhat.com [mailto:pki-users-bounces at redhat.com] On Behalf Of Joshua Roys Sent: Tuesday, May 17, 2011 10:05 AM To: pki-users at redhat.com Subject: Re: [Pki-users] New Dogtag install on F 13/14/15? On 05/17/2011 12:25 PM, Thornton, Neill R. CIV wrote: > All, > > I am at wits end trying to get a new Dogtag install up and running. > I have tried so many combinations of Fedora 13, 14, and 15 on i386 and > x86_64 I have lost count. > > My current attempt is with Fedora 13 i386. Hello, I do have a fedora 13 x86_64 install presently running, although I would recommend trying to get the fedora 15 + pki-9.0.x versions working. But in case you're tired of switching installs, read on. I remember at one point I did a `yum update' to latest and had to downgrade things to get it working again, so I'll list off any software that I can think of that is relevant... The big one is that pki-1.3.x uses tomcat5 even if the requirements are on tomcat6. dogtag-pki-ca-ui-1.3.2-1 dogtag-pki-common-ui-1.3.3-1 dogtag-pki-console-ui-1.3.2-2 pki-ca-1.3.6-1 pki-common-1.3.8-1 pki-console-1.3.2-1 pki-java-tools-1.3.1-1 pki-native-tools-1.3.0-5 pki-selinux-1.3.5-1 pki-setup-1.3.4-1 pki-silent-1.3.4-1 pki-symkey-1.3.2-4 pki-util-1.3.2-1 tomcat5-5.5.27-7.4.fc12 tomcat6-6.0.20-2 tomcatjss-1.2.1-1 Why is tomcat5 .fc12? Not sure. See here though, it's tagged into fc12/13/14: http://koji.fedoraproject.org/koji/buildinfo?buildID=123710 With those versions installed, let us know if you have any more luck. If not, I'll try to see if I did any customizations/tweaks post-install to make it work. Good luck, Joshua Roys