On Thu, 7 Mar 2002, marco wrote:

> ERROR IN CORE.LOG:*******************************
> DEBUG   (2002-03-07) 14:03.01:930   [core]
> (/cocoon/f_portal/f_portal_svg/2b4986-ec6f1495e0--7ff7.png)
> HttpProcessor[8080][4]/ExcaliburComponentSelector: UnnamedSelector:
> ComponentSelector could not find the component for hint: extractor

Hrm, weird.

Ok, check you have the following (or something close) in your sitemap:

 <map:generator name="extractor" logger="sitemap.generator.extractor" 
src="org.apache.cocoon.generation.FragmentExtractorGenerator"/>
 <map:transformer name="extractor" logger="sitemap.transformer.extractor" 
src="org.apache.cocoon.transformation.FragmentExtractorTransformer"/>
 <map:serializer name="svg2png" logger="sitemap.serializer.svg2png" 
src="org.apache.cocoon.serialization.SVGSerializer" mime-type="image/png"/>

You might also want to try stripping it down to a more simple SVG to start
with, eg:

 <svg:svg width="200" height="20" xmlns:svg="http://www.w3.org/2000/svg";>
   <svg:text x="20px" y="15px" style="font-family:sans; font-size:15px; fill: black; 
text-anchor:start;">
     foo
   </svg:text>
 </svg:svg>

Also: do SVGs work anywhere else on your site?


Andrew.

-- 
Andrew Savory                                Email: [EMAIL PROTECTED]
Managing Director                              Tel:  +44 (0)20 8553 6622
Luminas Internet Applications                  Fax:  +44 (0)870 28 47489
This is not an official statement or order.    Web:    www.luminas.co.uk


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to