You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Ernst Lässer <er...@net-commerce.ch> on 2004/08/26 21:37:32 UTC

Unable to get transformer handler for ....

Hi

I'm totaly new to lenya and cocoon. I set up Thomcat 5.0, cocoon 2.1.5 and
Lenya 1.2 (just as is, no further modifications, Thomcat 5.0.27 comes with
Xerces 2.6.2), JVM is 1.4.1_01-b01.

Based on the examples, cocoon seems to run OK and also Lenya starts up.
However, if I go into the Default Publication >> Readers View
I get the following Error-Message (I get it also on almost every other
occasion within the Default Publication)

I have no Idea on where to start



Leerer Ausdruck!

org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
org.apache.cocoon.ProcessingException: Unable to get transformer handler for
file:/C:/Programme/ApacheSoftwareFoundation/Tomcat5_0/webapps/lenya/lenya/pu
bs/default/xslt/xhtml2xhtml.xsl:
org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating
Transform Handler

column: 41

line: 29

cause: javax.xml.transform.TransformerException: Leerer Ausdruck!

location:
file:/C:/Programme/ApacheSoftwareFoundation/Tomcat5_0/webapps/lenya/lenya/pu
bs/default/xslt/xhtml2xhtml.xsl


Best regards
Ernst


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Unable to get transformer handler for ....

Posted by simon dutil <s....@gmail.com>.
Have you copied the endorsed libraries from lenya to
$Catalina_home\common\endorsed folder.

I had the same problem,  and in my case, it was because of the
xalan-2.5.0.jar that was missing in tomcat endorsed libraries.

Hope this help!

Simon

On Thu, 26 Aug 2004 21:37:32 +0200, Ernst Lässer
<er...@net-commerce.ch> wrote:
> Hi
> 
> I'm totaly new to lenya and cocoon. I set up Thomcat 5.0, cocoon 2.1.5 and
> Lenya 1.2 (just as is, no further modifications, Thomcat 5.0.27 comes with
> Xerces 2.6.2), JVM is 1.4.1_01-b01.
> 
> Based on the examples, cocoon seems to run OK and also Lenya starts up.
> However, if I go into the Default Publication >> Readers View
> I get the following Error-Message (I get it also on almost every other
> occasion within the Default Publication)
> 
> I have no Idea on where to start
> 
> Leerer Ausdruck!
> 
> org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
> org.apache.cocoon.ProcessingException: Unable to get transformer handler for
> file:/C:/Programme/ApacheSoftwareFoundation/Tomcat5_0/webapps/lenya/lenya/pu
> bs/default/xslt/xhtml2xhtml.xsl:
> org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating
> Transform Handler
> 
> column: 41
> 
> line: 29
> 
> cause: javax.xml.transform.TransformerException: Leerer Ausdruck!
> 
> location:
> file:/C:/Programme/ApacheSoftwareFoundation/Tomcat5_0/webapps/lenya/lenya/pu
> bs/default/xslt/xhtml2xhtml.xsl
> 
> Best regards
> Ernst
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: AW: Unable to get transformer handler for ....

Posted by Andreas Hartmann <an...@apache.org>.
Christian Pfaff wrote:
> :))
> 
> That was exactly the error I had in my Tomcat deploy, as I posted on
> wednesday  ;)
> 
> Maybe its an interesting point to you, that I fixed it this morning by
> moving the endorsed libraries from lenya to
> $Catalina_home\common\endorsed folder.

Yes, that fixes it because Lenya comes with an older version of
the parser which is not that picky about errors.

> BTW: That didnt appear in the Jetty deploy, so: Are there, at last,
> differences between the different deployments  (Jetty version, Tomcat
> .war -file, doing the complete install by foot) out of a CVS snap??

Actually, I didn't yet compare them.

> What way of installation do you recommend ?

I'm using Jetty with the source version, mainly because it starts
up and shuts down faster than tomcat and because the files
don't have to be copied twice (to build/webapp and tomcat).


-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


AW: Unable to get transformer handler for ....

Posted by Ernst Lässer <er...@net-commerce.ch>.
Thank you, that helped

Ernst 

-----Ursprüngliche Nachricht-----
Von: news [mailto:news@sea.gmane.org] Im Auftrag von Andreas Hartmann
Gesendet: Freitag, 27. August 2004 09:27
An: lenya-user@cocoon.apache.org
Betreff: Re: Unable to get transformer handler for ....

Ernst Lässer wrote:

[...]

> column: 41
>
> line: 29
> 
> cause: javax.xml.transform.TransformerException: Leerer Ausdruck!
> 
> location:
> file:/C:/Programme/ApacheSoftwareFoundation/Tomcat5_0/webapps/lenya/le
> nya/pu
> bs/default/xslt/xhtml2xhtml.xsl


There was an error in the stylesheet (empty expression, select="" instead of
select="''").

I fixed it in CVS, could you please try again?
I wonder why nobody else gets this error message ...

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


AW: Unable to get transformer handler for ....

Posted by Christian Pfaff <ch...@she.net>.
:))

That was exactly the error I had in my Tomcat deploy, as I posted on
wednesday  ;)

Maybe its an interesting point to you, that I fixed it this morning by
moving the endorsed libraries from lenya to
$Catalina_home\common\endorsed folder.

BTW: That didnt appear in the Jetty deploy, so: Are there, at last,
differences between the different deployments  (Jetty version, Tomcat
.war -file, doing the complete install by foot) out of a CVS snap??
What way of installation do you recommend ?

Chris



> -----Ursprüngliche Nachricht-----
> Von: news [mailto:news@sea.gmane.org]Im Auftrag von Andreas Hartmann
> Gesendet: Freitag, 27. August 2004 09:27
> An: lenya-user@cocoon.apache.org
> Betreff: Re: Unable to get transformer handler for ....
>
>
> Ernst Lässer wrote:
>
> [...]
>
> > column: 41
> >
> > line: 29
> >
> > cause: javax.xml.transform.TransformerException: Leerer Ausdruck!
> >
> > location:
> >
> file:/C:/Programme/ApacheSoftwareFoundation/Tomcat5_0/webapps/leny
> a/lenya/pu
> > bs/default/xslt/xhtml2xhtml.xsl
>
>
> There was an error in the stylesheet (empty expression,
> select="" instead of select="''").
>
> I fixed it in CVS, could you please try again?
> I wonder why nobody else gets this error message ...
>
> -- Andreas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Unable to get transformer handler for ....

Posted by Andreas Hartmann <an...@apache.org>.
Ernst Lässer wrote:

[...]

> column: 41
>
> line: 29
> 
> cause: javax.xml.transform.TransformerException: Leerer Ausdruck!
> 
> location:
> file:/C:/Programme/ApacheSoftwareFoundation/Tomcat5_0/webapps/lenya/lenya/pu
> bs/default/xslt/xhtml2xhtml.xsl


There was an error in the stylesheet (empty expression,
select="" instead of select="''").

I fixed it in CVS, could you please try again?
I wonder why nobody else gets this error message ...

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org