In the middle of BridgeContext.dispose() it sometimes gets a NullPointerException due to the document variable being null. I put:
if (document == null) return; just before EventTarget evtTarget = (EventTarget)document; on line 888 of my copy of batik 1.5b5 org.apache.batik.bridge.BridgeContext and that solved the problem --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]