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 3EB73200BD6 for ; Sun, 4 Dec 2016 13:48:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3D513160AE4; Sun, 4 Dec 2016 12:48:00 +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 88260160B18 for ; Sun, 4 Dec 2016 13:47:59 +0100 (CET) Received: (qmail 60151 invoked by uid 500); 4 Dec 2016 12:47:58 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 60099 invoked by uid 99); 4 Dec 2016 12:47:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2016 12:47:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 720092C0453 for ; Sun, 4 Dec 2016 12:47:58 +0000 (UTC) Date: Sun, 4 Dec 2016 12:47:58 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-10555) camel-rest-show karaf command cannot load transformer class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 04 Dec 2016 12:48:00 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15719892#comment-15719892 ] Claus Ibsen commented on CAMEL-10555: ------------------------------------- It works if you install camel-saxon which provides the saxon xslt transformer. > camel-rest-show karaf command cannot load transformer class > ----------------------------------------------------------- > > Key: CAMEL-10555 > URL: https://issues.apache.org/jira/browse/CAMEL-10555 > Project: Camel > Issue Type: Bug > Components: karaf > Reporter: Claus Ibsen > Priority: Minor > Fix For: 2.19.0 > > > This error happens > {code} > 2016-12-04 13:30:56,747 | ERROR | nsole user karaf | ShellUtil | 43 - org.apache.karaf.shell.core - 4.0.7 | Exception caught while executing command > javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found > at javax.xml.transform.TransformerFactory.newInstance(TransformerFactory.java:121)[:2.7.0] > at org.apache.camel.converter.jaxp.XmlConverter.createTransformerFactory(XmlConverter.java:1173) > at org.apache.camel.converter.jaxp.XmlConverter.getTransformerFactory(XmlConverter.java:1063) > at org.apache.camel.converter.jaxp.XmlConverter.createTransformer(XmlConverter.java:1168) > at org.apache.camel.converter.jaxp.XmlConverter.toResult(XmlConverter.java:127) > at org.apache.camel.converter.jaxp.XmlConverter.toStringFromDocument(XmlConverter.java:299) > at org.apache.camel.model.ModelHelper.dumpModelAsXml(ModelHelper.java:107) > at org.apache.camel.commands.AbstractLocalCamelController.getRestModelAsXml(AbstractLocalCamelController.java:414) > at org.apache.camel.commands.RestShowCommand.performContextCommand(RestShowCommand.java:32) > at org.apache.camel.commands.AbstractContextCommand.executeLocal(AbstractContextCommand.java:74) > at org.apache.camel.commands.AbstractContextCommand.execute(AbstractContextCommand.java:42) > at org.apache.camel.karaf.commands.RestShow.execute(RestShow.java:38) > at org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:83)[43:org.apache.karaf.shell.core:4.0.7] > at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:67)[43:org.apache.karaf.shell.core:4.0.7] > at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:87)[43:org.apache.karaf.shell.core:4.0.7] > at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:480)[43:org.apache.karaf.shell.core:4.0.7] > at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:406)[43:org.apache.karaf.shell.core:4.0.7] > at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)[43:org.apache.karaf.shell.core:4.0.7] > at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:182)[43:org.apache.karaf.shell.core:4.0.7] > at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:119)[43:org.apache.karaf.shell.core:4.0.7] > at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:94)[43:org.apache.karaf.shell.core:4.0.7] > at org.apache.karaf.shell.impl.console.ConsoleSessionImpl.run(ConsoleSessionImpl.java:274)[43:org.apache.karaf.shell.core:4.0.7] > at java.lang.Thread.run(Thread.java:745)[:1.8.0_31] > karaf@root()> camel:rest-show camel-1 > Error executing command: Provider org.apache.xalan.processor.TransformerFactoryImpl not found > {code} > When running the camel-example-servlet-rest-blueprint example -- This message was sent by Atlassian JIRA (v6.3.4#6332)