Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 88907 invoked from network); 25 Sep 2007 16:17:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2007 16:17:10 -0000 Received: (qmail 54099 invoked by uid 500); 25 Sep 2007 16:17:00 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 54087 invoked by uid 500); 25 Sep 2007 16:17:00 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 54078 invoked by uid 99); 25 Sep 2007 16:17:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 09:17:00 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [205.178.146.61] (HELO omr11.networksolutionsemail.com) (205.178.146.61) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 16:19:14 +0000 Received: from mail.networksolutionsemail.com (ns-omr11.mgt.hosting.dc2.netsol.com [10.49.6.74]) by omr11.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id l8PGGaRi030238 for ; Tue, 25 Sep 2007 12:16:36 -0400 Received: (qmail 8648 invoked by uid 78); 25 Sep 2007 16:16:35 -0000 Received: from unknown (HELO ?70.192.63.112?) (bjfree@free-man.net@70.192.63.112) by 10.49.36.74 with SMTP; 25 Sep 2007 16:16:35 -0000 Message-ID: <46F93449.3000803@free-man.net> Date: Tue, 25 Sep 2007 09:16:09 -0700 From: BJ Freeman User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available) References: <1190691521.25224.52.camel@gw2> <46F88A98.2000807@free-man.net> <1190733681.25224.61.camel@gw2> In-Reply-To: <1190733681.25224.61.camel@gw2> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org you can also modify the ofbiz.rc to point to the java you are using before installing it in the etc folders per the instructions. Len Parker sent the following on 9/25/2007 8:21 AM: > First, thanks for your reply. > > Yes, I'm running RedHat Enterprise Linux Version 5 (RHEL5). > > I installed "jdk-6u2-linux-i586-rpm" obtained from the Sun site. > > I also have java 1.4 and java 1.5 installed. Java 1.4 is what was/is > installed by RHEL5 initial installation. I'm not sure where I got java > 1.5, but I'll check to insure it was from Sun, and if not, I'll remove > it and install it from Sun's site. > > Thanks for your time and your reply. I'll post back with the results of > the 1.5 question. > > Len > > > On Mon, 2007-09-24 at 21:12 -0700, BJ Freeman wrote: > >> I am guessing you are on a linux box with the opensource JDK >> it won't work >> you need to download from the sun site the java SDK >> depends on the I spent hours trying to get fedora to work. finally gave up >> >> >> >> >> Len Parker sent the following on 9/24/2007 8:38 PM: >>> I'm a newbie, so be gentle, please. >>> >>> If I'm at the wrong list, what list would be correct? >>> >>> I just installed OFBiz and I get the following error when I execute >>> "java -jar ofbiz.jar": >>> >>> org.ofbiz.base.start.StartupException: Cannot init() catalina-container >>> (Protocol handler initialization failed: java.io.IOException: SunX509 >>> KeyManagerFactory not available) >>> >>> And, I get this error each time it calls "Sunx509 KeyManagerFactory". >>> >>> I'm running RHEL5 and I have JDK 1.5 installed. >>> >>> I ran "./ant" and "./ant run-install" with no problems. >>> >>> My purpose is to show the boss OFBiz, and then maybe we can save a few >>> buck! >>> >>> I thought that I knew java fairly well, but I've never used the SSL >>> layer that it provides. I don't understand why it can't find the >>> KeyManagerFactory. >>> >>> Any help would be greatly appreciated. >>> >>> Len >>> >>> >>> >>> >>> >>> >>> >