You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by hg...@cswebmail.com on 2003/07/10 18:27:39 UTC

Cocoon error when using Tomcat and IIS

I've got the following problem when running
Tomcat/Cocoon and IIS () - both standalone on my
development notebook - in parallel.

Most of the Cocoon pipelines are working but this one
is only working when apache is running on port 8080.


Problem:
--------

IIS on localhost:8080
Tomcat on port 80

Pipeline:
---------

<map:match pattern="histochart.jpeg">
<map:generate
src="http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata.xml"/>
<map:transform
src="http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata-legend.xsl"/>
<map:serialize type="svg2jpeg"/>
</map:match>

Invoke:
-------

http://localhost/cocoon/samples/portal-fw/histochart.jpeg

gets error:

"The
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that
org.apache.cocoon.ProcessingException says:

Unable to get transformer handler for
http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata-legend.xsl 

More precisely:

org.apache.cocoon.ProcessingException: Unable to get
transformer handler for
http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata-legend.xsl:
org.apache.excalibur.xml.xslt.XSLTProcessorException:
Exception in creating Transform Handler"

But:
----

http://localhost:8080/~Owner/My%20Website/cocoon/svg/svgdata-legend.xsl
is a valid URI to this file

Any ideas ??

Thanks,
Holger

___________________________________________________
The ALL NEW CS2000 from CompuServe
 Better!  Faster! More Powerful!
 250 FREE hours! Sign-on Now!
 http://www.compuserve.com/trycsrv/cs2000/webmail/





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