> When running a fop rendering in a multithreaded environment where the same
> svg image is used in different threads and stylesheets we see regular weird
> exceptions with stack trace below

Do you only perform rasterization or also manipulate the document
while rasterizing? It may be an interaction between the manipulator
and the rasterization tool, if things are done concurrently...


> The "" identifier is not a valid value for the "overflow" property.
> org.w3c.dom.DOMException: file:/c:/Tomcat6/webapps/xxxx/yyyy.svg:
> The attribute "overflow" represents an invalid CSS value ("visible").
> Original message:
> The "" identifier is not a valid value for the "overflow" property.

Without more information, it's somehow hard to provide any more
valuable information. Are you able to attach the file (or a simplified
version) which reproduces the issue?


> I found some threads pointing to
> http://xmlgraphics.apache.org/batik/using/scripting/java.html#Threads but I
> have no clue what we should do differently to avoid this.

Does this mean you are already following the recommendations?  From
the last line of the quoted exception, it seems like a thread is
updating the DOM while another one is trying to retrieve values from
it...


Hope this helps,

  Helder Magalhães

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

Reply via email to