Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 21839200CAD for ; Wed, 28 Jun 2017 18:53:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 204AA160BF7; Wed, 28 Jun 2017 16:53:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6623B160BD9 for ; Wed, 28 Jun 2017 18:53:54 +0200 (CEST) Received: (qmail 54719 invoked by uid 500); 28 Jun 2017 16:53:53 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 54708 invoked by uid 99); 28 Jun 2017 16:53:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jun 2017 16:53:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A73D6CCEA9 for ; Wed, 28 Jun 2017 16:53:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.736 X-Spam-Level: *** X-Spam-Status: No, score=3.736 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_ENVFROM_END_DIGIT=0.25, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id nhcMWK0vl6Vc for ; Wed, 28 Jun 2017 16:53:52 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id B13EB5FB32 for ; Wed, 28 Jun 2017 16:53:51 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mwork.nabble.com (Postfix) with ESMTP id 5312E4E197AC4 for ; Wed, 28 Jun 2017 09:53:51 -0700 (MST) Date: Wed, 28 Jun 2017 09:53:51 -0700 (MST) From: albundy To: users@camel.apache.org Message-ID: <1498668831332-5805325.post@n5.nabble.com> In-Reply-To: References: <1498583259842-5805263.post@n5.nabble.com> Subject: Re: Classloader error - org.apache.xerces.util.SecurityManager not found MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 28 Jun 2017 16:53:55 -0000 OK, thanks for the explanation Zoran, that makes sense and the error disappeared from the log after switching from TRACE to WARN. One more note regarding this though - ".. tries to setup a security feature of Xerces ... and it is only triggered if Xerces is present on the classpath". I don't have Xerces in the classpath and I did not see any "if" in XmlConverter.createDocumentBuilderFactory() so it seems that it always tries to load that SecurityManager class.. or did I miss something again? Cheers, Alex -- View this message in context: http://camel.465427.n5.nabble.com/Classloader-error-org-apache-xerces-util-SecurityManager-not-found-tp5805263p5805325.html Sent from the Camel - Users mailing list archive at Nabble.com.