You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by David Herring <da...@micromuse.com> on 2000/03/06 18:26:17 UTC

Publishing Engine could not be initialized.


Anyone know why I might have starting seeing the following error when
accessing any of the .xml files with Cocoon.

Thanks in advance, dave


Cocoon 1.7

                                                     Publishing Engine
could not be initialized.

        java.lang.RuntimeException: Factory error:  unknown exception
creating " org.apache.cocoon.transformer.XalanTransformer" :
java.lang.VerifyError: (class:
org/apache/xalan/xpath/xml/XMLParserLiaisonDefault, method: toMarkup
signature:
(Lorg/w3c/dom/Document;Ljava/io/OutputStream;Ljava/lang/String;Ljava/lang/String;ZILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZ[Ljava/lan

                at org.apache.cocoon.framework.Manager.create(Manager.java,
Compiled Code)
                at org.apache.cocoon.Engine.(Engine.java:128)


Examples of embedding dynamic images within the output

Posted by David Herring <da...@micromuse.com>.

All,

Are there any examples showing how to transform one part of the XML content into an image (SVG image producer),

and have this displayed as part of the resultant HTML page.

thanks dave


Re: Publishing Engine could not be initialized.

Posted by David Herring <da...@micromuse.com>.

All,

Resolved the above error by removing the IBM XML parser xml4j.jar from the /usr./java/jre/lib/ext directory.

thx dave