DO NOT REPLY [Bug 46360] Thread-safety issue rendering SVG

2008-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46360





--- Comment #3 from M.H. mhilp...@gmx.de  2008-12-19 02:30:20 PST ---
I got a NullPointerException during FOP processing while do transformations
were processing concurrently. Both include (the same) SVG image files.

-
The attribute style represents an invalid CSS declaration (fill:#ef7b00;
fill-rule:nonzero; stroke:none; stroke-width:1; stroke-linecap:butt;
stroke-linejoin:miter; stroke-dasharray:none;).
Original message:
java.lang.NullPointerException
org.w3c.dom.DOMException: file:/C:/Programme/ddf/xml/images/V10271.svg:
The attribute style represents an invalid CSS declaration (fill:#ef7b00;
fill-rule:nonzero; stroke:none; stroke-width:1; stroke-linecap:butt;
stroke-linejoin:miter; stroke-dasharray:none;).
Original message:
java.lang.NullPointerException
at org.apache.batik.css.engine.CSSEngine.getCascadedStyleMap(Unknown
Source)
at org.apache.batik.css.engine.CSSEngine.getComputedStyle(Unknown
Source)
at org.apache.batik.bridge.CSSUtilities.getComputedStyle(Unknown
Source)
at org.apache.batik.bridge.CSSUtilities.convertDisplay(Unknown Source)
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(Unknown Source)
at org.apache.batik.bridge.GVTBuilder.buildComposite(Unknown Source)
at org.apache.batik.bridge.GVTBuilder.build(Unknown Source)
at
org.apache.fop.render.pdf.PDFSVGHandler.renderSVGDocument(PDFSVGHandler.java:188)

---

see https://issues.apache.org/bugzilla/show_bug.cgi?id=46418

I guess, there are more threading issues with Batik SVG...


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46360] Thread-safety issue rendering SVG

2008-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46360





--- Comment #4 from Jeremias Maerki jerem...@apache.org  2008-12-19 02:41:23 
PST ---
A similar bug has been fixed in FOP Trunk as is noted in this bug. Does this
error occur with the current FOP Trunk?

(In reply to comment #3)
 I got a NullPointerException during FOP processing while do transformations
 were processing concurrently. Both include (the same) SVG image files.
 
 -
 The attribute style represents an invalid CSS declaration (fill:#ef7b00;
 fill-rule:nonzero; stroke:none; stroke-width:1; stroke-linecap:butt;
 stroke-linejoin:miter; stroke-dasharray:none;).
 Original message:
 java.lang.NullPointerException
 org.w3c.dom.DOMException: file:/C:/Programme/ddf/xml/images/V10271.svg:
 The attribute style represents an invalid CSS declaration (fill:#ef7b00;
 fill-rule:nonzero; stroke:none; stroke-width:1; stroke-linecap:butt;
 stroke-linejoin:miter; stroke-dasharray:none;).
 Original message:
 java.lang.NullPointerException
 at org.apache.batik.css.engine.CSSEngine.getCascadedStyleMap(Unknown
 Source)
 at org.apache.batik.css.engine.CSSEngine.getComputedStyle(Unknown
 Source)
 at org.apache.batik.bridge.CSSUtilities.getComputedStyle(Unknown
 Source)
 at org.apache.batik.bridge.CSSUtilities.convertDisplay(Unknown Source)
 at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(Unknown 
 Source)
 at org.apache.batik.bridge.GVTBuilder.buildComposite(Unknown Source)
 at org.apache.batik.bridge.GVTBuilder.build(Unknown Source)
 at
 org.apache.fop.render.pdf.PDFSVGHandler.renderSVGDocument(PDFSVGHandler.java:188)
 
 ---
 
 see https://issues.apache.org/bugzilla/show_bug.cgi?id=46418
 
 I guess, there are more threading issues with Batik SVG...
 


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46360] Thread-safety issue rendering SVG

2008-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46360





--- Comment #5 from M.H. mhilp...@gmx.de  2008-12-19 06:37:43 PST ---
As this is a multi-threading issue, it's hard to reproduce. I throw lots of
jobsat the application but wasn't able to reproduce it for now (with FOP 0.95).


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.