Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 95224 invoked from network); 8 Aug 2006 12:53:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 12:53:19 -0000 Received: (qmail 9147 invoked by uid 500); 8 Aug 2006 12:53:19 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 8552 invoked by uid 500); 8 Aug 2006 12:53:17 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 8541 invoked by uid 99); 8 Aug 2006 12:53:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 05:53:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.55.52.88] (HELO fmsmga101-1.fm.intel.com) (192.55.52.88) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 05:53:16 -0700 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101-1.fm.intel.com with ESMTP; 08 Aug 2006 05:52:56 -0700 Received: from fmsmsx333.fm.intel.com (HELO fmsmsx333.amr.corp.intel.com) ([132.233.42.2]) by fmsmga001.fm.intel.com with ESMTP; 08 Aug 2006 05:52:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: i="4.07,221,1151910000"; d="scan'208,217"; a="113356793:sNHT42671083" Received: from fmsmsx312.amr.corp.intel.com ([132.233.42.227]) by fmsmsx333.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 8 Aug 2006 05:52:50 -0700 Received: from mssmsx411.ccr.corp.intel.com ([10.125.2.10]) by fmsmsx312.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 8 Aug 2006 05:52:29 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6BAE9.7F62C19C" Subject: Changing keystore type for Jetty Date: Tue, 8 Aug 2006 16:52:24 +0400 Message-ID: <3D8E84095C6A524A985B787423094E4022A1F5@mssmsx411> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Changing keystore type for Jetty Thread-Index: Aca66X7vDgXiWPuzSGOiPByHh7NirA== From: "Udovichenko, Nellya" To: X-OriginalArrivalTime: 08 Aug 2006 12:52:29.0074 (UTC) FILETIME=[8193EF20:01C6BAE9] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C6BAE9.7F62C19C Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hello,=20 =20 Could you please tell me how can I change keystore type for Jetty?=20 =20 I'm trying to replace Jetty SSL keystore type with PKCS12 by adding the = parameter to config.xml: ... =9A=9A=9A PKCS12 =9A=9A=9A 0.0.0.0 =9A=9A=9A 8443 ... =20 It works fine for Tomcat, but for Jetty I get the following error log: [*********>=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A ] 43%=9A 72s Startup failed org.apache.geronimo.kernel.config.LifecycleException: start of = geronimo/jetty/1.1/car failed =9A=9A=9A=9A=9A=9A=9A at = org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigu= ration(SimpleConfigurationManager.java:529) ... Caused by: java.lang.IllegalStateException: Attribute is not persistent = Attribute Name: keystoreType, Type: class java.lang.String, = GBeanInstance: Jetty Connector HTTPS =9A=9A=9A=9A=9A=9A=9A at = org.apache.geronimo.gbean.runtime.GBeanAttribute.setPersistentValue(GBean= Attribute.java:355) =9A=9A=9A=9A=9A=9A=9A at = org.apache.geronimo.gbean.runtime.GBeanInstance.setAttribute(GBeanInstanc= e.java:749) =9A=9A=9A=9A=9A=9A=9A at = org.apache.geronimo.gbean.runtime.GBeanInstance.(GBeanInstance.java= :367) =9A=9A=9A=9A=9A=9A=9A ... 17 more =20 Is it at all possible to change the keystore type for Jetty HTTPS gbean? =9A =20 Nellya Udovichenko, Intel Middleware Products Division ------_=_NextPart_001_01C6BAE9.7F62C19C Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable

Hello,

 

Could you please tell me how can I change = keystore type for Jetty?

 

I'm trying to replace Jetty SSL keystore type = with PKCS12 by adding the parameter to = config.xml:

...

<gbean = name=3D"JettySSLConnector">

=9A=9A=9A <attribute name=3D"keystoreType">PKCS12</attribute>

=9A=9A=9A <attribute name=3D"host">0.0.0.0</attribute>

=9A=9A=9A <attribute name=3D"port">8443</attribute>

</gbean>

...

 

It works fine for Tomcat, but for Jetty I get = the following error log:

[*********>=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A= ] 43%=9A 72s Startup failed

org.apache.geronimo.kernel.config.LifecycleExce= ption: start of geronimo/jetty/1.1/car failed

=9A=9A=9A=9A=9A=9A=9A at = org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigu= ration(SimpleConfigurationManager.java:529)

...

Caused by: java.lang.IllegalStateException: = Attribute is not persistent Attribute Name: keystoreType, Type: class = java.lang.String, GBeanInstance: Jetty Connector HTTPS

=9A=9A=9A=9A=9A=9A=9A at org.apache.geronimo.gbean.runtime.GBeanAttribute.setPersistentValue(GBean= Attribute.java:355)

=9A=9A=9A=9A=9A=9A=9A at org.apache.geronimo.gbean.runtime.GBeanInstance.setAttribute(GBeanInstanc= e.java:749)

=9A=9A=9A=9A=9A=9A=9A at org.apache.geronimo.gbean.runtime.GBeanInstance.<init>(GBeanInstanc= e.java:367)

=9A=9A=9A=9A=9A=9A=9A ... 17 = more

 

Is it at all possible to change the keystore = type for Jetty HTTPS gbean?

=9A

 

Nellya Udovichenko,

Intel Middleware Products = Division

------_=_NextPart_001_01C6BAE9.7F62C19C--