Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 88500 invoked from network); 5 Aug 2004 13:28:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Aug 2004 13:28:25 -0000 Received: (qmail 92162 invoked by uid 500); 5 Aug 2004 13:27:49 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 92103 invoked by uid 500); 5 Aug 2004 13:27:49 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 92090 invoked by uid 99); 5 Aug 2004 13:27:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [63.244.250.133] (HELO warhawk.mpi.com) (63.244.250.133) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 05 Aug 2004 06:27:49 -0700 Received: from lightning.mpi.com (lightning [63.244.252.11]) by warhawk.mpi.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id i75DRjYp003653 for ; Thu, 5 Aug 2004 09:27:45 -0400 (EDT) Received: from US-VS1.corp.mpi.com (us-be2.corp.mpi.com [63.244.252.32]) by lightning.mpi.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i75DR4dQ017794 for ; Thu, 5 Aug 2004 09:27:43 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Problem with SSL configuration Date: Thu, 5 Aug 2004 09:26:55 -0400 Message-ID: <9C5166762F311146951505C6790A9CF80229BE01@US-VS1.corp.mpi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with SSL configuration Thread-Index: AcR676NLyU+GlSXFQIe5JXY4aPEyHgAACztw From: "Shapira, Yoav" To: "Tomcat Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N H= i, You don't have to quote the whole stack trace ;) Can you post your server.xml, as some attribute type is incorrect apparently? ;) Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: binoy.patrick@bt.com [mailto:binoy.patrick@bt.com] >Sent: Thursday, August 05, 2004 9:25 AM >To: tomcat-user@jakarta.apache.org >Subject: Problem with SSL configuration > >Hi, > I have configured SSL with Tomcat, I get this error when starting >Tomcat > > 04-Aug-2004 17:16:55 org.apache.commons.digester.Digester endEleme= nt >SEVERE: End event threw exception >java.lang.IllegalArgumentException: argument type mismatch > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method= ) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= ja v >a:39) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= so r >Impl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at >org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.jav= a: 2 >52) > at >org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256) > at org.apache.commons.digester.Rule.end(Rule.java:276) > at >org.apache.commons.digester.Digester.endElement(Digester.java:1058) > at >org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester= .j a >va:76) > at >org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source= ) > at >org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn= ow n >Source) > at >org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen= t( U >nknown Source > at >org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent= Di s >patcher.dispa > at >org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un= kn o >wn Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown= >Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown= >Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown >Source) > at >org.apache.commons.digester.Digester.parse(Digester.java:1548) > at org.apache.catalina.startup.Catalina.load(Catalina.java:48= 9) > at org.apache.catalina.startup.Catalina.load(Catalina.java:52= 8) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method= ) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= ja v >a:39) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= so r >Impl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at >org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:247) > at >org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:421) >Catalina.start using conf/server.xml: >java.lang.IllegalArgumentException: argument type mismatch >java.lang.IllegalArgumentException: argument type mismatch > at >org.apache.commons.digester.Digester.createSAXException(Digester.java= :2 5 >40) > at >org.apache.commons.digester.Digester.createSAXException(Digester.java= :2 5 >66) > at >org.apache.commons.digester.Digester.endElement(Digester.java:1061) > at >org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester= .j a >va:76) > at >org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source= ) > at >org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn= ow n >Source) > at >org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen= t( U >nknown Source > at >org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent= Di s >patcher.dispa > at >org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un= kn o >wn Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown= >Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown= >Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown >Source) > at >org.apache.commons.digester.Digester.parse(Digester.java:1548) > at org.apache.catalina.startup.Catalina.load(Catalina.java:48= 9) > at org.apache.catalina.startup.Catalina.load(Catalina.java:52= 8) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method= ) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= ja v >a:39) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= so r >Impl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at >org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:247) > at >org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:421) >... >Can somebody help me please? > > > This e-mail, including any attachments, is a confidential business com= munication, and may contain information that is confidential, propriet= ary and/or privileged. This e-mail is intended only for the individua= l(s) to whom it is addressed, and may not be saved, copied, printed, d= isclosed or used by anyone else. If you are not the(an) intended reci= pient, please immediately delete this e-mail from your computer system= and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org